[quote pid='61101' dateline='1505399030']
@mr_clark: The white box issue is usually caused by a PHP error. Please enable debugging or search your server's logs to see what the error is, then report back here.
[/quote]
i am encountering the same problem like mr_clark: i guess, his description of „white box“ lead johnstray to a wrong conclusion: mr_clark did not get the "white screen of death", but he saw – and i see – the backend layout and a rectangle with light borders with nothing in it.
apart from that, in version 3.4.3's php file, the version info has not been updated – it still says
and
i changed the wrong version info but the problem with the white box and the plugin always deactivating itself is remaining.
in debug mode, i get the following:
@mr_clark: The white box issue is usually caused by a PHP error. Please enable debugging or search your server's logs to see what the error is, then report back here.
[/quote]
i am encountering the same problem like mr_clark: i guess, his description of „white box“ lead johnstray to a wrong conclusion: mr_clark did not get the "white screen of death", but he saw – and i see – the backend layout and a rectangle with light borders with nothing in it.
apart from that, in version 3.4.3's php file, the version info has not been updated – it still says
Code:
/**
* Plugin Name: GetSimple Blog
* Description: A simple and easy to use blog/newsfeed for GetSimple
* Version: 3.4.2
* Author: John Stray
* Author URI: https://www.johnstray.com/
*/
Code:
define('BLOGVERSION','3.4.2');
in debug mode, i get the following:
Quote:Warning: call_user_func_array() expects parameter 1 to be a valid callback, function '' not found or invalid function name in /usr/www/users/gscms/admin/load.php on line 39