You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Evry time I start the Admin section and any page inside I go to I get this error:
Line: 53
Char: 54
Error: Unterminated string constant
Code: 0
What do I ned to change to stop this?
Thanks,
Dean
Perhaps you're pointed to the wrong version of Perl in the #! line at the top of the .cgi/.pl scripts in the cgi-bin. Try:
#!/usr/local/bin/perl
instead of:
#!/usr/bin/perl
Sometimes older installs of Perl act funny like that once newer ones are laid onto the server. This is your best bet.
Offline
I had the same thing happen to me. To fix the problem I deleted all files on the server then reuploaded them but I changed some settings on the WS_FTP program. Go to Tools, then Options, click on the Extensions tab, add txt, htm, db, pm, cgi and pl. This way the files will be uploaded as ASCII files not BINARY. After I did this every thing works great. I think I am going to like this cart program!!!
Hope this helps other people out there.
Thom
northstar3c.com