• Resolved Gtantra

    (@gtantra)


    Im not able to install I get the following error :

    Plugin could not be activated because it triggered a fatal error.

    The plugin does not have a valid header.

    I tried uploading via “add plugin” and also by manual install . It just does’nt get activated

    http://ww.wp.xz.cn/extend/plugins/gotmls/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Eli

    (@scheeeli)

    Try to rem out or remove the code on line 524 of /wp-content/plugins/gotmls/images/index.php

    // $wpdb->query("DELETE FROM $wpdb->options WHERE option_name LIKE 'GOTMLS_known_%' OR option_name LIKE 'GOTMLS_definitions_array_%'");

    If that doesn’t do it try adding this code to the top of /wp-content/plugins/gotmls/index.php

    if(!session_save_path()) session_save_path(dirname(__FILE__).'/');

    Plugin Author Eli

    (@scheeeli)

    I just fixed both these errors and released another update. the new version 1.3.05.13 should activate fine for you.

    Please let me know if you have any more trouble with it.

    Aloha, Eli

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Could not be activated’ is closed to new replies.