Florian Moser

Results 10 comments of Florian Moser

The reference is UTC, but as a WordPress user you set your own timezone under "Settings" => "General". So one would expect that the date/time he enters for "Irregular Openings"...

By the way, `Period` behaves correctly in the exact same situation: ````php $openingHours = OpeningHours::getInstance(); $set = $openingHours->getSet('my-set'); $now = new \DateTime('2017-09-11 14:09:00', new \DateTimeZone('Europe/Zurich')); var_dump($now); $data = $set->getDataForDate($now); foreach...

> Ok so you have set the values 01:10 and 12:10 in the interface, I thought it has already been converted in the dump. I should have mentioned that, yes...

> Have you come across this problem while using one of the Widgets / Shortcodes or while using the PHP API? API only. But as I mentioned above, Period and...

I was very confused too, when I saw this the first time (still am).

I can confirm this issue. Happens on 2 projects now, since updating to the latest Redirect version. The error occurs when visiting a page that returns a 404 status.

> I cannot reproduce this on a fresh install. Can any of you send a zip of your project to [[email protected]](mailto:[email protected])? That way I can reproduce it and find a...

> Can you try version 3.9.6 and see if that fixes the issue? This crashes the site completely with the error `SQLSTATE[HY000]: General error: 1 no such index: errors_url_index (Connection:...

> Can you share the full stacktrace of that exception? Strangely updating from 3.9.4 to 3.10.0 works without issues. But updating from 3.9.6 to 3.10.0 produces the following error output...

I was now able to update both projects and they both no longer produce errors. Thanks, @riasvdv !