Skip to Content Skip to Menu

ListTab "Table Mod"

  • mikko
  • mikko
  • OFFLINE
  • Posts: 703
  • Thanks: 0
  • Karma: 115
17 years 7 months ago #32956 by mikko
Replied by mikko on topic Re:ListTab "Table Mod"
It can be.

I was able to replicate your problem with not having having the options visible. I will take a look at this issue now.

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 #32957 by mikko
Replied by mikko on topic Re:ListTab "Table Mod"
Also found the memory problem. Fixing these now.

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 #32959 by dennisth19
Replied by dennisth19 on topic Re:ListTab "Table Mod"
sounds good.

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 #32960 by mikko
Replied by mikko on topic Re:ListTab "Table Mod"
Fixed, new version available.

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 #32961 by dennisth19
Replied by dennisth19 on topic Re:ListTab "Table Mod"
tried to uninstall:

Uninstall Plugin - Failed
SQL Error DB function failed with error number 1109
Unknown table 'jos_comprofiler_field_values' in MULTI DELETE SQL=DELETE FROM jos_comprofiler_field_values, jos_comprofiler_fields USING jos_comprofiler_field_values v, jos_comprofiler_fields f WHERE v.fieldid=f.fieldid and f.name like 'cb_privacypolicy_%';
SQL =
DELETE
FROM jos_comprofiler_field_values, jos_comprofiler_fields USING jos_comprofiler_field_values v,
jos_comprofiler_fields f
WHERE v.fieldid=f.fieldid and f.name like 'cb_privacypolicy_%';

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 #32964 by mikko
Replied by mikko on topic Re:ListTab "Table Mod"
Get a new privacypolicy.xml from my server. It contains a fix.

Then run query

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

with phpmyadmin. After this, you can uninstall normally.

mikko

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

Moderators: beatnantkrileon
Powered by Kunena Forum