Mr. Horse
Jul 10 2008, 03:08 AM
Okay there is this error with my forum.
Warning: require_once() [function.require-once]: Unable to access ./mods/effects_store/class_display.php in /www/vndv.com/a/p/a/apateezer/htdocs/forums/index.php on line 40
Warning: require_once(./mods/effects_store/class_display.php) [function.require-once]: failed to open stream: No such file or directory in /www/vndv.com/a/p/a/apateezer/htdocs/forums/index.php on line 40
[/code]
Could someone help me?
Andrew
Jul 10 2008, 06:35 AM
It looks like you have an error somewhere. Maybe in the installation. or maybe the code. but the "Unable to access ./mods/effects......" I think is wrong, i'm pretty sure ./ means it drops one directory before looking for the file. So it's looking in
/www/vndv.com/a/p/a/apateezer/htdocs/mods/effects_store/ for class_display.php
when it should be looking in
/www/vndv.com/a/p/a/apateezer/htdocs/forums/mods/effects_store/ for class_display.php
Contact the mod developer or try to fix the error yourself. Or maybe someone on here might be willing to help Or just uninstall that mod for now.