Previous | Next | Main Index: Frames | No Frames |
Document: Frames | No Frames |
File errors are printed in blue. Directory errors are printed in red. Correct values are printed in black.
http://www.YourDomain.xxx/Web_store/ws400CS.cgi?env=
Perl Version = 5.00503 perl = /usr/bin/perl nslookup = /usr/bin/nslookup sendmail = /usr/bin/sendmail
File Not FoundThe requested URL /Web_store/wseditor.cgi was not found on this server. |
Netscape browsers generate no data messages for punctuation errors present in Perl variables. MSIE browsers return Server Error messages for these errors. |
@example = ('4', '5', '0, '1'); Missing ' @example = ('4', '5', '0' '1'); Missing , @example = ('4', '5', '0 '1'); Missing ', @example = ('4', '5', '0', '1'); Correct Punctuation
perl -w ws400CS.cgi
Internal Server ErrorThe server encountered an internal error or mis-configuration and was unable to complete your request.Please contact the server administrator, Webmaster and inform them of the time the error occurred, and anything you might have done that may have caused the error. |
@example = '4', '5', '0', '1'); Missing ( @example = ('4', '5', '0', '1'; Missing ) @example = ('4', '5', '0', '1') Missing ; @example = ('4', '5', '0', '1'); Correct Punctuation $example = 'Some Text' Missing ; $example = 'Some Text; Missing ' $example = 'Some Text'; Correct Punctuation
perl -w ws400CS.cgi
File not FoundCan not require /Path/To/Web_store/Databases/outlet.setup Error occurred at LINE 111 in /Path/To/Web_store/ws400CS.cgi. Verify the file exists and filename spelling is correct for this file. Directory and File Permissions: |
$basedir = '/Path/To/Web_store';
System Files not Foundpgp found at current setting: /usr/local/bin/pgp sendmail not found at /Path/To/sendmail nslookup not found at /Path/To/nslookup Set $sendmail and $nslookup in ws_global.setup to: |
Directory Access ErrorCan not access /Path/To/Web_store/User_carts in Error occurred at LINE 221 in /Path/To/Web_store/ws400CS.cgi. Verify the directory exists and directory permissions are correct. Directory Permissions: |
File Access ErrorCan not access /Path/To/Web_store/Html/Frameset.html in Error occurred at LINE 1147 in /Path/To/Web_store/ws400CS.cgi. Verify /Html directory permissions, the file exists, and file permissions are correct. |
System Error in Shopping Cart RoutineCan not create unique shopping cart file after 5 attempts. 990602024504732.cart already exists in /Path/To/Web_store/User_carts. Error occurred at LINE 254 in /Path/To/Web_store/ws400CS.cgi. |
year month month day hour minute *$$ 98 04 06 03 38 18020 980406033818020If the generated cart id already exists in the /User_carts sub-directory, WebStore appends a hyphenated numeric string (maximum of three digits) to the cart id, comprised of Perl's rand, time, and *$$:
980406033818020-123*$$ is the process number of the Perl currently running WebStore.
No Read PermissionCan not require /Path/To/Web_store/Databases/outlet.setup Error occurred at LINE 111 in /Path/To/Web_store/ws400CS.cgi. |
Invalid Database IdInvalid Database Id Number in /Path/To/Web_store/Databases/outlet.data Duplicated Database Id Number:
Database id numbers must be unique to each item in the database. Correct id numbers with ws_editor.cgi using Sort/Add or Sort/Remove. |
Invalid Database IdInvalid Database Id Number in /Path/To/Web_store/Databases/outlet.data Alpha Characters in Database Id Number:
Database id numbers are numeric only (0-9) and must be unique to each item in the database. Correct id numbers with ws_editor.cgi using Sort/Add or Sort/Remove. |
Invalid Frameset TagInvalid use of frames in store's front page: frontpage.html <FRAMESET> detected in the HTML page defined in $frontpage_file in outlet.setup. Framesets must be used in the HTML file defined in $frameset_file. Frameset pages may be called using &frames=frameset&category=FramesPage.html in query strings. |
Form name=value ErrorDuplicate name=value pair on http://www.YourDomain.xxx/Products.html Duplicated name=value pair:
Database Id name=value pairs defined in quantity text inputs must be unique: <INPUT TYPE="text" NAME="5" SIZE=3 MAXLENGTH=5> |
Invalid Query StringDuplicate name=value pair in query string: Error occurred on http://www.YourDomain.xxx/Products.html Database Id name=value pairs defined in query strings must be unique. |
Form name=value ErrorsDuplicate name=value pairs on /Path/To/Web_store/Html/Products.html Duplicated name=value pairs:
Database Id name=value pairs defined in quantity text inputs must be unique: <INPUT TYPE="text" NAME="5" SIZE=3 MAXLENGTH=5> |
Invalid Query StringDuplicate name=value pair in query string: Duplicated name=value pair:
Database Id name=value pairs defined in query strings must be unique. |
Record number 2000 not available in outlet.data |
---|
FORM File not Found: /Path/To/Web_store/Databases/NoForm.setup |
---|
%Form not Defined: /Path/To/Web_store/Databases/Form.Catalog.setup |
---|
%ClientForm not Defined: /Path/To/Web_store/Databases/Form.Catalog.setup |
---|
%OrderForm not Defined: /Path/To/Web_store/Databases/OrderForm.Subtotal.setup |
---|
Invalid %OrderForm Use: /Path/To/Web_store/Databases/Form.Catalog.setup |
---|
HTML File not Found: /Path/To/Web_store/Html/Shirtss.html |
---|
No records available for Shirtss in outlet.data |
---|
Items on HTML page not available in outlet.data |
---|
Image Syntax Error: Record id 7, field 8 in outlet.data <imgsrc="Graphics/Knits1.80x100.jpg" alt="Premium Knit 1" width=80 height=100 border=0> |
Item Page Error: Record number 6 not available in outlet.data |
---|