hoyle.a
Forum Replies Created
-
Be sure to check the permissions and ownership of the plugin directory, depending on the credentials used to upload via ftp sometimes they dont get the right permissions and ownership. After you have verified they are the same as other working plugins, then try the method described by bluejay:
To correct the issue…1. Go to WordPress Dashboard >> SEO >> XML Sitemap
2. Uncheck the “Check this box to enable XML sitemap functionality” box
3. Click “Save Settings”
4. Check the “Check this box to enable XML sitemap functionality” box gain
5. Click “Save Settings”
6. Click the “You can find your XML Sitemap here:” button. Hopefully, your sitemap will appear in a new tab without the 404 page not found error
Seems like you have to reset the XML Sitemap. Hope this helps.
Forum: Fixing WordPress
In reply to: Ajax 500 ErrorsThank this post from nelson.grin , super life saver. If your server just isn’t serving up that admin-ajax.php data, this is probably why, forget everything else. Original Article
I was checking the apache error log and I found this:
PHP Fatal error: Call to undefined function curl_init() in /var/www/teste/wp-content/plugins/ajax-for-all/inc/admin.php on line 229I installed php5-curl library:
sudo apt-get install php5-curl
and restarted apache serverand now it works!!!
My recomendation for you is to explain that php5-curl library must be installed for this to work.