View Single Post
  #5  
Old 04-18-2014, 02:10 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: find category id and parent cat id

I'm guessing the error has to do with not liking "explode". This explains that situation. I add something like this to the end of postauth.php:
PHP Code:
array_push($smarty->security_settings['MODIFIER_FUNCS'], 'explode'); 
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote