URL to your eFiction: http://www.devianthearts.com
Your version of eFiction: 3.2
Latest Patche(s): Yes
Any mods installed?: bridged
Have you modified your eFiction?: No.
Version of PHP: 5.2.1
Version of MySQL: 5.0.18
Have you searched for your problem: Yes and found this thead: https://efiction.org/forums/index.php?topic=4736.0
Other Notes: Hosting on dreamhost with php running as cgi
State the nature of your problem: I get this warning and error when clicking on the link to issue a challenge:
Warning: require_once(smf/SSI.php) [function.require-once]: failed to open stream: No such file or directory in /*/*/*/stuff.devianthearts.com/includes/get_session_vars.php on line 22
Fatal error: require_once() [function.require]: Failed opening required 'smf/SSI.php' (include_path='.:/usr/local/php5/lib/php') in /*/*/*/stuff.devianthearts.com/includes/get_session_vars.php on line 22
EDIT Same thing when I click on the Respond link.
It is because the challenge PHP files are in a subdirectory so it is not able to find the SMF files properly using a relative path.
Try setting the PATHTOSMF as an absolute path from the server filesystem root rather than as a path relative to the efiction folder.
