Support » Plugin: WordPress Gallery Plugin - NextGEN Gallery » [bug] NextGen 1.9.12 – Funktion get_date_time()

  • Jan Teriete

    (@leisurelarry)


    I’m creating my galleries by scanning existing folders. I don’t know why, but in my development environment (Win 7) and my staging environment (Linux Webspace) I get php errors in this function during the scanning.

    $date_time = date( 'Y-m-d H:i:s', $date_time );

    This line (around line 522 in lib/meta.php) fails, because $date_time seems to be no integer value. Could you please add another fallback above this line?

    if (!is_int($date_time)) $date_time = time();

    Greats from Germany
    Jan

    http://wordpress.org/extend/plugins/nextgen-gallery/

  • The topic ‘[bug] NextGen 1.9.12 – Funktion get_date_time()’ is closed to new replies.