johnl
Forum Replies Created
-
Forum: Plugins
In reply to: [Watu Quiz] [Plugin: Watu] WATU PluginThanks. I was testing mtouchquiz and watu at the same time. It works now after disabling other plugin mtouchquiz.
Forum: Plugins
In reply to: [Watu Quiz] [Plugin: Watu] WATU PluginI also have same problem on wordpress 3.3.1 with this plugin.
When I click on settings it’s showing a white page in admin panel.Here is the error message in webserver logfile i am getting.
PHP Fatal error: Call to undefined function e() in /home/public_html/wp-content/plugins/watu/options.php on line 16
I am using Apache 2.2.x with php 5.3.10.
Thanks for your help.
Forum: Fixing WordPress
In reply to: How to change permalinks structure without breaking current urlsI used “Permalinks Moved Permanently” plugin that fixed the issue with redirecting to correct url it has more than 1 category in url. I thought wordpress 3.0.1 version will automatically handles this but i guess it’s not.
Forum: Fixing WordPress
In reply to: How to change permalinks structure without breaking current urlsI guess I spoke too soon. forgot to remove this url redirect in .htaccess when tested this specific url. I did more testing today. It’s redirecting fine for when url has only one category. when it has sub categories in url it’s returning 404 status code.
eg. http://www.example.com/flood/flood_property_information_1/ gets redirected to http://www.example.com/flood_property_information/1
eg. http://www.example.com/flood/100year/critical/flood_property_information_1/ returns 404 instead redirecting since it has two subcategories under flood.
Is there a way to fix url redirection issue with sub categories? If there is no fix can you please tell me how to generate urls for all posts in wordpress so i can manually put redirects in .htaccess for all those urls?
Thanks for your help.
Forum: Fixing WordPress
In reply to: How to change permalinks structure without breaking current urlsThanks for the tip. It works.