If you're trying to get it to work, then I don't think you should be removing anything, but maybe there's something I don't know.
You can add a column to a table in phpMyAdmin by going to the 'Structure' tab for the user table (after clicking on the database name and the 'user' table name), then scroll down to the bottom and look for the "Add 1 Column(s)..." row and press the Go button.
On the next page, fill in panjo_selling for the name, 'BOOLEAN' for the type, and check the checkbox under 'null'. Then press "Save".
That should add the column that's giving you the error. You'll probably need to add the other columns to the usergroup and thread tables as well. Maybe you can figure out how to fill in the options for those those by looking at the code I posted above (if not I can try to help with those as well).
Really, I thank you very much your attention and help.
During this time, I try some that you indicate but I can't solved the issue, but, your attention and help...really, thank you very much!!
Quote:
Originally Posted by ForceHSS
Ok, I ran a few tests first do this
Disable plugins via config
To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php
After you have disabled plugins via your config. First install the php file into your FTP then overwrite the plugin with this one in your admincp. Once you have done that if you want to remove panjo fully uninstall the xml first, then the php file, then edit the config file and either remove the line you put in or comment it out with // as shown above
Well, I don't was think in this possible solution, thank you.
I disabled all pluggins with line in config.php, after this moment, I can access fine to my site.
I install de php file in my FTP, and after, in admincp, I import the xml.
Now appears Panjo product in Products and Pluugins - Products, but in the options of admincp not appears Panjo for configure (and Panjo is enabled) but not appears in the options of admincp.
When you indicate:
"to remove panjo fully uninstall the xml first, then the php file"
If I uninstall the xml, is when I have the problem with Database.
Quote:
Originally Posted by Mark.B
You should not uninstall Panjo, only disable it.
Next time you upgrade, the upgrade script will simply put it back.
Ok, I understand, thanks.
Quote:
The best fix to your issue, would be to upload the /install folder, run the upgrade script so that Panjo is back, and then disable it. Then you won't get the database errors.