MyBB Community Forums

Full Version: Transfer posts and users only
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Ok, went into my admin CP and found that I have no themes. Ive checked the DB and they are there but none show in admin CP. All the templatesets work etc but I cannot change theme Sad[Image: theme.png]
Did you install the forum?? Go to ACP > Users & Groups > Admin Permissions > edit you > are all the settings for the Templates & Style section set to yes??
Yes I installed, the board has been going for about a year now. Im gonna try upgrading from 1.4.10 to 1.4.11 now Sad I only noticed today when someone helped me with a plugin im writing. Permissions are fine
Reupload the ./admin/modules/styles/ folder from a fresh download.
Tried that, nothing happens. Im gonna try upgrade, uploading now Sad
Run this query:

UPDATE `mybb_adminoptions` SET `permissions` = 'a:5:{s:6:"config";a:17:{s:3:"tab";s:1:"1";s:8:"settings";s:1:"1";s:7:"banning";s:1:"1";s:14:"profile_fields";s:1:"1";s:7:"smilies";s:1:"1";s:8:"badwords";s:1:"1";s:6:"mycode";s:1:"1";s:9:"languages";s:1:"1";s:10:"post_icons";s:1:"1";s:14:"help_documents";s:1:"1";s:7:"plugins";s:1:"1";s:16:"attachment_types";s:1:"1";s:9:"mod_tools";s:1:"1";s:7:"spiders";s:1:"1";s:9:"calendars";s:1:"1";s:7:"warning";s:1:"1";s:8:"rss2post";i:1;}s:5:"forum";a:6:{s:3:"tab";s:1:"1";s:10:"management";s:1:"1";s:13:"announcements";s:1:"1";s:16:"moderation_queue";s:1:"1";s:11:"attachments";s:1:"1";s:7:"akismet";i:1;}s:5:"style";a:3:{s:3:"tab";s:1:"1";s:6:"themes";s:1:"1";s:9:"templates";s:1:"1";}s:5:"tools";a:13:{s:3:"tab";s:1:"1";s:13:"system_health";s:1:"1";s:5:"cache";s:1:"1";s:5:"tasks";s:1:"1";s:8:"backupdb";s:1:"1";s:10:"optimizedb";s:1:"1";s:15:"recount_rebuild";s:1:"1";s:8:"php_info";s:1:"1";s:8:"adminlog";s:1:"1";s:6:"modlog";s:1:"1";s:8:"maillogs";s:1:"1";s:10:"mailerrors";s:1:"1";s:10:"warninglog";s:1:"1";}s:4:"user";a:8:{s:3:"tab";s:1:"1";s:5:"users";s:1:"1";s:6:"groups";s:1:"1";s:6:"titles";s:1:"1";s:7:"banning";s:1:"1";s:17:"admin_permissions";s:1:"1";s:9:"mass_mail";s:1:"1";s:16:"group_promotions";s:1:"1";}}' WHERE `uid` = '1';

Does that fix it??
Nope, upgraded to 1.4.11 and no fix

ran SQL and not fixed Sad


Where are theme files stored on the ftp ???
Oh, my mistake, I completely misinterpreted the screenshot.

Somehow you've deleted the master theme, don't know how you've managed that. What happens when you click Create New Theme and choose a name??
it lets me create a new theme, and call it what i want, and it appears Smile

But get this error in edit theme:
Warning [2] Invalid argument supplied for foreach() - Line: 359 - File: admin/inc/class_form.php PHP 5.2.10 (Linux)
File 	Line 	Function
/admin/inc/class_form.php 	359 	errorHandler->error
/admin/modules/style/themes.php 	978 	DefaultForm->generate_select_box
/admin/index.php 	380 	require


and the forum is messed up:
http://www.gfx-core.com/community/
ok, Im gonna start my board again as its setup is all wrong, how do I transfere posts and users only to the new forum? SQL?
Pages: 1 2