kreaplus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: blog disappeared – please helpbecause a while after you installed it in the blog folder I figured it would be better in the web-root folder and i followed the instructions http://codex.ww.wp.xz.cn/Moving_WordPress . I just didn’t move the files, I just copied them. that’s why I still have the files in the blog folder (as backup)
Forum: Fixing WordPress
In reply to: blog disappeared – please helpit works now. you guys rock. not sure if it was the path change in index.php or uploading the fresh theme. it also might have been an issue with the host, they’ve been having problems in the past couple of days and they’re resolved now.
will turn the plugins on one by one see if that’s where the problem was.
Forum: Fixing WordPress
In reply to: blog disappeared – please helpnothing. blog URL in Options is http://imminews.freehostia.com
now index.php in web-root looks like this:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./blog/wp-blog-header.php’);
?>and wp-blog-header.php in the blog folder looks like this:
<?phpif (! isset($wp_did_header)):
if ( !file_exists( dirname(__FILE__) . ‘/wp-config.php’) ) {
if (strpos($_SERVER[‘PHP_SELF’], ‘wp-admin’) !== false) $path = ”;
else $path = ‘wp-admin/’;require_once( dirname(__FILE__) . ‘/wp-includes/classes.php’);
require_once( dirname(__FILE__) . ‘/wp-includes/functions.php’);
require_once( dirname(__FILE__) . ‘/wp-includes/plugin.php’);
wp_die(“There doesn’t seem to be awp-config.phpfile. I need this before we can get started. Need more help? We got it. You can create awp-config.phpfile through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.”, “WordPress › Error”);
}$wp_did_header = true;
require_once( dirname(__FILE__) . ‘/wp-config.php’);
wp();
gzip_compression();require_once(ABSPATH . WPINC . ‘/template-loader.php’);
endif;
?>
could it be the path for template-loader.php? what is the sequence of calls? what files change when I publish a post? because that’s when it got stuck….in the admin page all looks normal, I can deactivate plugins, see all the comments and posts statistics etc, so I hope the damage is minimal…
Forum: Fixing WordPress
In reply to: blog disappeared – please helpno i did not touch that. it looks like this now:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wp-blog-header.php’);
?>Forum: Fixing WordPress
In reply to: blog disappeared – please helpuploaded, now I have both themes and can select between them in the admin page, but when I go to view site it’s the same drill…
Forum: Fixing WordPress
In reply to: blog disappeared – please helpshould I upload the whole folders default/classic? or just a specific file? thx
Forum: Fixing WordPress
In reply to: blog disappeared – please helpI tried to change the theme from Presentation, but I don’t see the classic theme anymore. and under Broken Themes, next to the wordpress default theme is says “template is missing”. should I try import an external one?
Forum: Fixing WordPress
In reply to: blog disappeared – please helpMichael, I did and I can login to the admin page, but when I hit “view website” (top left) I get the same blank page with “51”. thoughts?
(..posting with a different user from work now)