2 things

Nono5666

New Member
Alright, well I've been doing vB for a while, but there are a few things I don't yet know..


#1- Figured out #1

#2- How do I merge 2 databases? (I figure it's something with ImPeX, but I'm not sure)

Any help is appreciated :)
 

ChopSuey

New Member
Check Out

Code:
www.evercube.net

They Merged Their Two Databases

Ask Someone THere.

Acct: TakeAllMyPain

pw: IHateMe
 

Nono5666

New Member
Thanks D4rk Avenger :)
I figured it was,
Already have ImPeX


Ok,
Now I have ANOTHER problem,
Code:
Database error in vBulletin 3.8.3:

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, July 4th 2009 @ 01:17:16 AM
Error Date    : Saturday, July 4th 2009 @ 01:17:17 AM
Script        : http://****.*****.***/admincp/plugin.php?do=productkill
Referrer      : http://****.*****.***/admincp/plugin.php?do=productdelete&productid=icash&s=
IP Address    : **.***.***.**
Username      : ****
Classname     : vB_Database
MySQL Version : 5.0.77-community
Never had this problem before....
 

Nono5666

New Member
I'm not talking about that right now,
This is iCash I installed,
Caused problems,
And now it won't let me uninstall the damn thing.
 

Nono5666

New Member
What the hell are you smokin?
It's not on my old database.
I haven't even merged any databases yet.
I've been trying to fix this damn problem so I CAN merge them
-.-
 

D4rk Avenger

New Member
ah right in config.php find
Code:
define('DISABLE_HOOKS', true);
And replace with
Code:
// define('DISABLE_HOOKS', true);
Now delete the plugin via FTP or AdminCP

To bring back the plugin system just remove the two '//'
 

Nono5666

New Member
So far, what you have said has been no help.
So,
Here's what I've collected.
In the "usergroup" table,
There should be a column named "icashpermissions" now, this column ISN'T there,
I've tried adding it, but it doesn't work. It just gives me some damn phpMyAdmin error.
Next,
I've tried re-installing the product, but that doesn't work either. it won't do any good unless I can somehow add the icashpermissions column.
 
Top