- Posts: 4
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- Errors when trying to display gallery
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Errors when trying to display gallery
- fletch65
- Topic Author
- Offline
- New Member
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/images/stories/temp/2d0af2491b48b548b705c8c70b534c68jpg) is not within the allowed path(s): (/home/livingho/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/livingho/public_html/site/mambots/content/plugin_jw_sigpro.php on line 285
I get the same message for each picture, then a final line at the bottom that says:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 13940 bytes) in /home/livingho/public_html/site/mambots/content/plugin_jw_sigpro/sigpro_engine.php on line 69
I've browsed through the forums for similar problems, but can't seem to find a solution.
URL for the site is www.livinghorus.com/site/ and the page that the errors occur is the GALLERY page: livinghorus.com/site/content/view/13/26/
This is extremely frustrating! ??? If anyone can help - I'd be most appreciative!
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
- Posts: 1188
About the "open_basedir restriction in effect" warning try the solution told here
forum.joomlaworks.net/index.php?topic=1266.msg4637#msg4637
and tell me if work for you! :)
Also, change the line 285
if (file_exists($tempfolder.md5($_images_dir_.$name).$format) && filemtime ($tempfolder.md5($_images_dir_.$name).$format) + $cache_expire_time * 60 > time()) {
if (file_exists($tempfolder.md5($_images_dir_.$name).".".$format) && filemtime ($tempfolder.md5($_images_dir_.$name).".".$format) && $cache_expire_time * 60 > time()) {
About the "Fatal error: Allowed memory size" its really strange... Its the first time that someone have this error!
Try to do the rest i said and if continue to have the same Fatal error, report it to me again!
Thank you!
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Daniel Tepe
- Offline
- New Member
- Posts: 2
I´ve had the same "open_basedir restriction in effect" warning an fixed the code in line 285 as you told.
Now it works!
Thanx a lot! ;D
Daniel
Please Log in or Create an account to join the conversation.
- fletch65
- Topic Author
- Offline
- New Member
- Posts: 4
I made the changes as outlined and the "Fatal error: Allowed memory size" problem still existed - so I removed some of the larger pictures from the directory and voila! That seems to have solved the problem. I'll just have to resize the larger pics before uploading them.
However - I'm using a theme called JS_Lunar Eclipse and the lightbox popup doesn't seem to work with this theme. It works with the default theme (rhuk_solarflare_ii). Would there be any simple reason for this?
Please Log in or Create an account to join the conversation.
- fletch65
- Topic Author
- Offline
- New Member
- Posts: 4
I'm using a theme called JS_Lunar Eclipse and the lightbox popup doesn't seem to work with this theme. It works with the default theme (rhuk_solarflare_ii). Would there be any simple reason for this?
Hello?
Does anyone have a solution for this? I need to get this working with this template and if I can't, then perhaps I need to be refunded??
>:(
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
- Posts: 1188
that don't use the mootools js library.
Probably the template JS_Lunar Eclipse use some javascript the have conflicts with the lightbox js.
As i said, try to use the others engines
and make a search at the forum about this template and about the mootools problem.
Thank you!
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- Errors when trying to display gallery