Status: offline

twistedfreak

Forum User
Junior
Registered: 05/08/02
Posts: 29
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?

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
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

Status: offline

twistedfreak

Forum User
Junior
Registered: 05/08/02
Posts: 29
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.