• Resolved kailas108

    (@kailas108)


    Hi,

    When I click to add events, I get the following message:

    ( ! ) Warning: Creating default object from empty value in C:\xampp\htdocs\intranet\wordpress\wp-content\plugins\ajax-event-calendar\inc\admin-event.php on line 25

    I am Admin of the site which I am testing before going live on our intranet. Running XAMPP on Windows Server 2008. Works fine on my dev box, which is Windows 7.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kailas108

    (@kailas108)

    This was solved by setting PHP.INI to display_errors = off.

    This is not a solution imho … more a workaround

    a better workaround would be, if the author add this to line 25:

    @$event->id = ”;

    The @ suppresses the warning.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Ajax Event Calendar] ( ! ) Warning: Creating default object from empty value’ is closed to new replies.