destroyersimpost
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
I have this ALERT: JavaScript Error: “TypeError: this.hoverable is undefined”. Please read FAQ for more information.
Depends what is running the server but for nginx you could add this to its directives.
# nginx configuration
location ~ (\.log\.ini)$ { deny all; }
location ~ ^(zend_cache) { deny all; }Think the file at wordpress is not good anymore
several files contain:
<?php # /* # Plugin Name: Tweet old post # Plugin URI: http://www.ajaymatharu.com/wordpress-plugin-tweet-old-posts/ # Description: Plugin for tweeting your old posts randomly # Author: Ajay Matharu <<<<<<< .mine # Version: 3.2.3 ======= # Version: 3.2.2 >>>>>>> .r423856 # Author URI: http://www.ajaymatharu.com # */And check top-core.php it has several errors
Forum: Plugins
In reply to: [Plugin: WP-dTree] 3.5 doesn’t work in wp 2.8Have the same problem and when I Deactivate it and activate it again I get:
Plugin could not be activated because it triggered a fatal error.
Viewing 4 replies - 1 through 4 (of 4 total)