Friday, August 20, 2010

5074 - Invalid numeric argument for $WBErr function! Use numbers from 6000 to 65535!

This error is generated when WBSP tries to process function $WBERR with errnum argument outside of 6000-65535 range.

read more

5073 - Invalid extension

This error is generated when the user tries to execute WBSP in CGI mode with file extension different than the one defined in ActivateCGIByExt variable.


read more

5072 - Security string missing

This error is generated when the user tries to start WBSP web page that does not start with the security string defined in CGISecurityString variable.


read more

5071 - Invalid value for the ADO connection string or WB_DBObject!

This error is generated when WB_DBObject receives unrecognized argument(s). The cause of this error can also be a syntax error in ADO Connection String.


read more

5070 - Invalid value for the WB_DBObject!

This error is generated when variable ADOConnectionString is set to false and the value forwarded to WB_DBObject is invalid. WB_DBObject can contain one of the following values: d35, d36, A35, A40 or A07.


read more

Thursday, August 19, 2010

5069 - WB_KeyName and WB_KeyValue arrays do not match!

This error is generated when the user tries to write more than one key values using write file command (WB_Command=WF) and separator character (WB_Separator) and WB_KeyValue and WB_KeyName variables contain different number of elements separated by character defined in WB_Separator.

read more

5068 - Invalid IP address ! Dotted decimal values must be between 0 and 255

This error is generated when the IP list file contain an IP address with invalid decimal value (less then 0 or greater than 255).


read more

5067 - Different size of WBF form field arrays! Field .

This error is generated when WhizBase receives an arrays of form fields used for updating of multiple records in a single pass, and when one (or more) of the WBF_ form field arrays have different number of elements.


read more

5066 - WB_UID for multi update must not contain field list! Unable to identify records!

This error is generated when variable WB_Command is set to MU (Multi update) and WB_UID have more than one field.


read more

5065 - IP authentication failed!

This error is generated when user with invalid IP address (REMOTE_ADDR) tries to access WBSP file protected with IP address verification system.


read more

Monday, August 16, 2010

5064 - Wrong IP range string:

This error is generated when file defined in WB_IPListFile contians invalid value for IP range. Valid formats are:
A.B.C.D
A.B.*.*
A.B.C.D - B.D.D.D
A.B.C.D/N
It is invalid to combine wildcard (*) and LowAddr-HiAddr range like this:
A.B.*.* - C.D.D.D

read more

5063 - Server does not support deleting files!

This error is generated when author tries to delete file on virtual server that does not have file commands enabled in file wbsp.ssc.

read more

5062 - Server does not support writing files!

This error is generated when author tries to write file on virtual server that does not have file commands enabled in file wbsp.ssc.

read more

5061 - Error writing file

This error is generated when WBSP tries to execute command WF and fails for any reason.

read more

5060 - Unable to delete file ! File not found

This error is generated when WBSP tries to execute delete file command and the specified file does not exist.

read more

5059 - Required form field WB_Section missing!

This error is generated when WBSP tries to execute command WF and neither form nor configuration file have specified value for variable WB_Section.

read more

5058 - Required form field WB_KeyName missing!

This error is generated when WBSP tries to execute command WF and neither form nor configuration file have specified value for variable WB_KeyName.

read more

5057 - Required form field WB_FileName missing!

This error is generated when WBSP tries to execute DF or WF and neither form nor configuration file have specified value for variable WB_FileName.

read more

5056 - $WBMREPL arguments do not match!

This error is generated when $WBMREPL function receives different number of comma-separated elements in source and target array.

read more

5055 - This WBSP project is not registered for use with virtual host!

This error is generated when using protected WBSP file on non-authorized domain.

read more

Friday, August 13, 2010

5054 - WB_Order does not start with WB_ChangeHFOn

This error is generated when both variables exist and fields specified in WB_ChangeHFOn are not the same as starting fields in WB_Order.

read more

5053 - Server does not support WBSP!

This error is generated when author tries to use WBSP files on virtual server that does not allow execution of WBSP files - variable DisableWB set to True in wbsp.ssc.

read more

5052 - Ilegal script method!

This error does not exist since WhizBase v. 4.000

read more

5051 - Ilegal scripting language!

This error is generated when author tries to use $WBRun function on virtual server that does not have file execute enabled in file wbsp.ssc, or using scripting language that is not included in variable Execute in wbsp.ssc.

read more

5050 - Ilegal file type!

This error is generated when visitor tries to upload file with file extension specified in WB_Disallow variable.

read more

Thursday, August 12, 2010

5049 - File too large!

This error is generated when visitor tries to upload file that is larger than value specified in WB_MaxFSize variable.

read more

5048 - Server does not support file upload!

This error is generated when author tries to use file upload on virtual server that does not have file upload enabled in file wbsp.ssc.

read more

5047 - Multipart content not allowed!

This error is generated when multipart form sends the data to WBSP file that does not have WB_AllowMultipart variable set to True.

read more

5046 - Error in script file -ScriptFile-

This error is generated by scripting host when script specified in $WBRun function contains the error. WBSP provides detailed error report and processed script code saved in temporary file.

read more

5045 - Absolute path not allowed! File name: -FileName-

This error is generated when author tries to use absolute path on virtual server that does not have absolute paths enabled in file wbsp.ssc.

read more

Monday, August 9, 2010

5044 - Configuration file -ConfigName- not found!

This error does not exist since WhizBase v. 4.000

read more

5043 - Required field WB_Config missing!

This error does not exist since WhizBase v. 4.000

read more

5042 - Report template file -TemplateName- not found!

This error is generated when WBSP engine is not able to find external template file defined in variable WB_TempName.

read more

5041 - Unable to send mail to mailing list. Both WB_ToField and WB_BCCField are empty!

This error is generated when user tries to execute Mail List command (L) with no values for both WB_BCCField and WB_ToField variables.

read more

5040 - User not found!

This error does not exist since WhizBase v. 4.000
read more

5039 - Unable to select mail list mode. Received values for both WB_ToField and WB_BCCField. Please remove one!

This error is generated when user tries to execute Mail List command (WB_Command=L) with values set both for WB_ToField and WB_BCCField. When executing (L command WhizBase checks these fields to determine what kind of list to generate - if both fields have value WhizBase cannot decide what to do (there is no default method).

read more

5038 - Unable to execute mail operation! WB_MailServer missing!

This error is generated when WhizBase does not get valid WB_MailServer variable and email-related operation is required.

read more

5037 - Test mode disabled!

This error does not exist since WhizBase v. 4.000

read more

5036 - Syntax error in $WBFN: function!

This error is generated when report function $WBFN receives unrecognized argument(s).

read more

Sunday, August 8, 2010

5035 - Required WB_UID member field -field name- missing! Unable to identify record!

This error is generated when WB_UID is defined and user tries to add, update or delete record but does not provide a value for all fields defined in WB_UID.
When WB_UID is defined none of the form fields (WBF_Fields) used in WB_UID variable cannot be left empty when executing add, update or delete command.

read more

Friday, August 6, 2010

5034 - Required form field(s) missing!

This error is generated when user submits the form without entering the value for field (or fields) defined in WB_Required variable.

read more

5033 - Required form field 'WB_Usr' missing!

Neither your form nor configuration file have specified value for variable WB_Usr. This value is required when WB_System variable is not empty.
Check your spelling, and make sure that you did not forget to put the field in form/config file.

read more

5032 - Required form field 'WB_UID' missing! Unable to identify record!

This error is generated when user tries to update (edit) record with WB_UID field empty. WB_UID must have database field name (or comma-separated names of the database fields) that uniquely identify every single record. For more information please read the explanation for WB_UID variable (section FormFields).

read more

Thursday, August 5, 2010

5031 - Required form field 'WB_RcdSet' missing!

Neither your form nor configuration file have specified value for variable WB_RcdSet and you are trying to execute command that requires this value to be set.
Check your spelling, and make sure that you did not forget to put the field in form/config file.

read more

5030 - Required form field 'WB_Pass' missing!

Neither your form nor configuration file have specified value for variable WB_Pass. This value is required when WB_System variable is not empty.
Check your spelling, and make sure that you did not forget to put the field in form/config file.

read more

5029 - Required form field WB_BaseName missing!

Neither your form nor configuration file have specified value for variable WB_BaseName and you are trying to execute command that requires this value to be set.
Check your spelling, and make sure that you did not forget to put the field in form/config file.

read more

5028 - Record(s) can't be read; no read permission on recordset!

This error does not exist since WhizBase v. 4.000

read more

5027 - Record(s) can't be edited; no update permission on recordset!

This error does not exist since WhizBase v. 4.000

read more

5026 - Record(s) can't be deleted; no delete permission on recordset!

This error does not exist since WhizBase v. 4.000

read more

5025 - Record(s) can't be added; no insert permission on recordset!

This error does not exist since WhizBase v. 4.000
read more