MyBB Community Forums

Full Version: New install help with Admin CP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hello. I'm new to installing my own php forums on my own home server. I've made it pretty far and all seems well except for the Admin CP. Here is a pic:


[Image: mybb_admin_cp.jpg]


This is what I see when I click on Admin CP. I'm not sure what I did wrong during the install. I've even made a new mysql database name just for these boards and reinstalled the whole thing 2 times.\

I also tried to copy the /admin/ folder over again. Maybe I need to re-copy something that I missed?

Let me know if you have any ideas!

Thanks!

* Detailed description of your problem, including steps to reproduce if necessary:
-Admin CP not displaying correctly.
* URL to your forum/URL to specific problematic page:
-x/forum/admin/index.php
* New installation or upgrade (from which version of MyBB)?:
-New
* Test user account (if a posting/UserCP issue)
-can't give you admin Smile sorry. You are welcome to try to make a regular user account, but I may end up deleting and re-installing it all over again. http:// *removed*
* Screenshot or error text, verbatim
-posted above
What's the CHMOD of ./inc/languages/english/ ??
drwxr-xr-x 3 root root 4096 2010-11-14 04:15 english
I was following this file in the documentation:
file:///D:/mybb/Documentation/install.html
and it said to chmod these:

Quote:# CHMOD the following files to 666 (ie, make sure that PHP can write to them).
./inc/settings.php
./inc/config.php (you must rename config.default.php to config.php first)
./inc/languages/*your_language*/*all files* (optional)
./inc/languages/*your_language*/admin/*all files* (optional)

CHMOD the following folders to 777 (ie, make sure that PHP can write to and execute from them).
./cache/
./cache/themes/
./uploads/
./uploads/avatars/
./admin/backups/ (optional)

I didn't change it, but I changed the files inside it to chmod 666 inc/languages/english/*
Add / Upload language/english/admin/ files in correct places.
(2010-11-14, 03:37 PM)Yaldaram Wrote: [ -> ]Add / Upload language/english/admin/ files in correct places.

if you meant
./inc/languages/english/admin

then I copied all of them the first time here.
Quote:ls
config_attachment_types.lang.php home_version_check.lang.php
config_badwords.lang.php index.html
config_banning.lang.php style_module_meta.lang.php
config_calendars.lang.php style_templates.lang.php
config_help_documents.lang.php style_themes.lang.php
config_languages.lang.php tools_adminlog.lang.php
config_mod_tools.lang.php tools_backupdb.lang.php
config_module_meta.lang.php tools_cache.lang.php
config_mycode.lang.php tools_file_verification.lang.php
config_plugins.lang.php tools_mailerrors.lang.php
config_post_icons.lang.php tools_maillogs.lang.php
config_profile_fields.lang.php tools_modlog.lang.php
config_settings.lang.php tools_module_meta.lang.php
config_smilies.lang.php tools_optimizedb.lang.php
config_spiders.lang.php tools_php_info.lang.php
config_thread_prefixes.lang.php tools_recount_rebuild.lang.php
config_warning.lang.php tools_statistics.lang.php
forum_akismet.lang.php tools_system_health.lang.php
forum_announcements.lang.php tools_tasks.lang.php
forum_attachments.lang.php tools_warninglog.lang.php
forum_management.lang.php user_admin_permissions.lang.php
forum_moderation_queue.lang.php user_banning.lang.php
forum_module_meta.lang.php user_group_promotions.lang.php
global.lang.php user_groups.lang.php
home_credits.lang.php user_mass_mail.lang.php
home_dashboard.lang.php user_module_meta.lang.php
home_module_meta.lang.php user_titles.lang.php
home_preferences.lang.php user_users.lang.php
blackops:/var/www/forum/inc/languages/english/admin#

If you meant something else, let me know. Do you think I should re-upload them and overwrite? and if so, should I re-chmod all the files to 666?
(2010-11-14, 12:38 PM)Kyuubi Wrote: [ -> ]What's the CHMOD of ./inc/languages/english/ ??

(2010-11-14, 04:11 PM)AJS Wrote: [ -> ]
(2010-11-14, 12:38 PM)Kyuubi Wrote: [ -> ]What's the CHMOD of ./inc/languages/english/ ??

(2010-11-14, 12:48 PM)demon646 Wrote: [ -> ]drwxr-xr-x 3 root root 4096 2010-11-14 04:15 english

"drwxr-xr-x" as stated above. Did you need to know something else that I'm not understanding?

Let me know.

Thanks!
You need to specify that in number form.
Ok.. I'm looking into this CHMOD further, and I've done this:
CHMOD 666 inc/languages/english/*

Which changed the files to 666 (I think Toungue )

but if you guys are refering to the folder 'english', then I've not changed it and it's still drwxr-xr-x
(2010-11-14, 04:31 PM)Kyuubi Wrote: [ -> ]You need to specify that in number form.

oh.. sorry.. ok I'm pretty sure that the folder 'english' is 755. Files inside are 666

I've checked this with a chmod calculator:
http://mistupid.com/internet/chmod.htm
The folder should be 777
Pages: 1 2 3