Audio Not Working | Peter's Custom Anti-Spam for WordPress | Forum
Back to the custom anti-spam plugin page
6:12 pm
Thanks for the reply.
Just checked and it is. I also tried deactivating, deleting and redoing it and still weird errors.
The url is http://robceemusic.com.
Hi, first make sure that the custom anti-spam folder is writeable.
If it is and it still doesn't work, try hard-coding this variable:
$cas_folder = str_replace('\\\\', '/', dirname(__FILE__));
Replace it with the absolute path to your plugin:
$cas_folder = '/home/robcee90/public_html/wp-content/plugins/peters-custom-anti-spam-image';
Otherwise, try getting your web host to turn off safe mode or at least to change the safe_mode_gid setting to "off".