Title: Brehon's Replies | WordPress.org

---

# Brehon

  [  ](https://wordpress.org/support/users/brehon/)

 *   [Profile](https://wordpress.org/support/users/brehon/)
 *   [Topics Started](https://wordpress.org/support/users/brehon/topics/)
 *   [Replies Created](https://wordpress.org/support/users/brehon/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/brehon/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/brehon/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/brehon/engagements/)
 *   [Favorites](https://wordpress.org/support/users/brehon/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HTML5 jQuery Audio Player] Where is the music sound control option in this player](https://wordpress.org/support/topic/where-is-the-music-sound-control-option-in-this-player/)
 *  [Brehon](https://wordpress.org/support/users/brehon/)
 * (@brehon)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/where-is-the-music-sound-control-option-in-this-player/#post-4350205)
 * In a world where people often have several forms of media going, having a volume
   control does make a difference. I very must felt this was a common thing for 
   players. Had I known otherwise I would have gotten this or supported its creator
   monetarily.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moved WordPress to a different folder site gives errors](https://wordpress.org/support/topic/moved-wordpress-to-a-different-folder-site-gives-errors/)
 *  Thread Starter [Brehon](https://wordpress.org/support/users/brehon/)
 * (@brehon)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/moved-wordpress-to-a-different-folder-site-gives-errors/#post-4423375)
 * Petru,
 * Thank you very much. Your input is actually very solid advice.
 * Rev, Voodoo,
 * Also good info, thank you.
 * Tara,
 * Thank you for the set of links 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moved WordPress to a different folder site gives errors](https://wordpress.org/support/topic/moved-wordpress-to-a-different-folder-site-gives-errors/)
 *  Thread Starter [Brehon](https://wordpress.org/support/users/brehon/)
 * (@brehon)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/moved-wordpress-to-a-different-folder-site-gives-errors/#post-4423167)
 * Second follow up – Since I have it still have it in the /wordpress sub, is there
   anything special I need to do to make that original subfolder work again?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moved WordPress to a different folder site gives errors](https://wordpress.org/support/topic/moved-wordpress-to-a-different-folder-site-gives-errors/)
 *  Thread Starter [Brehon](https://wordpress.org/support/users/brehon/)
 * (@brehon)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/moved-wordpress-to-a-different-folder-site-gives-errors/#post-4423153)
 * Tara thank you. Follow up question. Since I already moved it to another folder,
   do I have to do the database changes? Aka the database was specific to the old
   folder?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moved WordPress to a different folder site gives errors](https://wordpress.org/support/topic/moved-wordpress-to-a-different-folder-site-gives-errors/)
 *  Thread Starter [Brehon](https://wordpress.org/support/users/brehon/)
 * (@brehon)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/moved-wordpress-to-a-different-folder-site-gives-errors/#post-4423140)
 * **Logs and Error Messages**
 * Here is the original index file in the directory I wanted WordPress to be in.
 *     ```
       <?php
       /**
        * Front to the WordPress application. This file doesn't do anything, but loads
        * wp-blog-header.php which does and tells WordPress to load the theme.
        *
        * @package WordPress
        */
   
       /**
        * Tells WordPress to load the WordPress theme and output it.
        *
        * @var bool
        */
       define('WP_USE_THEMES', true);
   
       /** Loads the WordPress Environment and Template */
       require( dirname( __FILE__ ) . '/wp-blog-header.php' );
       ```
   
 * wp-blog-header
 *     ```
       <?php
       /**
        * Loads the WordPress environment and template.
        *
        * @package WordPress
        */
   
       if ( !isset($wp_did_header) ) {
   
       	$wp_did_header = true;
   
       	require_once( dirname(__FILE__) . '/wp-load.php' );
   
       	wp();
   
       	require_once( ABSPATH . WPINC . '/template-loader.php' );
   
       }
       ```
   
 * here is the error.log
 *     ```
       [17-Dec-2013 12:25:01 America/Detroit] PHP Warning:  Unknown: failed to open stream: Permission denied in Unknown on line 0
       [17-Dec-2013 12:25:01 America/Detroit] PHP Fatal error:  Unknown: Failed opening required '/xxx/xxx/xxx/bootlegmedia.com/wp-cron.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0
       ```
   
 * Meant to put these in the original post.

Viewing 5 replies - 1 through 5 (of 5 total)