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.
@elsup
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.