Fatal error: Cannot redeclare zinawp_init() (previously declared in /home/content/...../wordpress/wp-content/plugins/Music/zina.php:48) in /home/content/..../wordpress/wp-content/plugins/Music/zina.php on line 47
Fatal error: Cannot redeclare zinawp_init() (previously declared in /home/content/...../wordpress/wp-content/plugins/Music/zina.php:48) in /home/content/..../wordpress/wp-content/plugins/Music/zina.php on line 47
It seems that zinawp_init() function clashing with some other plugin installed.
You can Try By replacing zinawp_init() with my_zinawp_init() in Music plugin
that doesn't seem to fix it :(
halp?
doh, upgrading to php5 seems to have fixed it. in my case I just added this to my htaccess file :
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
This topic has been closed to new replies.