Arrow

Audio Not Working | Peter's Custom Anti-Spam for WordPress | Forum

Back to the custom anti-spam plugin page

Please consider registering
guest

Log In

Lost password?
Advanced Search

— Forum Scope —

  

— Match —

   

— Forum Options —

   

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
Audio Not Working
April 22, 2008
8:15 pm
Gas
Guest

Hi, I just updated the Custom Spam plugin after updating to wordpress v2.5 and everything seems to be working fine except the audio which just gives me a bunch of errors. Please help?

April 23, 2008
2:20 am
Peter
Admin
Forum Posts: 841
Offline

Hi, make sure the file wav_join.php is in the "sounds/" folder along with all of the wav files.

April 23, 2008
6:12 pm
Gas
Guest

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.

April 23, 2008
6:57 pm
Peter
Admin
Forum Posts: 841
Offline

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".

April 23, 2008
8:22 pm
Gas
Guest

That did it! Thank you so much. And thank you for such a handy and wonderful plugin.