I am getting a "500 - Internal Server Error" from my gallery. I asked my ISP for help, but all they could tell me was that the Gallery application was trying to use a dedicated connection and was not closing the MySQL connection after accessing the database. This apparently exceeded the connections I am allowed and resulted in the error message. This makes no sense to me nor to the IT guy I work with. Can somebody (please) give me a nice simple solution to this problem. The folks at my ISP said there was nothing that they could do about it, and that I should contact the Gallery folks. However, this type of troubleshooting is not on their list of things they will work on (not even more pay). Please help!
rr
Posts: 8339
gallery2/config.php line ~107 $storeConfig['usePersistentConnections'] = false;
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 17
That looks nice, but I have no idea what to do with it. I really need full instructions on how to put this code where it belongs (please).
Posts: 8339
edit gallery2/config.php in a plain text editor
line ~107 should read $storeConfig['usePersistentConnections'] = false;
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 17
Where is this file (in which folder)?
Posts: 17
Never mind - I found the file. The line already reads as you have indicated. Must be something else.
rr