• Resolved ashton293

    (@ashton293)


    I have needed to contact my hosting company to solve an issue with my website that was caused by the latest WD-Calendar update.

    By updating the plugin I was unable to access “wp-admin”. When the plugin is deactivated the website now works – without the diary.

    It would be appreciated if WD-Calendar plugin is updated to solve this issue.

    Thankyou.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    We are sorry for the inconvenience.

    This is a specific case, could you please contact our support team?

    The email address is > support@web-dorado.com

    We are kindly asking to mention this forum thread URL.

    Thank you and have a nice day!

    I just encountered this issue on our WordPress network and identified the issue…

    It’s down to an outdated version of PHP. We are running 5.4.x, for legacy support reasons on the platform (looking to upgrade soon).

    On line 194 of ecwd_admin_class.php you use the empty() function with the get_post_meta() function. Prior to PHP 5.5 empty does not work with function calls.

    To fix the issue do the following at line 194:

             $empty_fix= get_post_meta($post_id, 'ecwd_event_date_from', true);
          if(empty($empty_fix)) {

    The plugin now works with earlier versions of PHP again.

    Whether or not the plugin wants to officially support anything prior to 5.6 I don’t know but the above is a small change which would probably be helpful to your customers in the short term 🙂

    Hi @jmayo,

    Thank you for sharing this useful fix on our forum.

    We hope this will help many users who use earlier version of PHP.

    Thank you!

    @jmayo This works!! awesome, You save me the day, thanks!!

    @wdteam: Does this mean we can expect to see this fix in an update? All of us manually applying this fix ourselves upon future unrelated updates to this plugin really isn’t ideal.

    Respectfully, please don’t say “Requires PHP Version: 5.2 or higher” if you don’t actually test on these older versions.

    Hi,

    Please be informed that our plugin works with PHP Version 5.6 or higher. Unfortunately, we cannot make it work with the older version without any issues.

    Thanks and have a nice day!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘WD- Calendar Plugin error’ is closed to new replies.