aesop7
Forum Replies Created
-
the If syntex could be erasable as follws.
// if( !file_exists( $wp_config_path . $wp_config_filename ) ) { // Just in case the user may have placed wp-config.php one more level up from the root // $wp_config_filename = dirname( $wp_config_path ) . wp_config_filename; // }
I’m solving by myself.
Modifying the files top-10-addcount.js.php andtop-10-counter.js.php as follows.
//"top-10-counter.js.php" Display number of page views Header("content-type: application/x-javascript"); // require_once(dirname(dirname(dirname(dirname(__FILE__)))) . '/wp-load.php'); // Build the wp-config.php path from a plugin/theme $wp_config_path = dirname(dirname(dirname(dirname(__FILE__ )))); $wp_config_filename = '\wp-load.php'; // Check if the file exists in the root or one level up if( !file_exists( $wp_config_path . $wp_config_filename ) ) { // Just in case the user may have placed wp-config.php one more level up from the root $wp_config_filename = dirname( $wp_config_path ) . $wp_config_filename; } // Require the wp-config.php file // require( $wp_config_filename ); require_once(dirname(dirname(dirname(dirname(__FILE__)))) . '/wp-load.php'); // Include the now instantiated global $wpdb Class for use global $wpdb;
Your logic doesn’t work, I think.
Thank you for your reply.
I’m now using my own server in my notebook.
(Apach v 2.4, php v5.5.9, MySQL v 5.6.16)
I can tell you the exact configuration that you want to know.
what do you want to know?I’m having same issue.
If I set Y days, the Widget did’nt work. but perfermance test engines (Yslow, Pagespeed etc.) stil detect top-10 tags , with the latest version (v1.9.9.2) of the plugin.
Forum: Plugins
In reply to: [Google Adsense Dashboard] Problem – not workingThanks for your kind answer. I’m looking for your fast update mention. ^^
For your convenience, my screen was captured as follows. Hi Hi
https://aesop7.dothome.co.kr/?p=4661Forum: Plugins
In reply to: [Google Adsense Dashboard] Problem – not workingAfter a few day it goes well, but once in two days the same error messages comming.
I think it might not come from ‘Authorization’.Forum: Plugins
In reply to: [Google Adsense Dashboard] Problem – not workingI’m having the same problem using firefox v.20 although clearing cache.
screenshot is here.
https://aesop7.dothome.co.kr/?p=4559