Title: Reporting some minor errors
Last modified: August 22, 2016

---

# Reporting some minor errors

 *  Resolved [peis](https://wordpress.org/support/users/peis/)
 * (@peis)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/reporting-some-minor-errors/)
 * Hello, i found some small problems while customizing Maintenance, which is a 
   fantastic and useful plugin!
 * 1. In your main css file: /maintenance/load/style.css
 * you have multiple rules using “botom:” instead of “bottom:” making it useless.
 * 2. In your main functions file: /maintenance/load/functions.php
 * you have multiple uses of the WP function “[site_url();](http://codex.wordpress.org/Function_Reference/site_url)”
   which retrieves the folder where the WordPress core files reside, which works
   for everyone who does not install wordpress in a sub-folder, while using the 
   upper folder as root.
    for exemple i install wordpress under [http://www.mysite.com/website](http://www.mysite.com/website),
   while my site is visible at [http://www.mysite.com/](http://www.mysite.com/) 
   If you replace the function “site_url();” with “[home_url();](http://codex.wordpress.org/Function_Reference/home_url)”
   the solution is valid for both users.
 * I hope to be helpful!
 * (I replaced my self every appearence of site_url in /maintenance/load/functions.
   php and everything works!)
 * Thank you again for this awesome plugin.
 * [https://wordpress.org/plugins/maintenance/](https://wordpress.org/plugins/maintenance/)

The topic ‘Reporting some minor errors’ is closed to new replies.

 * ![](https://ps.w.org/maintenance/assets/icon-256x256.png?rev=2689583)
 * [Maintenance](https://wordpress.org/plugins/maintenance/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/maintenance/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/maintenance/)
 * [Active Topics](https://wordpress.org/support/plugin/maintenance/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/maintenance/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/maintenance/reviews/)

## Tags

 * [home_url](https://wordpress.org/support/topic-tag/home_url/)
 * [site_url](https://wordpress.org/support/topic-tag/site_url/)
 * [sub-folder](https://wordpress.org/support/topic-tag/sub-folder/)
 * [subfolder](https://wordpress.org/support/topic-tag/subfolder/)
 * [wordpress-url](https://wordpress.org/support/topic-tag/wordpress-url/)
 * [wrong URL](https://wordpress.org/support/topic-tag/wrong-url/)

 * 0 replies
 * 1 participant
 * Last reply from: [peis](https://wordpress.org/support/users/peis/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/reporting-some-minor-errors/)
 * Status: resolved