agbuere
Forum Replies Created
-
I can confirm the previous message: deleting entries one by one works for me, too, but not as a bulk operation. Kind regards, Michael
Yes, exactly: Dashboard – Audit Logs. I regularly check and clean them, but now I cannot delete any entries any more. Thanks for taking care of this issue, kind regards, Michael
I installed the new V5.4 and all went fine. But I still cannot delete log entries any more. This problem was introduced with 5.3.10 and persists in 5.4. Kind regards, Michael
Addendum: the next lines after the file was cut should have been:
.(?:gif|jpe?g|png|rar|zip|exe|flv|mov|wma|mp3|avi|swf|mp?g|mp4|webm|webp|pdf)$ no-gzip dont-vary
</ifModule>
</ifModule>As you can see there are no WordPress specific informations in this file. It justs end at some point and of course WordPress fails without any info about how to deal with the site. Note, if you see something sensitive in nature (I looked through it thoroughly but I might have overseen something), please inform me asap so I can change the data on the site. Thank you.
I have never used pastebin before I hope this will work https://pastebin.com/hUdbN456 Thanks for your help, kind regards, Michael
I updated 4 sites and it happened with one of them. With the other sites where I ran the update, the only problem I know of is that log entries cannot be deleted any more with the new version. It shows an error-message “cannot delete” and that’s it.
It’s very good AIOS does updates of .htaccess but if the site loses access completely that won’t help many people. Only those who have low-level access to the site and/or know how to use it, can fix this. This is a very critical error and you should retract 5.3.10 immediately, in my opinion. As for me, I have stopped updating AIOS on all sites which I manage (several more than the 4 mentioned) after that one site got destroyed. I have a copy of the broken .htaccess should you need it, basically what happened is that about two third of the file disappeard and that of course killed the site completely.
Forum: Plugins
In reply to: [WP Popular Posts] Last update destroys siteAs an update: I run several self-hosted sites, also for our clients. I checked them, and yes, you are right, php-xml was installed on all of them. This obviously is a standard requirement which for some reason wasn’t satisfied with that one server where I had the problem. Just to let you know, kind regards, Michael
Forum: Plugins
In reply to: [WP Popular Posts] Last update destroys siteI agree, since php-xml is a highly recommended php extension it’s perfectly ok if WPP relies on it, if you ask me. I didn’t mean you to change / adapt the software, just maybe give an info in the release notes or in the FAQ that the requirements have changed with 6.1.4. I doubt somebody will stumble upon this thread if he has the same problem, since it just breaks the site and there is no hint as to why this happens, without your help I wouldn’t have found it. BTW the tip with enabling debug mode was great, and that’ll surely help me in the future with other problems, too. Kind regards, Michael
Forum: Plugins
In reply to: [WP Popular Posts] Last update destroys siteI’d wish to add that your plugin didn’t need this xml module prior to 6.1.4. My server has that xml addition only since today, and until that update of yours today everything was working fine, I didn’t need it all. And php-xml might be included in the setup of most providers, but server-side it wasn’t included in the default PHP setup for WordPress. So, maybe you should issue a warning for those who install 6.1.4 that php-xml is now needed. That’s a new requirement and I’d feel it appropriate to warn your users about it. Kind regards, Michael
Edit: I wish you a great day, too!- This reply was modified 2 years, 9 months ago by agbuere.
Forum: Plugins
In reply to: [WP Popular Posts] Last update destroys siteFound the problem about the double lines. Needed to disable usage of wpp css in the settings page. That was re-enabled when I re-installed the plugin, but I don’t need it with my theme. So, all set and fixed again now, thanks for your help, kind regards, Michael
Forum: Plugins
In reply to: [WP Popular Posts] Last update destroys siteI did some more research. On the system where it is working (agbuere.de), class “wpp-list” looks exactly like class “menu”, which is what I want. On the system where I have that unwanted double line (agbuere.blog), class “wpp-list” is somehow different than class “menu”. How is that? How can I change class “wpp-list”, or alternatively force wpp to use class “menu”? Didn’t find anything in the parameters for wpp to force a class. Kind regards
Forum: Plugins
In reply to: [WP Popular Posts] Last update destroys siteBut now there is another problem. Between the entries is a double-line now. Please look at agbuere.blog to see what I mean. Where does that come from now?? It’s not on the mirror site. Kind regards, Michael
Edit: agbuere.de to see how it should look like
- This reply was modified 2 years, 9 months ago by agbuere.
Forum: Plugins
In reply to: [WP Popular Posts] Last update destroys siteok that’s how to do it on a self hosted server (Debian):
sudo apt install php-xml
edit /etc/php/8.1/apache2/php.ini (or whatever the specific version may be) and add a statement “extension=dom.so” in the extensions-section. (search for “Dynamic Extensions” to find that section).
Restart Apache with “service apache2 restart”.
and it’s working again. Kind regards, Michael
Forum: Plugins
In reply to: [WP Popular Posts] Last update destroys siteI don’t have a “hosting provider”. I host the site myself so I need instructions what to do on a self-hosted server. I’d assume there is some PHP-module missing? But that maybe is the explanation why on the other site (which is a mirror) your plugin worked, THERE it is a hosted site. Kind regards