MyBB Community Forums

Full Version: help .. not working after installation :(
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi
i installed my bb here
http://wee.cyberfreehost.com/
but the index doesn't appear and whenever http://wee.cyberfreehost.com/admin/ is accessed, it says


Language (./inc/languages/) is not installed



however i have checked my ftp, all directories are rightly uploaded and there is nothin short. Also it was completeley installed succesfully in all steps

help me out


thanx a bundle
To start with your second problem (it might be related to the first), your settings file is probably not created. You should go to inc/settings.php and see if there is a lot of code in here (if the file doesn't exist, that's your problem Smile). If there isn't anything in the file or it's a small file, then you need to add the line
$settings['cplanguage'] = "english";
after
<?php
this will set the admin language to english for the time being.
You should then be able to access the admin panel. If so, go to Admin CP->Manage Settings and choose any group of settings. Then click submit at the bottom, and it should rebuild your settings file.

The problem with the index could be due to gzip. You should go to inc/settings.php (if it exists) and look for
$settings['gzipoutput'] = "yes";
and replace it with
$settings['gzipoutput'] = "no";
(if you don't see the line mentioned, it is probably set to no anyway)


Either way, it might be due to a problem with CHMOD. The inc/ folder needs to be set to 777 and inc/settings.php too.
now.
i did as u told
the file was empty just a note that dont chagn this file etc.

i added the language command, now i am accessing the admin panel
and as there is nothing else in that file so gzip is already no.
but still index is blank. u can see.
tell me some more then
are the templates there because I can see practically nothing in the source of your page...?
After you rebuilt you settings, did you check to see if gzip was turned on again?
And yes, templates would be the next step as Kimmo said.
please tell me exactly where should i look for templates.
i've checked the directories for templates.php's all are there..
what should i do now
I'm not sure what happened because I get a sql error when I try to open your portal, etc.:

http://wee.cyberfreehost.com/portal.php
http://wee.cyberfreehost.com/forumdisplay.php?fid=1

Did you get any errors during tne installation process?