Malte-Christian

Results 16 comments of Malte-Christian

I experienced this error after deploying OpenSSH 8.8 to a remote instance. It turned out that OpenSSH 8.8 disabled the `ssh-rsa` key algorithm for security reasons and the terraform provisioner...

@suemcnab Thanks for investigating on this! We will take a look at superfeedr and update the feed widget.

This bug is not Pagekit related. Please discuss it with the extension developer (https://github.com/neicv/pagekit-search).

We cloud make the merge recursive again but exclude sequential arrays from recursion. This should solve both issues. What do you think?

Agree! The module name should always match the package name. We are planning to change this with the next minor update (as you suggested).

Please first try to enter the admin panel via "http://**your_pagekit_path**/index.php/admin" instead of "http://**your_pagekit_path**/admin". If this is working for you, your mod_rewrite is broken. If this is not working try the...

@pixelbart For mod_rewrite detection with Apache and Pagekit either mod_env or mod_header has to be enabled. Do you have one of them enabled?

The temp directory should not be public and is protected by .htaccess (https://github.com/pagekit/pagekit/blob/develop/tmp/temp/.htaccess).

Indeed, this can be quite useful. But it has to be secured that no extension break the console app, because the console app should also serve as a "rescue tool",...