@fonta, would you please make sure your php version is at least 5.6? The current version doesn’t support php 5.2 anymore.
If php version is okay for you, then would you please enable debug mode and check if any error is shown in that page?
To enable debug mode please edit a line in your wp-config.php:
Change
define('WP_DEBUG', false);
to
define('WP_DEBUG', true);
Please let us know what errors you see there.
Have a good day!
Cheers
Ash
Thread Starter
fonta
(@fonta)
My php version is:
PHP 5.6.26 (cli) (built: Sep 17 2016 09:53:52)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
Because of the renaming and re-activating, im not seeing any errors.
Also with debug enabled nothing.
What Ashok Kumar meant, debugging with plugin that causing error (0.9.5.1), not your working plugin.
-
This reply was modified 9 years, 7 months ago by
muchmuch11.