Posts Tagged ‘error’

wordpress

Fatal error: Allowed memory size of xxxxxxxx bytes exhausted in wordpress

0

If you are getting “Fatal error: Allowed memory size of xxxxxxxx bytes exhausted” error message in your wordpress then just increase php memory limit. To increase PHP memory limit 1.Open your wp-config.php file. 2.Add below code in a new...

READ MORE »
wordpress

How to fix “Briefly unavailable for scheduled maintenance. Check back in a minute.”

2

The core automatic upgrade feature in worddpress was added with version 2.7. During the automatic upgrade WordPress places a file named .maintenance in the blog root folder. In that time the vistors will see the message Briefly unavailable for scheduled...

READ MORE »
wordpress

Failed to send your message. Please try again later or contact administrator by other way.

1

If you are getting "Failed to send your message. Please try again later or contact administrator by other way." error message in your contact form then you are using Contact Form 7. To solve this error in your contact form...

READ MORE »
wordpress

How to fix 500 internal server error in wordpress

2

Corruption in .htaccess file caused this error.This is a simple htaccess error. To fix 500 internal server error in wordpress 1.Save a copy of (backup) your .htaccess file. 2.Open your .htaccess file. 3.Delete all lines from your .htaccess file and...

READ MORE »