Hi

Tried to install and use Skipcart but I have a $db_prefix default set and the table is created without the prefix.
Renameing the table caused issues not renaming the table caused issues.

Regards
Keith

CommentFileSizeAuthor
#1 skipcart.tar__0.gz10.44 KBgypsymanz

Comments

gypsymanz’s picture

StatusFileSize
new10.44 KB

Fixed {} needed around table name in db_query.

Revised version attached.
Needs testing!

Keith

gypsymanz’s picture

Title: Does not respect $db_prefix » Does not respect $db_prefix, fatal to shared database users.
Version: 5.x-1.7 » 5.x-1.9
Priority: Normal » Critical

This bug is still active in the latest release 5.x-1.9. This bug fatal to those with a shared database!

gypsymanz’s picture

skipcart.install

line 10 should read:

CREATE TABLE {skipcart_nodes} (

suydam’s picture

Status: Active » Fixed

Resolved in version 1.10

Anonymous’s picture

Status: Fixed » Closed (fixed)