Provb.org Advanced Forums [v.1.0.0]

Lovester said:
I tried with disabling plugins, but uninstall doesn't work :(

Getting this database error:



Any help?
Add this in your database:
Code:
--
-- Structure de la table `advanced_forums_layout`
--

CREATE TABLE IF NOT EXISTS `advanced_forums_layout` (
  `layoutid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `layout_var` varchar(250) NOT NULL,
  `layout_title` varchar(250) NOT NULL,
  `customs` varchar(250) NOT NULL,
  PRIMARY KEY (`layoutid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Contenu de la table `advanced_forums_layout`
--

INSERT INTO `advanced_forums_layout` (`layoutid`, `layout_var`, `layout_title`, `customs`) VALUES
(1, 'article', 'Article', 'FORUMDISPLAY,threadbit,postbit'),
(2, 'graphic', 'Graphic', 'threadbit,FORUMDISPLAY,postbit');
 
Doesn't work for me. I get a LOT of database errors when viewing threads, forumhome... and can't uninstall. Disabled it for now. Will see what I can do.
 
Lovester said:
I install this, tried graphic layout, but not so good because i don't use attachments, we mostly use images with image bbcode.

So, want to uninstall this, uninstalling doesn't work, getting database error:



Any help, how to uninstall now?

same here,someone help me :(
i installed it on live forum :(
 
Kosova said:
Add this in your database:
Code:
--
-- Structure de la table `advanced_forums_layout`
--

CREATE TABLE IF NOT EXISTS `advanced_forums_layout` (
  `layoutid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `layout_var` varchar(250) NOT NULL,
  `layout_title` varchar(250) NOT NULL,
  `customs` varchar(250) NOT NULL,
  PRIMARY KEY (`layoutid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Contenu de la table `advanced_forums_layout`
--

INSERT INTO `advanced_forums_layout` (`layoutid`, `layout_var`, `layout_title`, `customs`) VALUES
(1, 'article', 'Article', 'FORUMDISPLAY,threadbit,postbit'),
(2, 'graphic', 'Graphic', 'threadbit,FORUMDISPLAY,postbit');
it will add a table to database,and in uninstall progress this table will remove but after that problem occur and cannot continue uninstall process and show database error
 
finally i've come with a solution
first install Advanced Product managment
then delete all Plugin System
then go to Product managment and check delete box in Existing Install/Uninstall Code
and then remove product
 
Back
Top