2016-07-14, 21:21:53
(2016-07-14, 17:08:14)steam Wrote: Hi,
This plugin for SEO is good but does not work. I have installed Latest Stable Version GetSimple 3.3.10 and activated fancy URLs with plugin, but when navigating to the new post my screen is blank.
I have deployed it on localhost with OpenServer.
Any suggestions? Thank you.
Hello. Probably you see blank screen because code execution has an error, and I need to know what kind of error is it.
Add this PHP code to plugin file before other code to turn on error messages
PHP Code:
ini_set('error_reporting', E_ALL);
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
Also, I need to know your Apache and PHP version.