Well, I've been trying like a mad man for the past few days to install this one. It's just kickin' my arse. The auto-install isn't working for me, so I'm trying the manual install.
However...the following sql query exec is not working.
Quote:
SELECT MAX(DISPLAYORDER) FROM SETTINGGROUP;
|
When I run that thru myphpadmin, this is what I get:
Error
SQL-query :
SELECT MAX(DISPLAYORDER) FROM SETTINGGROUP LIMIT 0, 30
MySQL said:
Table 'apok_vbp.SETTINGGROUP' doesn't exist
I've tried the exec w/ and w/o the ";" at the end of SETTINGGROUP, no change. Also, I've installed the tables correctly...still nothing.
I have other issues...but I figure this is stumper and may has well tackle them one at a time. Can anyone help?