Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Thread Starter Brehon

    (@brehon)

    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 🙂

    Thread Starter Brehon

    (@brehon)

    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?

    Thread Starter Brehon

    (@brehon)

    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?

    Thread Starter Brehon

    (@brehon)

    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)