MyBB Community Forums

Full Version: problem with setting forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have yust installed forum, on http://jaguar.websitewelcome.com/~doskar...ect/forum/ and as you can see i get:
Warning: main(/home/doskarlj/public_html/unnamed-project/inc/init.php) [function.main]: failed to open stream: No such file or directory in /home/doskarlj/public_html/unnamed-project/forum/global.php on line 18

I tried to change global.php:
require_once dirname(dirname(__FILE__))."/inc/init.php";
to
require_once dirname(__FILE__)."/inc/init.php";

and than i could see forum but immages and style was calling "http://jaguar.websitewelcome.com/image.jpg"

What could be wrong?
would you try to reuplaod the inc/init.php file, and check again please!? and you don't have to change anything the global.php
Is your global.php modified? That line is not standard
no it is not, i just downloaded forum from mybboard.net, upload it and install it
ok it is strange, i looked in zip/global.php and I saw diferent line Confused
who eddit my global.php i really dont know Confused i will find out ^^

ps. If i extract file is different than the file if i look it in zip (temp folder)

... i opened it form zip, and save it as Big Grin now it is working