David Goodwin wrote:
DRAT! I've spent 4 hours loading everything and the Bridge does not work!!!!!!!!!!!!!!!!!!! *&^%$#@
The Gallery2 installed with one 'warning'. It asked me to change the php.ini file from memory of 8MB to 16MB. I didn't know how to do that so I continued (foolishly!). I guess it has something to do with this error when I tried to go to the Config selection of the bridge.
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /var/www/html/gallery2/modules/core/classes/helpers/GalleryItemHelper_medium.class on line 360
Yep, that's what I got after the install of the bridge went well, but as soon as I selected the Config in the bridge component menu, that's what I got.
Here's what I used.
GALLERY 2 VERSION: Gallery 2.1
BRIDGE: com_gallery2_v2.0.13-beta2.zip
Any suggestions? Seems like it didn't have the memory setup.Maybe that's it! How do I change it in the php.ini file? *&^%$#@
A NEW
pain in the royal ___!
dave
Hi David,
To change your php.ini file, browse to your gallery2 base directory and find the file 'php.ini'. Edit it and insert the following:
memory_limit = 16M
This should rectify the issue. If you don't see php.ini there, just create it and then edit it by insert the same line. Hope this helps.