MyBB Community Forums

Full Version: Can't access admin panel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Ok i installed the whole thing and i can see my forums but theres a problem. I cant access the admin panel so in effect the foum is useless cause there are no categories and i cant make any threads. Plz help
Oh ya.
The error it shows is
Scion Technologies Forums Admin Page Wrote:Language (../inc/languages/) is not installed

Plz help.
ok, is inc/languages/ folder uploaded?? If so is inc/languages/english/admin/ folder there too?
Ya i fixed it. Both the folders were there but there were some mysql probs.
I'm having exactly the same problem. All the folders are on the server, but I can't get onto the 'admin' page.
What was wrong with mysql? It might be the same prob with mine.

Also, on the final installation page it says all is successfully set up
~~~~~~~
Inserting MyBB settings...done

Creating Administrator account...done

Setting up basic board settings...done

Building cache's...done

Installation has successfully been completed.

Please remove this directory before exploring your copy of MyBB.

~~~~~~~
But at the top of that page, the following text is displayed:-

Warning: fopen(../inc/settings.php): failed to open stream: Permission denied in /home/*****/public_html/forum/install/index.php on line 435

Warning: fwrite(): supplied argument is not a valid stream resource in /home/*****/public_html/forum/install/index.php on line 436

Warning: fclose(): supplied argument is not a valid stream resource in /home/*****/public_html/forum/install/index.php on line 437




Help please?!
You did not set the permissions on inc/settings.php to 777 or 666 which means it wasnt able to write the settings and that is why you're receiving that message.

Please chmod the file and then run the installer Wink
Sorted, thank you. ( I'm sure I chmod'ed that file first!!)
Language (../inc/languages/) is not installed

Website: http://forum.jamieforum.000k3.com
However
http://forum.jamieforum.000k3.com/inc/languages does exist along with its subfolders

could it be reading somewhere /admin/inc... etc?

jamie
Read what I said before, you didn't chmod settings.php before you ran the installer and it wasn't able to store the settings. Please chmod it to 777 (like you did with config.php) then run the installer again.

Chris
mySQL error: 1064
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 's Forum' WHERE name='bbname'' at line 1
Query: UPDATE mybb_settings SET value='Jamie's Forum' WHERE name='bbname'

last screen on installation
settings.php and config.php both at 777 all other files at 644

Language (../inc/languages/) is not installed
when goes to
http://myforumwebsite.com/admin (admin cp

also many 1064 errors on pages i assume queries are done

i have no / little php experience before mybb

PHP Version: 4.3.4
MySQL Vers: 4.0.23

From my host stats page - Host is freestarthost.com (100webspace.net)
-anything below know to be mybb faults or incomableabities
Operating system : Debian GNU/Linux
Perl Modules : Click to View (NOTE: this page is over 450 KB) - extra info
Perl version : v5.8.4
Perl path : /usr/bin/perl
Sendmail path : /usr/sbin/sendmail
MySQL version : 4.0.23_Debian-1
PHP version : 4.3.4
PHP Info : Click to View - extra stats
Physical IP address : 70.84.80.195
Mysql host : freestarthost.com
Mysql port : 3306
POP3/IMAP (incoming mail server) : mail.freestarthost.com
POP3 port : 110
IMAP port : 443
SMTP (outgoing mail server) : mail.freestarthost.com
SMTP port : 25
Quote:mySQL error: 1064
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 's Forum' WHERE name='bbname'' at line 1
Query: UPDATE mybb_settings SET value='Jamie's Forum' WHERE name='bbname'
This seems to be a bug. When you enter your board name/title, enter Jamie\'s Forum and it should work (it'll remove the slash).
Pages: 1 2