Log in

View Full Version : how can i fix this!!


Michael.A
01-20-2009, 06:30 AM
Warning: require_once([path]/includes/class_dm_visitormessage.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/functions.php on line 118

Fatal error: require_once() [function.require]: Failed opening required '/home/coderzli/public_html/forum/includes/class_dm_visitormessage.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/coderzli/public_html/forum/includes/functions.php on line 118

talkncaasports
01-20-2009, 06:35 AM
Is the "class_dm_visitormessage.php" file uploaded to the server? Is it the proper name? Is it readable (correctly chmod)?

--------------- Added 1232440659 at 1232440659 ---------------

usally means either the file path is incorrect on the php line.

That or the file that you are trying to call from php is not in that directory or the permissions are not set for EVERYBODY to read it.
i had the same problem on my website. all the files were there and all the php include information was correct. me the security of the directory was set so only administrator could read/write/delete the files doh. see if it wset to everybody read access

Michael.A
01-20-2009, 06:45 AM
Is the "class_dm_visitormessage.php" file uploaded to the server? Is it the proper name? Is it readable (correctly chmod)?

--------------- Added 1232440659 at 1232440659 ---------------

usally means either the file path is incorrect on the php line.

That or the file that you are trying to call from php is not in that directory or the permissions are not set for EVERYBODY to read it.
i had the same problem on my website. all the files were there and all the php include information was correct. me the security of the directory was set so only administrator could read/write/delete the files doh. see if it wset to everybody read access

oo ya i just got vBadvanced CMPS installed , and ya is doing this to ever one on the site that goes to anyone's Profile and try to post a message

SEOvB
01-20-2009, 06:47 AM
Try to delete the class_dm_visitormessage.php file that is currently there and replace it with a new one.

Michael.A
01-20-2009, 06:52 AM
thank you.. it was not even there..lol

talkncaasports
01-20-2009, 07:09 AM
thank you.. it was not even there..lol

When I installed vbadvanced I had a similar issue, different file though.

Dismounted
01-20-2009, 07:52 AM
thank you.. it was not even there..lol
If you had a look through the error, you would have noticed "No such file or directory". :)