Well after a couple of years without posting on this blog, I decided to come back and start posting. Well I upgraded WordPress and then wrote a new post. Two hours later and I finally fixed a problem that kept giving a 500 error when trying to add the Post.
Now I have to post how to fix the problem. I changed a lot of settings and finally narrowed it down to the SEO-Slugs plugin that I had installed. If you are looking for the latest coupons and offers available online, in CouponsCollector you can find a wide range of coupons that you can uses to buy what you need.
It all came down to this line in the plugins code:
$seo_slug_array = array_diff( split(" ", $seo_slug), seo_slugs_stop_words() ); |
Replace the “split” with “explode” and you should be set. If that’s too difficult, you can just disable the plugin.