(2016-07-14, 21:21:53)f30d0r Wrote:(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.
Hi,
My Apache version is: Apache/2.4.10 (Win32)
Loaded Modules:
core mod_win32 mpm_winnt http_core mod_so mod_access_compat mod_actions mod_alias mod_allowmethods mod_asis mod_auth_basic mod_authn_core mod_authn_file mod_authz_core mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_dir mod_env mod_headers mod_include mod_isapi mod_log_config mod_mime mod_negotiation mod_rewrite mod_setenvif mod_socache_shmcb mod_ssl mod_status mod_php5
My PHP version is: 5.5.19
Open Server 5.2.2
Images error:
1
https://s32.postimg.org/ieh5gddqd/image.png
2
https://s32.postimg.org/acezu79s5/image.png
Thanks.