Okay, I've tried to search for a fix for this and every fix I find isn't fixing my problem 😕
Here is my error: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/mags/public_html/conf/const.php on line 10
Here is the const.php file:
<?php
/**
@author Marten Koedam <marten@dalines.net>
@package VoodooCore
@subpackage VoodooController
@since 30-dec-2006
@license www.dalines.org/license
@copyright 2006, Dalines Software Library
*/
define('PATH_TO_DOCROOT','/engine/');
define('CONF','../conf/');
define('VOODOO_CONF',CONF);
define('ENGINE_CONF',CONF);
define('CLASSES','../classes/');
define('IMAGES','images/');
define('TEMPLATES','../templates/');
define('THEMES','../themes/');
define('STYLE','style/');
define('SCRIPTS','scripts/');
define('COMMAND_UNAVAILABLE', 'This command is not available here.');
define('DATE_FORMAT','H:i:s CE\T d-m-Y');
define('ADMIN_ACCESSLEVEL',50);
define('SPELLBOOK','../spellbook/');
?>
Thank you so much for any help any one can offer! :queasy: