rbaer
Forum Replies Created
-
> After disabling all plugins, list last changes works.
I expected that result.From the first two error messages it gets clear that the php memory limit is 128MByte, although you set it to 256MByte. This means your web hosting service provider does not allow WordPress to increase PHP memory limit (or not higher than 128M). You will need to ask your web hosting provider to increase your PHP memory limit manually (or, if you have access to that file, set it in php.ini: “memory_limit = 256M”).
Some more questions:
Were you able to increase the Memory Limit (like described in https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ )?
Did you try to disable other plugins but leaving List Last Changes enabled? Does the problem still occure?
Have you enabled the debug output (like described in the chapter “Enable Debug Mode to Catch Errors in WordPress” in https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-death/ )? Did you get some more information on the screen or in the created log file?
Unfortunately I’m not able to reproduce the problem on my test page. Could you try the steps described in the following tutorial:
https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-death/
Thanks a lot.
PS: PTE request is created.
Some more questions:
– in which variant do you use list Last changes? The widget, the shortcode or the block element?
– do you list the latest page updates, post updates or both?
– can you send me a list of all used plugins and the used theme via DM to [email protected]?Thanks for translate the plug-in. Would you like to become translation editor for this plug-in? You would then be able to approve new translations yourself.
That is at least a starting point for investingating it. I will not be able to have a look on it the next 7 days but I will have a look afterwards.
Hi Mordechaj
What did change yesterday on your site that caused list Last changes to break? Did you update WordPress to 5.2, updated list Last changes, updated any other Plugin or Theme or created just a new Page or Post?
Greetings
Forum: Plugins
In reply to: [List Last Changes] Show Latest Changes on a Page with ShortcodeWith the version 0.7.0 the plugin ListLastChanges has now support for shortcode. See the documentation for more information.
Forum: Plugins
In reply to: [List Last Changes] Show Latest Changes on a Page with ShortcodeThe Plugin supports today only showing the last changes via widget. Maybe I will add this feature in a later release, but first I have to read more about the shortcode.
So, if you can’t include a widget in your design you have to look for another plugin.
Forum: Plugins
In reply to: [List Last Changes] Date created option ?Although it was not the intention of this plugin it could be possible to add a configuration to use the published date instead of the modified date.
I’ve added this to the list of possible improvements for future versions.But I was not able to reproduce the problem of the wrong date shown on pages as you described it. In my test environment both on pages and on posts the modified date ist shown (of course this can be equal to the published date).
Forum: Plugins
In reply to: [List Last Changes] Color ConfigAs I saw on your page you already solved the problem. So this is for documentation purposes.
The dates are styled with the class “list_last_changes_date”. The style of this class is defined in the list_last_changes.css file.
You can change it there (but then it will be changed back on the next update) or create a style in your own css file.
Forum: Everything else WordPress
In reply to: Admin Button not visible on Plugins Directory PageThanks, I tried this but I was looking for the administration fields in the main view. After your answer I saw that they have moved to the right sidebar.
Thank you very much!