When I click "Post Thread" to create a new thread, I get the following error. Please help !!! Warning: require_once() [function.require-once]: SAFE MODE Restriction in effect. The script whose uid is 3007 is not allowed to access /www/mydomain.com/f/o/r/forum/htdocs/inc/class_error.php owned by uid 0 in /www/mydomain.com/f/o/r/forum/htdocs/inc/init.php on line 44 Warning: require_once(/www/mydomain.com/f/o/r/forum/htdocs/inc/class_error.php) [function.require-once]: failed to open stream: Inappropriate ioctl for device in /www/mydomain.com/f/o/r/forum/htdocs/inc/init.php on line 44 Fatal error: require_once() [function.require]: Failed opening required '/www/mydomain.com/f/o/r/forum/htdocs/inc/class_error.php' (include_path='.:/usr/lib/php') in /www/mydomain.com/f/o/r/forum/htdocs/inc/init.php on line 44 Code (markup): The forum engine is MyBB. Please help !!! Thanks in advance !!!
Have you installed any mods. or modified the MyBB code in any way? And is it a new forum, or an existing one? I'm not sure what the problem is, but it could be related to your PHP settings. My host changed them one day and I had some problems while in the Admin CP, I had to contact them and luckily one of the technicians knew about MyBB and fixed the PHP settings so that it worked again.
Looks like you screwed up installation. Are you sure you have your paths set correctly? /www/mydomain.com/f/o/r/forum/htdocs/inc/init.php And how is your path /f/o/r/forum/htdocs/ Looks screwed to me.
You are getting this error because PHP safe mode is "ON" in php.ini. Make sure that you have assigned correct permissions and ownership to the file /www/mydomain.com/f/o/r/forum/htdocs/inc/class_error.php file. Kailash