• 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin could not be activated because it triggered a fatal error.’ is closed to new replies.