![]() |
|
Problem installing Zenphoto - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Problem installing Zenphoto (/thread-975.html) |
Problem installing Zenphoto - elsup - 2006-12-15 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. Problem installing Zenphoto - blaterza - 2006-12-15 I was getting that until I added a folder under the root called albums Also check to see if you hav eone called cache, I had seemed to be missing both. Problem installing Zenphoto - elsup - 2006-12-15 No, I have both of them. They came with ZenPhoto. Not sure why you didn't have the folder to start with. Could there be anything else Problem installing Zenphoto - thinkdreams - 2006-12-15 @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. Problem installing Zenphoto - elsup - 2006-12-15 I got it, I was using the wrong username and password in setup.php I thought it was the password for the database, but no it is admin and 1234. Thanks you for your help. Problem installing Zenphoto - trisweb - 2006-12-15 You should change those, just FYI... I'm going to make it required next release, it's scaring me. |