Hi There, I'm not familiar with CMS Made Simple, so I could use some assistance.
I've migrated a site where everything is working fine on the main site. However, after migrating, I get the following error.
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/wcmaids/public_html/config.php on line 68
I haven't changed anything in the config file except the username and password for the database. As far as I can tell, everything looks fine.
The error seems to point to the db_prefix line.
Any help would be greatly appreciated.
the current site is at wcmaids.com migrated to nhdwebservices.com/~wcmaids/admin (that's where the error comes up)
Issues after Migration
Re: Issues after Migration
There is most likely a typo in the config.php file. Maybe a missing ' or " or ;
You can post the contents of your config.php file here (remove any sensitive information like server paths, database account info...)
You can post the contents of your config.php file here (remove any sensitive information like server paths, database account info...)
"The art of life lies in a constant readjustment to our surroundings." -Okakura Kakuzo
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
Re: Issues after Migration
Thanks for the quick reply, but as luck would have it. I re-copied the config.php file and it's all working fine.