iroberto83
Forum Replies Created
-
Hi StudioZ2, please paste the nginx rules you’re using for sitemap.
With only the first rule doesn’t work the subpages.
Solved adding these 3 rewrite rules on server block:
rewrite ^/sitemapindex\.xml$ /index.php?sitemap=1 last;
rewrite ^/([^/]+?)_part([0-9]+)?\.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;
rewrite ^/([^/]+?)\.xml$ /index.php?sitemap=$1 last;The first it’s for the index, the second for the paged sitemaps, the third for the all other sitemap pages.
Forum: Plugins
In reply to: [WP Job Manager] Don't upgrade if you have hundreds of thousands of job adsUpgraded successfully without errors and crashes,
Thanks
Forum: Plugins
In reply to: [WP Job Manager] Don't upgrade if you have hundreds of thousands of job adsHi Mike,
I’m using WP JOB Manager on WP 3.8.1 with Jobify theme on the following environment:Operating System Linux Ubuntu 12.02 LTS
Server nginx/1.1.19
Memory usage 52.71 MByte
MYSQL Version 5.5.35-0ubuntu0.12.04.2
SQL Mode Not set
PHP Version 5.3.10-1ubuntu3.10
PHP Safe Mode Off
PHP Allow URL fopen On
PHP Memory Limit 256M
PHP Max Upload Size 2M
PHP Max Post Size 8M
PHP Max Script Execute Time 30
PHP Exif support Yes ( V1.4 )
PHP IPTC support Yes
PHP XML support Yes
WordPress Version 3.8.1
WordPress DB Version 26691
Multisite NoActive Plugins
All In One SEO Pack 2.1.4
BWP Google XML Sitemaps 1.2.2
Facebook 1.5.5
Grunion Contact Form 2.3
Ninja Popups 2.4
Quick Adsense 1.9.2
Remove Taxonomy Base Slug 2.1
Responsive WordPress Slider – Soliloquy Lite 2.0.1
SB Welcome Email Editor 3.9
SP FAQ 2.1
W3 Total Cache 0.9.4
WP Job Manager 1.8.2
WP Job Manager – Company Profiles 1.1
WP Job Manager – Job Type Colors 1.0.1
WP Job Manager – Predefined Regions 1.3.1
WP Robots Txt 1.1
WP User Avatar 1.9.1The server has 1 cpu + 1GB Ram + 1GB Swap, PHP memory_limit @128M.
At the moment I’ve 138k job ads published, on upgrading goes fine, but when he try to reactivate the plugin it gives Fatal Error and it’s impossibile to reactivate the plugin.
I think the problem should be due to a huge operation tried to be performed on the post table that load heavly the system.Thanks