ryan 16,750 Posted May 3 ProcessWire 3.0.131 adds support for partial/resumable downloads and http stream delivery, and contains several updates to our comments system, among other updates— https://processwire.com/blog/posts/pw-3.0.131/ 10 1 Quote Share this post Link to post Share on other sites
Jonathan Lahijani 975 Posted May 3 12 minutes ago, ryan said: The ProFields module, RepeaterMatrix also has a major update in progress, and I'll tell you more about that in an upcoming post. Would you be able to briefly talk more about that here? 3 Quote Share this post Link to post Share on other sites
teppo 4,644 Posted May 4 Hey Ryan! Just a quick note that you may have a cache invalidation issue going on: visited the blog root a while ago, and the latest post was still the one from last week. Checked the latest entry (from last week), and kind of accidentally spotted that the "newest blog post" link actually pointed to another post. Publishing a blog post probably should invalidate the cache for the blog page? I've noticed similar issue with the sites directory (directory root is often updated much later), and in the past I've also had similar issues with the modules directory (though not sure if that's still an issue). Of course not a major problem, but it's a bit problematic in the case of things like new blog posts, where folks might want to get their hands on them as soon as possible 🙂 8 Quote Share this post Link to post Share on other sites
MilenKo 116 Posted May 6 Hey guys, after updating my profile to 131 I got an error while trying to access the Comments manager from the admin side. Tracy says: Error: Undefined class constant 'statusFeatured' in C:\OSPanel\domains\quebec.pw\wire\modules\Process\ProcessCommentsManager\ProcessCommentsManager.module:102 @ http://quebec.pw/admin/setup/comments/ @@ exception--2019-05-06--06-20--5415a6a44d.html Tried to restore the the ProcessCommentsManager from the 130 core and it all works fine. Here is the tracy info: Spoiler Cleared the modules cache as well as deleted all ../cache/ content manually and rebuild it but still the same. At first I thought that the issue might be caused of my /site/modules copy of FieldTypeComments, however the report says that it is the ProcessCommentsManager that is having a problem which I do not have in my ../site/modules/ folder. Quote Share this post Link to post Share on other sites
MilenKo 116 Posted May 6 Never mind. It was after all the modified version of the FieldTypeComments module where the class was defined. It was a painless process where all I had to do was to copy my CommentForm.php, CommentList.php and comments.css to have everything back to normal and the new functionality in place. Quote Share this post Link to post Share on other sites