I have been trying to create a second (eventually third) shared photos gallery. Though, I seem to be having trouble. So far, I have traced all the files that seem to interact with the original gallery (viewPhoto.php, browsePhoto.php, uploadSharedPhoto.php, BxDolSharedMedia.php, BxDolSharedMediaView.php, and BxDolPageView.php). I created a copy and added (for trial purposes) "2" at the end of each file (ie; viewPhoto2.php). I've created a second table for shared media as well as a second folder to store the files. For some reason, I cannot get the second album to load correctly. All I get is a white page. So I assume I am doing something wrong. My best guess is I have missed a file, or I have missed a line of code. I have poured over the codes for all the pages listed above. I can't seem to find what I'm doing wrong. I am not editing the main coding at all. I am only changing the table name, the folder name, and adding "2" as needed to the files. Can anyone offer any insight?
I'm working with a straight copy (no mods) of 6.1.6 - any help will be greatly welcomed and appriciated. Even some pointers in the right direction would be helpful.