MyBB Community Forums

Full Version: blank page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I install myBB .Console admin work fine ,but when access page hhtp://myserver/myBB/Upload ,blank page appears.No error appears.Why??Thanks
What's your actual URL...?? I don't know why people give a URL like that when we need the real URL to be able to do anything...
My real way is /var/www/html/mybbb/ and url is http://localhost/mybbb/uploud/.Thank
Try the steps here: [Wiki: Help:Blank_index] (Broken link, head over to docs.mybb.com instead)
I SOLVED THIS .REINSTALL .If you work in Linux run :
go in /inc/languages/english/
vi chmos.sh
#!/bin/bash
ls -c >fis.txt 
chm(){
cat fis.txt
}
for word in $(chm)
do
chmod 666 $word
done
after
chmod 700 chmos.sh
./chmos.sh
idem /inc/languages/english/admin/
This make work easySmile