Blootix
03-19-2005, 05:47 PM
When I executed that:
RENAME TABLE `".TABLE_PREFIX."warning_options` TO `".TABLE_PREFIX."NOT_USED_warning_options`
They gave me an error message of some sort, but quickly redirected the screen. It was some sort of Warning Error in db_mysql.php. The table was renamed though.
When I executed:
DROP TABLE `".TABLE_PREFIX."warning_options`
there was:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1051
error desc: Unknown table 'vb3_warning_options'
I think we're supposed to do:
DROP TABLE '".TABLE_PREFIX."NOT_USED_warning_options'
Am I right?
Also, one more problem that I just found. If you warn somebody using a ' then it'll come up to be a \' when using the Moderator Comment.
For example, when I post, you'll it comes out to be you\'ll
Another error: there is a parse error in the redirection page when you warn somebody where it says Test User X Has Been Warned, PM-ed and e-mailed. Taking You Back To The Post:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /****/**********/public_html/board/includes/functions_warning.php(475) : eval()'d code on line 19
Another error: private messages are not working.
When a user try to send a private message to another user, the content of the private message would be absent. Look at the screenshot for more information.
EDIT: nevermind about the private message. I accidentally deleted the line $message=$pm_message;.
RENAME TABLE `".TABLE_PREFIX."warning_options` TO `".TABLE_PREFIX."NOT_USED_warning_options`
They gave me an error message of some sort, but quickly redirected the screen. It was some sort of Warning Error in db_mysql.php. The table was renamed though.
When I executed:
DROP TABLE `".TABLE_PREFIX."warning_options`
there was:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1051
error desc: Unknown table 'vb3_warning_options'
I think we're supposed to do:
DROP TABLE '".TABLE_PREFIX."NOT_USED_warning_options'
Am I right?
Also, one more problem that I just found. If you warn somebody using a ' then it'll come up to be a \' when using the Moderator Comment.
For example, when I post, you'll it comes out to be you\'ll
Another error: there is a parse error in the redirection page when you warn somebody where it says Test User X Has Been Warned, PM-ed and e-mailed. Taking You Back To The Post:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /****/**********/public_html/board/includes/functions_warning.php(475) : eval()'d code on line 19
Another error: private messages are not working.
When a user try to send a private message to another user, the content of the private message would be absent. Look at the screenshot for more information.
EDIT: nevermind about the private message. I accidentally deleted the line $message=$pm_message;.