• clay123

    (@clay123)


    Hey guys. This is such a handy plugin I took a few mins to try and get it working without the error message bool(false). All I had to do: goto plugins>editor select website-diary/website-diary.php and change

    static $settings = array (
    		'version' => false,
    
    	);

    to

    static $settings = array (
    		'version' => true,
    
    	);

    Hope that it works for you too.

    https://www.ads-software.com/extend/plugins/website-diary/

  • The topic ‘bool(false) Fixed’ is closed to new replies.