Jump to content

matjazp

Members
  • Posts

    712
  • Joined

  • Last visited

  • Days Won

    6

matjazp last won the day on October 6 2025

matjazp had the most liked content!

2 Followers

About matjazp

  • Birthday 04/27/1969

Profile Information

  • Gender
    Male
  • Location
    Maribor, Slovenia

Recent Profile Visitors

13,231 profile views

matjazp's Achievements

Hero Member

Hero Member (6/6)

564

Reputation

6

Community Answers

  1. @maximus, thank you for all the modules! Just to let you know: there are 2 occurences of formatBytes() in Context.module.php
  2. @maximus, a minor inconsistency. In your post: ProcessWire Version: 3.0+ PHP Version: 7.4+ (8.0+ recommended) But in the module: 'requires' => 'ProcessWire>=3.0.200,PHP>=8.1',
  3. I also can't reach it as I'm browsing with javascript off.
  4. Not tested, but try replacing count() with wireCount()
  5. https://github.com/processwire/processwire-issues/issues/2150
  6. As I already told you in a private conversation, you should contact your host provider or turn of mod_security.
  7. Please replace self::getDirContents($path); with self::_getDirContents($path); (underline is missing).
  8. @prestoav, thanks for the compliments 🙂 I forked AIOM primarily to fix issues I was facing, and then it somehow developed into the version with the caching options. I don't use minification of CSS/JS. I think it's enough to use simple preg_replace to remove blanks. It's painful to follow and track issues for all libraries now included in the module (voku html_min, simple_html_dom, symphony css selector, lessmin, cssmin, jsmin, ...). Not worth it for those few percentages. But hey, the module works, even on PHP 8.5. Did you try/test caching options? @David Karich, I didn't change the class name as I wanted to preserve its name and your contribution/authorship of the module. Thanks for the module! I'll PM you.
  9. https://github.com/matjazpotocnik/ProcessWire-AIOM-All-In-One-Minify Note that AIOM+ has a caching component, similar to Procache.
  10. @prestoav David doesn't maiantain this module anymore. In my forked version this fix is already integrated.
  11. This is new information. You stated in the first post that your upgraded PHP and PW. Check XHR response headers in browser's dev tools.
  12. Because 3.0.246 might not be 100% compatible with PHP 8.4. That's odd. I use this version even on PHP 8.5 without (major) issues.
  13. Do you have access to admin? To the file system? Double check that you uploaded the complete wire directory and new indxex.php file.
  14. You have PHP 8.4? Then use the latest (not yet dev): https://github.com/processwire/processwire/archive/dbbb239a74231d5371c77cd23cb6e48aba90b8ef.zip
  15. Check PW error logs. This is because of the error in php/module resulting in invalid JSON. Do a modules refresh and upgrade them to the latest version.
×
×
  • Create New...