Hi @
I have just installed the forked version of this module. I get the below whenever I try to clear cache in the module setting page. Any hints?
Fatal Error: Uncaught Error: Call to undefined method AllInOneMinify::getDirContents() in site/modules/AllInOneMinify/AllInOneMinify.module:1216
Fatal Error: Uncaught Error: Call to undefined method AllInOneMinify::getDirContents() in site/modules/AllInOneMinify/AllInOneMinify.module:1216
Thanks.
Gideon
Hi @gebeer
While I understand your concern about blocking AI bots but what I get from Ryan's post is that he doesn't completely cut off AI bots. It is because they come too often. He just want to limit their visit rate. I think it is ok because I don't think the document part changes every few seconds.
Gideon
Hi,
Normally the multi-language url of ProcessWire is domain.tld/{language}/page but I have a special requirement from my client.
They want the url would be like domain.tld/page1/{language}/page2.
Is there any way I can achieve this?
Any help is welcome/
Gideon
Hi @Tiberium
Just a guess. Did you check the permission of the folder to see if the web server has the right to create folders / files within the logs folder?
Gideon
Hi @FlorianA
Looks like there is some endless loop issue in your php that consume all the memory you allocate to PHP. The first thing I would do is enable PorcessWire debug mode. You can edit your site config.php to enable it by adding this line $config->debug = true
You will have more info about what is going wrong.
Hi @kuba2
You should update the ProcessWire core. The PHP function get_magic_quotes_gpc() was deprecated in PHP 7.4 and removed in PHP 8. The latest core does not use it anymore.
Gideon