Title: Fix to admin-controller.php
Last modified: August 31, 2016

---

# Fix to admin-controller.php

 *  [bobjwallace](https://wordpress.org/support/users/bobjwallace/)
 * (@bobjwallace)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/fix-to-admin-controllerphp/)
 * Line 318 of admin-controller.php has
    `$root_relative_path = '..' . DIRECTORY_SEPARATOR.'..'.
   DIRECTORY_SEPARATOR;`
 * Note the space after the second ..
 * Should be:
 * `$root_relative_path = '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR;`
 * [https://wordpress.org/plugins/hotspots/](https://wordpress.org/plugins/hotspots/)

The topic ‘Fix to admin-controller.php’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hotspots_f1f1fd.svg)
 * [Hotspots Analytics](https://wordpress.org/plugins/hotspots/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hotspots/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hotspots/)
 * [Active Topics](https://wordpress.org/support/plugin/hotspots/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hotspots/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hotspots/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [bobjwallace](https://wordpress.org/support/users/bobjwallace/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/fix-to-admin-controllerphp/)
 * Status: not resolved