![]() |
A DB Error I dont need....
I have another problem, just need to know where and how to take it out so i can stop getting this error from a hack that i no longer need. Please help.
PHP Code: Database error in vBulletin 3.6.4: Invalid SQL: SELECT * FROM paymentapi WHERE classname = 'ccbill'; MySQL Error : Table 'centexra_forums.paymentapi' doesnt exist Error Number : 1146 |
Quote:
You'll need to recreate the table. I no longer have 3.6.4 so I can't give you the code to do so, it probably hasn't changed but its better to be safe then sorry. |
Ahh no i dont think i deleted any tables. How do i get it back in there?
|
Table info for paymentapi from 3.6.4, you can run that in phpmyadmin.
Code:
CREATE TABLE " . TABLE_PREFIX . "paymentapi ( |
Are you using a table prefix?
|
I tried it and i ge this error.
Code:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '" . TABLE_PREFIX . "paymentapi ( |
Errr, what are you editing?
|
Im just trying to create that table, thats all.
|
How are you trying to create it?
|
Run this query (make sure you put your prefix in place of TABLE_PREFIX, remove it if you don't have one!):
[sql]CREATE TABLE TABLE_PREFIXpaymentapi ( paymentapiid INT UNSIGNED NOT NULL AUTO_INCREMENT, title VARCHAR(250) NOT NULL DEFAULT '', currency VARCHAR(250) NOT NULL DEFAULT '', recurring SMALLINT NOT NULL DEFAULT '0', classname VARCHAR(250) NOT NULL DEFAULT '', active SMALLINT NOT NULL DEFAULT '0', settings MEDIUMTEXT, PRIMARY KEY (paymentapiid) )[/sql] |
Before doing anything, can you answer this question: Are you currently using a table prefix?
PS Already asked here |
Not sure what you mean by am i using a table prefix. I installed a paypal hack and didnt use it no more, and then got errors.
|
Have you set a table prefix in config.php.
|
again, i never messed with anything dealing with that.
all i did was install a paypal hack, and then found another one that i liked better, disabled that old one, and installed the new one. |
Can you link us to both these modifications please. And did you disable or uninstall the old one?
|
I will try to look for it, not sure exactly where its at. Been a little while.
But i did uninstall/disabled it. |
That was not the question. ;)
I asked if you uninstalled OR disabled, please only 1 reply. ;) |
yes i uninstalled it.
|
And the link to the modification you have uninstalled, as requested in post #15
PS You are not making it easy for someone to help you if we must ask 3 times for each bit of information. |
grrrrrr....
i think it was these. I installed this one. https://vborg.vbsupport.ru/showthread.php?t=123181 Uninstalled this one. https://vborg.vbsupport.ru/showthread.php?t=122997 |
Hmm still can not see what could cause this.
Can you post the full SQL error message again please (including scriptname etc) or link to a page where we can se this error? |
Here you go.
Quote:
|
Remove the cron for the old hack.
|
^Yea thats what i thought.
Thanks. |
All times are GMT. The time now is 04:38 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:
|