Closed (fixed)
Project:
Taxonomy Redirect
Version:
5.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2008 at 19:20 UTC
Updated:
10 Oct 2008 at 01:35 UTC
When updating the module the following warnings showed up:
Everything seems to be running fine, not sure if any update steps were skipped.
Using PHP Version 5.2.4.
This is the table structure after the update:
CREATE TABLE taxonomy_redirect (
vid int(10) unsigned NOT NULL default '0',
module varchar(255) NOT NULL default '',
path text NOT NULL,
tid int(10) unsigned default NULL,
separator_replace varchar(1) default '',
remove_text varchar(250) default NULL,
filter int(4) default '1',
KEY vid (vid)
);
Is that correct?
Comments
Comment #1
agileware commentedThat is the correct table structure.
Will look into the error.
Comment #2
agileware commentedThe install file has been fixed so you no longer get the warning.
The install it was doing before was still alright though, it was just the warnings.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.