ykyu

Results 10 comments of ykyu

Wow, 7 years later this is still an issue. Why does it keep getting removed from milestones?

Ended up it was a weird timezone offset issue. SQL's "SELECT TIMESTAMPDIFF(SECOND, UTC_TIMESTAMP(), NOW())" and PHP's date('Z') were returning different values, which was causing problems. To be honest, I'm not...

Update: figured it out. the 'time' column of the 'prefix_tweets' table needs to be unsigned to allow for negative offset math in the case the mysql timezone and php timezone...

I no longer needed the +0 fix after setting the prefix_tweets table as unsigned, so it's strange you're still experiencing the same issue. My prior fix was in inc/preheader.php, after:...

This feature was originally requested four years ago. Disappointed to see it hasn't been prioritised at all in that time.

Having the same issue. I think all of the PHP deprecations in 7.4 and 8.0 are catching up with Webcomic.

Confirmed that this issue resolves if the server is rolled back to PHP 7.3, which is obviously not a long-term solution. Most hosting environments have already forced updates to 7.4...

@luckyde An update was pushed a few weeks ago (Webcomic version 5.0.8) which resolves this specific issue (by casting all the objects as arrays prior to passing them to the...

+1 for this. Would be great to not have to manually add each custom domain Bandcamp site, as these seem to be growing in popularity.

Fresh install of Inkblot seems to now generate a "There has been a critical error on this website" error on all Webcomic-related pages (comic archive, single page, etc) while normal...