rampage101
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t access site admin after 4.7 upgrade.I just had this same problem and it was resolved by deleting a plugin I tried to upgrade as well. In my case it was upgrading from Yoast 3.9 to 4.0 which caused it.
Forum: Fixing WordPress
In reply to: WordPress 4.6 to 4.7 having issue upgrading on AzureThe problem has been resolved. Even though it said the upgrade has failed many times, now it shows i have version 4.7
Forum: Fixing WordPress
In reply to: W3 Total Cache Error After Updating PluginTurns out the fix was to delete the W3-Total-Cache folder from the plugins directory located under wp-content.
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache Breaking The Sitedelete “the w3-cache directory in wp-content”
This did it! That was the step I was somehow missing. Thank you so much.
Forum: Fixing WordPress
In reply to: W3 Total Cache Error After Updating PluginMy .htaccess file under /site/wwwroot/home looks like the following. Do I remove that entire IfModule tag?
## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1 month" ExpiresByType text/html "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType text/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType image/x-icon "access 1 year" ExpiresDefault "access 1 month" </IfModule> ## EXPIRES CACHING ## # BEGIN WordPress <IfModule mod_rewrite.c> RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /home/index.php [L] </IfModule> # END WordPress
Forum: Fixing WordPress
In reply to: Image Caption Boxes Broken In WordPress UpdateAh yea, it shows up totally fine on another computer! I spent so long trying to fix it haha… thank you for the help.
Forum: Fixing WordPress
In reply to: Image Caption Boxes Broken In WordPress UpdateOh wow, yea that is how it is supposed to look. However, on my browser it looks like:
There is a space below the first book, and the other 2 books seem shifted over. There are multiple places throughout the page that have these blank spaces.
I have tried it on Chrome, incognito Chrome, and Internet Explorer and they all show that space for me.
Any idea why it could be showing up differently on my computer? I will try a new computer soon to see how it looks.
- This reply was modified 8 years, 1 month ago by rampage101.
Forum: Fixing WordPress
In reply to: Azure WordPress Install Not WorkingHey, I got it working now. You tip pointed me in the right direction.
I had to FTPS into the site and edit the wp-config.php to change the $table_prefix variable to something different than the first site I created on Azure.
Forum: Fixing WordPress
In reply to: Azure WordPress Install Not WorkingI’m unable to get as far as modifying the wp-config.php file. Basically Azure uses a wizard to setup the wordpress install.
The wizard gives no errors and says everything is running. But when I go to the URL they created for me: https://wpr.azurewebsites.net/ there is only a blank page.
In all the tutorials I have seen, they show the WordPress prompt to setup the site there.