I am not sure what the problem is because I have created mysql database, filled out the config file, but for some reason this is what pops
MySQL Query ( SELECT folder, sort_order FROM albums ORDER BY sort_order ) Failed. Error: Table 'db190292132.albums' doesn't exist
What is this mean.
Comments
Also check to see if you hav eone called cache, I had seemed to be missing both.
you might check your DB prefix. It looks like it is referencing a db prefix in your table query (the db190292132 part)
you may try setting the prefix parameter in the zp-config file to this prefix.
worth a shot anyway.
I thought it was the password for the database, but no it is admin and 1234. Thanks you for your help.
I'm going to make it required next release, it's scaring me.