Kryptronic Software Support Forum

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.

#1 06-04-2002 18:19:58

Guest
Guest

Error Starting the Admin Script

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

 

#2 06-04-2002 19:07:27

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19906
Website

Re: Error Starting the Admin Script

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.


Nick Hendler

Offline

 

#3 06-18-2002 08:14:44

Guest
Guest

Re: Error Starting the Admin Script

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

 

Board footer