Brehon
Forum Replies Created
-
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
In reply to: Moved WordPress to a different folder site gives errorsPetru,
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
In reply to: Moved WordPress to a different folder site gives errorsSecond 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
In reply to: Moved WordPress to a different folder site gives errorsTara 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
In reply to: Moved WordPress to a different folder site gives errorsLogs 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 0Meant to put these in the original post.