baranduin72
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] I moved my hosting siteWhat I’m trying to say is, this appears to simply be the ERROR message. I don’t understand what I’m supposed to correct in this file.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] I moved my hosting siteI’m having the same problem. Error message is:
Please edit \\HOSTING\DFS\20\9\8\2004617890\user\sites\ezjustice.com\www/wp-content/advanced-cache.php and make sure the path to \\HOSTING\DFS\20\9\8\2004617890\user\sites\ezjustice.com\www/wp-content/plugins/wp-super-cache/wp-cache-phase1.php is correct.
However, when I go to wp-content/advanced-cache.php it says:
`<?php
# WP SUPER CACHE 0.8.9.1
function wpcache_broken_message() {
if ( false == strpos( $_SERVER[ ‘REQUEST_URI’ ], ‘wp-admin’ ) )
echo “<!– WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! –>”;
}if ( !include_once( ‘\\HOSTING\DFS\20\9\8\2004617890\user\sites\ezjustice.com\www/wp-content/plugins/wp-super-cache/’ . ‘wp-cache-phase1.php’ ) ) {
if ( !@is_file( ‘\\HOSTING\DFS\20\9\8\2004617890\user\sites\ezjustice.com\www/wp-content/plugins/wp-super-cache/’ . ‘wp-cache-phase1.php’ ) ) {
define( ‘ADVANCEDCACHEPROBLEM’, 1 );
register_shutdown_function( ‘wpcache_broken_message’ );
}
}
?>`Where in that do I make the edit to correct the filepath?
Also, /wp-content/plugins/wp-super-cache/’ . ‘wp-cache-phase1.php’ does appear to me to be the correct filepath, so I’m not even sure what I’m supposed to edit if that is not it.
Forum: Installing WordPress
In reply to: 403 – Forbidden: Access is deniedHaha! Problem resolved! I asked my provider to tell me where I could find my .htacess file so I could be sure that index.php was defined. Based on my question they made the correct edit to whatever needs to be changed with with IIS Manager, adding index.php and default.php to our account. With that change, I was able to get through to the dashboard!
Thanks for your help with this t-p!
Forum: Installing WordPress
In reply to: 403 – Forbidden: Access is deniedThey confirmed that our account could handle WordPress’s minimum requirements, but otherwise are completely uniterested in assisting. They “do not support WordPress.” For WordPress support they directed me to “consult WordPress.” Though there may come a point in this where I actaully call them and let them know that if they cannot make WordPress work, I will be moving my account to someone who can. But I think it is too soon for the drastic measures!