Hello Help me Please

eXigenT * odt

New Member
Hi, when i am starting a new thread and posting that shows an database error message, but after that the thread is there but with not content please check it

And when i am deleting the thread it shows the below error
see the attachment guyz

Please help me guyz i am in big trouble
 
This Is Error Dude
and when i see url it would be like this
Code:
http://www.myurl.com/inlinemod.php?do=dodeletethreads&threadids=77,76,75
Code:
Database error in vBulletin 3.7.2:

Invalid SQL:

		SELECT post.userid, post.postid, post.visible, post.pagetext, user.usergroupid, post.icash
		FROM post AS post
		LEFT JOIN user AS user ON (post.userid = user.userid)
		WHERE post.threadid = 75;

MySQL Error   : Unknown column 'post.icash' in 'field list'
Error Number  : 1054
Request Date  : Saturday, October 4th 2008 @ 03:26:16 AM
Error Date    : Saturday, October 4th 2008 @ 03:26:16 AM
Script        : http://mysite.info/inlinemod.php?do=dodeletethreads&threadids=77,76,75
Referrer      : http://mysite.info/login.php?do=login
IP Address    : 202.142.145.18
Username      : Admin
Classname     : vB_Database
MySQL Version : 5.0.51a-community
 
i fixed this problem bro
but when i uninstalling icash plugins there is another error hapenning

Code:
Database error in vBulletin 3.7.2:

Invalid SQL:
ALTER TABLE usergroup DROP COLUMN `icashpermissions`;

MySQL Error   : Can't DROP 'icashpermissions'; check that column/key exists
Error Number  : 1091
Request Date  : Saturday, October 4th 2008 @ 03:53:19 AM
Error Date    : Saturday, October 4th 2008 @ 03:53:19 AM
Script        : http://danwer.info/admincp/plugin.php?do=productkill
Referrer      : http://danwer.info/admincp/plugin.php?do=productdelete&productid=icash&s=
IP Address    : 202.142.145.18
Username      : Admin
Classname     : vB_Database
MySQL Version : 5.0.51a-community
 
define('DISABLE_HOOKS', true);

put the above code in the config.php in the end of it

it will disable all the mods then go to ur products and disable it if its not letting u uninstall it!

after the ngo bk to ur config.php and remove the code and it should be ok
 
Back
Top