Well I had tried that Mark but the problem was I wasn't getting an error, it was telling me it was initializing just fine although tables weren't appearing. I figured out problem was I missing the // on a line which should have been commented and that at least got me to the stage where I could view the
SQL. I player around with the
SQL and fgiured out that this line:
PRIMARY key [48]($rulescolumn[rid]))";
was causing me problems. I changed it to:
And it worked fine. What I do find confusing is that before making this change, the
SQL statement was executing just fine in
phpMyAdmin [50] but it just wouldn't work on site. WOnder why that is.