kryptokatt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Manual update 4.9.9 -> 5.0.1 login impossibleDoes your host provide shell access?
Forum: Fixing WordPress
In reply to: site not working after moving to new hostNot getting a blank screen on: tamamya.com
Try clearing your browser cache.
If you haven’t pointed the site yet to your new host, and are browsing to it by other means such as a host file modification or temp URL, disregard the above and see below.
Are you using caching plugins? If so, rename the cache folder to
cache.bak
Rename
.htaccess
to.htaccess.bak
and replace it with the default:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Can you provide the other affected URL?
- This reply was modified 6 years, 2 months ago by kryptokatt.
Forum: Fixing WordPress
In reply to: After Update to 4.9.9 author pages response with 404Try resetting permalinks: https://www.inmotionhosting.com/support/edu/wordpress/wordpress-features/reset-permalinks
Forum: Fixing WordPress
In reply to: SSL error and Rewite ErrorSounds like your server has follow symlinks disabled. Is this a VPS?
Forum: Fixing WordPress
In reply to: 500 after loginThis looks like a PHP related error. However, .htaccess files can cause this too.
First, rename .htaccess to .htaccess.bak, then create another one using the default:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
See if it loads.
Try increasing php.ini memory, execution time, and time out.
Ensure your file permissions are set correctly for WordPress directories and files:
0755 for directories
0644 for filesEnable PHP error displaying and paste any PHP errors if you have them here.
Rename your cache folder to cache.bak if you have any caching plugins.
Renaming your plugin directory and theme directory to plugin.bak or theme.bak temporarily will rule out theme and plugin issues.
Forum: Fixing WordPress
In reply to: Loggin into the Admin – Security IssueAre you using any plugins that customize your login page?
I see a white page with ‘Error’ on it when I browse to the default wp-admin page.
Forum: Fixing WordPress
In reply to: WordPress not showing up on websiteI’m happy to help. Firstly, if the domain name changed, make sure you updated your home and site URL in the database. Make sure to rename the caching folder if you use any caching plugins to something like cache.bak.
403 errors are generally permissions errors.
Can you provide the URL for which you are experiencing this issue? I will be happy to take a look. Also, if you provide the URL it will be helpful to diagnose any potential DNS issues if they exist.
Forum: Fixing WordPress
In reply to: helpHi Laura, what seems to be the problem you are experiencing?