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.