Wrong directory name in settings.php
-
There’s a bug in the plugin. In adobe-analytics/settings.php, nearly at the bottom the wrong directory name is used twice so the dashboard interface is broken — the tabs don’t work. The two instances of “adobe_analytics” in the paths to the JS and CSS files need to be “adobe-analytics” instead.
wp_enqueue_script( ‘adobe_analytics-settings-script’, plugins_url( ‘adobe_analytics/templates/assets/admin-scripts.js’, dirname( __FILE__ ) ), array( ‘jquery’ ), false, true );
wp_enqueue_style( ‘adobe_analytics-settings-style’, plugins_url( ‘adobe_analytics/templates/assets/admin-styles.css’, dirname( __FILE__ ) ), false, false, false );
- The topic ‘Wrong directory name in settings.php’ is closed to new replies.