djamieg
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Custom theme gives only blank screenMy wp-config file now begins with these lines
<?php
// ** MySQL settings ** //
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);I have an empty debug-log file in the wp-content folder.
No data is being written to the log file. Custom theme is still a blank screen.
Forum: Themes and Templates
In reply to: Custom theme gives only blank screenI was already trying this.
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);
@ini_set(‘display_errors’,0);I even created a debug.log file in wp-content, permissions 666. Nothing is being written to it.
I’ve never transferred a template from one server to another. I’m totally stumped. The frustrating this is that I’m not quite enough of a wp geek to even know how to start figuring out where to look for this problem. Thanks for your input.
Forum: Themes and Templates
In reply to: Custom theme gives only blank screenI added the following line line to wp-config.php
define(‘WP_DEBUG’, true);
Same results with the theme
Forum: Fixing WordPress
In reply to: Cannot fix right sidebar displacementI fixed it! I think the problem was an extra </div> tag at the end of a post. Problem solved.
Now on to find the next problem.
Forum: Fixing WordPress
In reply to: Cannot fix right sidebar displacementPS to the previous post: the contents of the blog are imported from a blogspot blog, but the entire blog was working fine for 24 hrs before this happened.