Conflict with ExtCalendar for Joomla
|
plsg
Joined: 2002-12-01
Posts: 1 |
Posted: Wed, 2006-03-15 06:12
|
|
For some reason the gallery random block doesn't seem to play well with Joomla (1.0.8) ExtCalendar (0.9.1). The error I get is: Any suggestions? Thanks. |
|
| Login or register to post comments |

Posts: 2189
find where it is trying to declare stripslashes_deep() and do something like
if (!function_exists("stripslashes_deep")) { function stripslashes_deep() { blah blah blah } }--
http://ckdake.com/
If you found my help useful, please consider donating to Gallery.
Posts: 11
Better you describe like this:
(With single-marks)
Tobi
(With that, it works fine for me)