Hi,
The install file says:

Create table taxonomy_strider (
				tkey Bigint UNSIGNED NOT NULL,
				pkey Bigint UNSIGNED NOT NULL,
				tid Int UNSIGNED NOT NULL,
				nid Int UNSIGNED NOT NULL,
				Primary Key (tkey)
				) 

While it should say

Create table {taxonomy_strider} (
				tkey Bigint UNSIGNED NOT NULL,
				pkey Bigint UNSIGNED NOT NULL,
				tid Int UNSIGNED NOT NULL,
				nid Int UNSIGNED NOT NULL,
				Primary Key (tkey)
				) 

Add {} around the table because of Prefix using.

Greetings,
Martijn

Comments

psicomante’s picture

Status: Active » Reviewed & tested by the community