Skip to Content Skip to Menu

ListTab "Table Mod"

  • dennisth19
  • dennisth19
  • OFFLINE
  • Posts: 52
  • Thanks: 0
  • Karma: -1
17 years 7 months ago #32969 by dennisth19
Replied by dennisth19 on topic Re:ListTab "Table Mod"
i made, now i cant delete the plugin, cause i cant click on delete button???

Please Log in or Create an account to join the conversation.

  • mikko
  • mikko
  • OFFLINE
  • Posts: 703
  • Thanks: 0
  • Karma: 115
17 years 7 months ago #32971 by mikko
Replied by mikko on topic Re:ListTab "Table Mod"
I will reinstall it for you.

mikko

Please Log in or Create an account to join the conversation.

  • dennisth19
  • dennisth19
  • OFFLINE
  • Posts: 52
  • Thanks: 0
  • Karma: -1
17 years 7 months ago #32972 by dennisth19
Replied by dennisth19 on topic Re:ListTab "Table Mod"
ok, now it works. problem with iex.
i run the query like:
0.5 i changed the xml file
1. i choose the database
2. i run the query
CREATE TABLE if not exists `#__comprofiler_tabs_backup` (
`tabid` INT NOT NULL ,
`pluginclass` VARCHAR( 255 ) NOT NULL ,
`pluginid` INT NOT NULL
) ENGINE = MYISAM


3. tried to uninstall the plugin

4. got this error
SQL Error DB function failed with error number 1146
Table 'jobnetz_jobnetzwerk.jos_comprofiler_tabs_backup' doesn't exist SQL=UPDATE jos_comprofiler_tabs t, jos_comprofiler_tabs_backup b SET t.pluginclass = b.pluginclass, t.pluginid = b.pluginid WHERE t.tabid = b.tabid
SQL =
UPDATE jos_comprofiler_tabs t,
jos_comprofiler_tabs_backup b SET t.pluginclass = b.pluginclass,
t.pluginid = b.pluginid WHERE t.tabid = b.tabid

Please Log in or Create an account to join the conversation.

  • mikko
  • mikko
  • OFFLINE
  • Posts: 703
  • Thanks: 0
  • Karma: 115
17 years 7 months ago #32973 by mikko
Replied by mikko on topic Re:ListTab "Table Mod"
I was removing it at the same time. Re-run the SQL query.

mikko

Please Log in or Create an account to join the conversation.

  • mikko
  • mikko
  • OFFLINE
  • Posts: 703
  • Thanks: 0
  • Karma: 115
17 years 7 months ago #32974 by mikko
Replied by mikko on topic Re:ListTab "Table Mod"
OK. the query should be like this

[code:1]
CREATE TABLE if not exists `jos_comprofiler_tabs_backup` (
`tabid` INT NOT NULL ,
`pluginclass` VARCHAR( 255 ) NOT NULL ,
`pluginid` INT NOT NULL
) ENGINE = MYISAM

[/code:1]

This was taken directly from the install part fo the XML, an dI forgot to change #_ to your table prefix (jos)

mikko

Post edited by: mikko, at: 2007/03/09 17:42

Please Log in or Create an account to join the conversation.

  • dennisth19
  • dennisth19
  • OFFLINE
  • Posts: 52
  • Thanks: 0
  • Karma: -1
17 years 7 months ago #32975 by dennisth19
Replied by dennisth19 on topic Re:ListTab "Table Mod"
wow!!! great- now its uninstalled.
now i will install the new version...

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum