Error with Zoom and php 5.3.
1 post
• Page 1 of 1
Error with Zoom and php 5.3.
If you are using php 5.3. , there will be a an error. It's running anyway, but there will by a ugly php warning in top of the screen.
To fix that, you have to open the "galleryshow.php" in "/components/com_zoom/www/" and there you have to change the is_callable function calls from
"if (is_callable('appendPathWay',$mainframe))" to
"if (is_callable(array($mainframe,'appendPathWay')))"
Have fun.
ML
To fix that, you have to open the "galleryshow.php" in "/components/com_zoom/www/" and there you have to change the is_callable function calls from
"if (is_callable('appendPathWay',$mainframe))" to
"if (is_callable(array($mainframe,'appendPathWay')))"
Have fun.
ML
- smily
- Fresh Boarder

- Posts: 1
- Joined: Mon Nov 09, 2009 10:10 pm
1 post
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 2 guests