Posted on: 06/13/02 03:43pm
By: twistedfreak
Im getting this come up when I goto the install.php in the admin folder:
Parse error: parse error, expecting `T_CONSTANT_ENCAPSED_STRING' in /home/site_name/public_html/public_html/admin/install/install.php on line 129
any ideas anyone?
Typo
Posted on: 06/13/02 11:49pm
By: Dirk
The line it complains about is this one:
require_once($_CONF['path'] . 'sql/' . $_DB_dbms . '_tableanddata.php');
So I'd suggest that you check what you entered for $_DB_dbms and $_CONF['path'] in your config.php. Pay special attention to things like double and single quotes. You have a typo there somewhere ...
bye, Dirk
Typo
Posted on: 06/18/02 04:39pm
By: twistedfreak
I'm sure I dont have a typo, I think there may be a problem with require_once command on my sites host server.
Has anyone in the know ever heard of any problems with this command?
Please help.