Do you have the mod files in the right location??
Yes, I'm not coder but I know ZC structure very well.
I just rechecked EVERYTHING, even the blog files to see proper permitions and to reasure the files are there.
I went through every file of the mod to see if there was something wrong or any extra line on the end of the files... NOTHING!
Here's my wordpress-config.php code:
Code:
<?php
//
// wordpress on zencart by http://www.s-page.net/
//
define ('ABSPATH','/home/***/public_html/blog/');
$woz_install=0;
if (file_exists(ABSPATH.'wp-config.php')) {
$woz_install=1;
define('WP_USE_THEMES', true);
$wp_did_header = true;
require_once(ABSPATH.'wp-config.php');
}
?>
The site is avilasterling.com (right now is blank) take a look to see if you see any light on the end of the tunel.
I don't get any errors on "myerrorlog".
Note: I just discovered that on IE the page doesn't go blank but the sidebox is not complete and looks like it's affecting the following sideboxes. If you try any of the following links it will fall into "page cannot be displayed" then when you go back it goes blank. 
Also important to mention I'm using ZC v1.3.9.
Bookmarks