![]() |
Quote:
Thanks, Paul. |
I will do that, sir. ;)
|
adafsfs
|
Quote:
Thanks, Paul. |
Yes, I do. :)
I thought that may be the problem too. I'll need to edit it right, and include my table prefix? Which code would I edit? But there again, it's added my table prefix above -- it's just saying it can find it. EDIT: I see this in the .php file: Code:
$vbulletin->db->query_write("DELETE FROM visitormessage"); Code:
$vbulletin->db->query_write("DELETE FROM prefix.visitormessage"); Regards Jason :) |
Nope you need this:
$vbulletin->db->query_write("DELETE FROM ".TABLE_PREFIX."visitormessage"); |
Did that! It now brings the following error:
Quote:
|
$vbulletin->db->query_write('DELETE FROM ".TABLE_PREFIX."visitormessage');
My bad. |
$vbulletin->db->query_write('DELETE FROM ".TABLE_PREFIX."visitormessage');
Yeah this should work, sorry about the table_prefix error, with me not using a table prefix myself I forgot. Thanks, Paul. |
That produces the following:
|
All times are GMT. The time now is 09:36 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|