Conflict with ExtCalendar for Joomla
plsg
Joined: 2002-12-01
Posts: 1 |
![]() |
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. |
|
ckdake
![]()
Joined: 2004-02-18
Posts: 2258 |
![]() |
find where it is trying to declare stripslashes_deep() and do something like if (!function_exists("stripslashes_deep")) { function stripslashes_deep() { blah blah blah } } If you found my help useful, please consider donating to Gallery. |
|
Götterbote (not verified)
|
![]() |
Better you describe like this: Quote:
if (!function_exists('stripslashes_deep')) { (With single-marks) |
|