Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jakub975

    (@jakub975)

    on top of that i have created an album, saved it and although theres a structure of file /discography/album-title/ when Id like to enter the site ULR I receive a 404 error like there wouldnt be such a page at all.

    can you support me on that one as well please?

    Hey jakub975, I had the same 404 error and saving my permalink settings again for WordPress fixed the issue.

    Hi,
    I have the same problem.
    Fatal error: Call to undefined method DateTime::createFromFormat() in /wordpress/wp-content/plugins/simple-discography/classes/SiDi_I18N_DateTime.php on line 13

    Any thoughts?

    This plugin does not work for me in Wp 4.4.2: submitting a new discography entry lands on a white, empty page and using the short tag in a page doesn’t render any entries. It seems like the date is not saved correctly so I assume the problem is the same as this thread.

    Can this be fixed? I don’t have time to debug it completely, but I’ve gotten as far as commenting out the lines inside this if block

    }elseif($key==RELEASE){
                        $date_form=SiDi_I18N_DateTime::createFromFormat (get_option( 'date_format' ), $value);
                        $date_form->setTime(0, 0, 0);
                        $value=$date_form->getTimestamp();
                    }

    (two instances in SiDi_Posts.php) and it makes the white error screen go away (although now all release dates appear as 1/1 1970).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fatal Error: realease date’ is closed to new replies.