![]() |
|
Second Database when Cloning a Gallery - 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: Second Database when Cloning a Gallery (/thread-10510.html) |
Second Database when Cloning a Gallery - mediadecor - 2012-10-15 Do I need to set up a second database when cloning a zenphoto gallery? Second Database when Cloning a Gallery - acrylian - 2012-10-15 No, but you need to define one for the cloned install. A clone install is independent and just shares the core files with the base install. So it needs a database, that it can share the same with using a different database prefix or use new one. That is up to you actually. Second Database when Cloning a Gallery - mediadecor - 2012-10-15 I keep updating the second gallery with the files it ask for, then the first gallery ask for the same files so update them and I just keep going in a loop. Not sure what is happening. Here is the error I get on the second gallery: The script functions-image.php has changed. zp-core/setup.php Second Database when Cloning a Gallery - acrylian - 2012-10-15 The core files do exist only once, in the base install. To clone an install create a folder and let the clone tool on the base install clone the files there. Then access the clone install as if it was a normal one /zp-core/setup.php and run setup. You should not have to update the cloned install with any files (except albums or custom themes or plugins). That message is not an error and has been widely covered on the forum and on the install page. |