Title: Wrong directory name in settings.php
Last modified: August 30, 2016

---

# Wrong directory name in settings.php

 *  [thomas_callahan](https://wordpress.org/support/users/thomas_callahan/)
 * (@thomas_callahan)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/wrong-directory-name-in-settingsphp/)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/adobe-analytics_f82f41.svg)
 * [Adobe Analytics for WordPress by RepEquity](https://wordpress.org/plugins/adobe-analytics/)
 * [Support Threads](https://wordpress.org/support/plugin/adobe-analytics/)
 * [Active Topics](https://wordpress.org/support/plugin/adobe-analytics/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/adobe-analytics/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/adobe-analytics/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [thomas_callahan](https://wordpress.org/support/users/thomas_callahan/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/wrong-directory-name-in-settingsphp/)
 * Status: not resolved