hiddai
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Can't find the sitemap filesHi Arne!
I want to report about the same issue.
I installed the new version of plug-in 4.0.7.
I expected to see Sitemap.xml ang .gz are created automatically – but nothing.
The problem was found, when i asked to type the URL of the sitemap in Google Webmaster Tool Service.
My url was like that: http://yahwade.azurewebsites.net/sitemap.xml
So, ofcourse if you type the above URL in the browser you get the following message: The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.from WZhaoMicrosoft (MSFT) Azure Web Site forum in MSDN:
Hi Guys,
This looks like a plugin compatibility issue. Please comment out line 127 in wp-includes\SimplePie\Item.php.
/* Remove items that link back to this before destroying this object */ public function __destruct() { if ((version_compare(PHP_VERSION, '5.3', '<') || !gc_enabled()) && !ini_get('zend.ze1_compatibility_mode')) { unset($this->feed); } }It works for me after I commented out the red line of code.
One more info:
I was able to reproduce this problem on my local machine. So, this is not an issue specific to Azure Websites.
The problem is reproducible as long as zend.enable_gc is set to off.
So, you have another workaround which is set zend.enable_gc to on by putting a php.ini under your site’s root folder.
Regards,
Wei
Hi!
My site in Azure is a free site connect to MSSQL DB.
You can register and create up to 10 free sites.
Click here and take a look how you can build a WordPress site in Azure Platform.Yes.
1. I clear the logs.
2. navigate to: “http://yahwade.azurewebsites.net/wp-admin/options-general.php?page=google-sitemap-generator/sitemap.php” and get the ‘internal server error’
3. opened the log file in my server and saw the following message:
“The specified resource does not exist. RequestId:d1e65075-99f3-4586-9184-9303c15907f1 Time:2014-06-28T19:41:30.5067455Z”
4. To mention that i have the file: sitemap.php. Is this a permission problem?If this message doesn’t help, please guide me – what do you need exactly.
thanks,
Hiddai