GoranMagdic
Forum Replies Created
-
Looks like they added OnPage.org indexability check.
Go to Dashboard, click on Fetch again at the bottom and it should be fine.
Mine says now: Indexability check by OnPage.org
Your homepage can be indexed by search engines.And the error message is gone.
Forum: Plugins
In reply to: [Event Rocket] event_embed not updating when it shouldHi Barry,
Thanks for your reply, I managed to get around it using:
from=”‘.date(“Y-m-d 12:01”).’” to=”‘.date(“Y-m-d”, strtotime(“+1 day”)).’”
Thanks.
Forum: Installing WordPress
In reply to: Internal Server Error after upgrading to 3.1You should check with your hosting company, maybe 500 ISE is not your fault.
And check the permissions again, it seems to me that something MUST be wrong with them.
Forum: Installing WordPress
In reply to: Internal Server Error after upgrading to 3.1One more thing, create a php.ini file in your website root and add following code:
memory_limit = 20MMight help…
Forum: Installing WordPress
In reply to: Internal Server Error after upgrading to 3.1Also, check file and folder permissions, to be precise, folders must have 755 tops, and php files 644.
Although, WP upgrade doesn’t change file permissions, but you can check anyway…
Forum: Installing WordPress
In reply to: Internal Server Error after upgrading to 3.1I assume there is a problem with your htaccess, and its something like this:
-you use certain plugin that writes php_value or php_flag to your htaccess
-suPHP gives 500 ISE if there are php_value or php_flagTry putting default htaccess permalink code in your htaccess.
If that doesn’t help, try removing whole htaccess, than try removing one plugin at the time to see which one causes problems.