• when I use the datepicker to set the date, and publish event, it returns (does not keep entered date) the date to todays date.
    When I preview the event page before publishing, it is printing the following errors

    Warning: date() expects parameter 2 to be integer, string given in /home/example/public_html/wp-includes/functions.php on line 104
    
    Warning: date() expects parameter 2 to be integer, string given in /home/example/public_html/wp-includes/functions.php on line 106
    
    Warning: date() expects parameter 2 to be integer, string given in /home/example/public_html/wp-includes/functions.php on line 109
    
    Date: 

    I suppose this could be some sort of local corruption, but was wondering if anybody else has encountered this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    It seems that there’s a problem with the php date() function…

    I have tested the same situation here (previewed event before publishing) and it’s displayed with today’s date in frontend.

    Is the date displayed properly in your dashboard at the Settings > General page?

    If yes, there might be a conflict with some other plugin or your theme.. you can try to deactivate other plugins one by one.

    Guido

    Thread Starter Marklcm

    (@marklcm)

    I couldn’t fix this. I hope to work on it again on local (WAMP) version of site in next few weeks.

    I just tested again. Work around is pretty simple, just type dates in manually.

    Plugin Author Guido

    (@guido07111975)

    Hi again,

    So this site is live already? Are you willing to give me the active theme and plugins of that site? I would like to find a explanation for this strange behaviour.

    Guido

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘datepicker’ is closed to new replies.