Hello, When I click on a members login page on my website I get this error message. Warning: require_once(/home2/smartsaf/public_html/admin/config/lang/en/mmessages.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/smartsaf/public_html/admin/modules/main.php on line 14 Fatal error: require_once() [function.require]: Failed opening required '/home2/smartsaf/public_html/admin/config/lang/en/mmessages.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/smartsaf/public_html/admin/modules/main.php on line 14 Does anyone know what this means and how I might be able to fix the problem? Thanks for your time. Chris
mmessages.inc.php is missing, it should be present in the directory /home2/smartsaf/public_html/admin/config/lang/en/
Change /home2/smartsaf/public_html/admin/config/lang/en/ in the require statement to /home/smartsaf/public_html/admin/config/lang/en/