I tried to load your plugin but got the following error, when i clicked activate plugin from the admin, can you give me an idea what went wrong..? thanks
sajid
Parse error: syntax error, unexpected T_NEW in /home/surplust/public_html/wp-content/plugins/wp-classified/includes/_functions.php on line 790
schöner Roller ;)
I tried to load your plugin but got the following error, when i clicked activate plugin from the admin, can you give me an idea what went wrong..? thanks
sajid
Parse error: syntax error, unexpected T_NEW in /home/surplust/public_html/wp-content/plugins/wp-classified/includes/_functions.php on line 790
@sai, sorry
edit and change the line: 790 from
throw new sfCacheException(’Unable to open cache directory “‘.$dir.’”‘);
to
echo ‘Unable to open cache directory “‘.$dir.’”‘;
Thanks for report.