Mr Tibbs
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] Recent Photos creates critical errorHmmm… That’s odd. It now works for me as well.
Pure magic Jacob!
Happy New Year to you and your family!
Marcus
Forum: Plugins
In reply to: [WP Photo Album Plus] Recent Photos creates critical errorHappy New Year Jacob!
I am now experiencing a fatal error again when opening the https://www.tibesar.family/recent-photos page.
The error log entry is:
[Mon Jan 01 18:44:45.745498 2024] [fcgid:warn] [pid 2600248:tid 140487371761408] [host http://www.tibesar.family] [remote 2600:8800:3294:7100:8d96:b6b8:fed7:72e2:57914] PHP Fatal error: Allowed memory size of 1048576000 bytes exhausted (tried to allocate 20480 bytes) in /var/www/html/ti/tibesar.family/wp-includes/class-wp-block-parser.php on line 299, referer: https://www.tibesar.family/
I decreased the number of recent photos but I still received the fatal errors. Here is the shortcode embedded on the recent-photos page:
[wppa type=”album” album=”#lasten,0,50″][/wppa]
Is this an issue with my hosting server?
Thank you very much!
Marcus Tibesar
Tibesar Family ArchivesForum: Plugins
In reply to: [WP Photo Album Plus] Recent Photos creates critical errorThat works fine. Thank you Jacob.
Our best to you and your family,
Marcus
Forum: Plugins
In reply to: [WP Photo Album Plus] Recent Photos creates critical errorHello Jacob,
Sorry for my delay!
Here is the shortcode for our recent photos:
[wppa type=”album” album=”#lasten,0,200″][/wppa]
Here is the error log entry for the critical error:
[Wed Nov 15 11:15:51.347197 2023] [fcgid:warn] [pid 1402168:tid 139788966532864] [host http://www.tibesar.family] [remote 2a09:bac3:c5c7:296::42:1f:19652] PHP Fatal error: Allowed memory size of 1048576000 bytes exhausted (tried to allocate 20480 bytes) in /var/www/html/ti/tibesar.family/wp-includes/class-wp-block-parser.php on line 252, referer: https://www.tibesar.family/
Does this help?
Marcus Tibesar
tibesar.family
Forum: Plugins
In reply to: [Meow Lightbox] Plugin conflict with WPPA+ pluginYour suggestion of disabling the Output Buffering option within Meow Lightbox performance did resolve the conflict Jordy.
My point is that this setting is ENABLED by default, and therefore, steps on other plugins’ toes by altering their code.
Wouldn’t changing the default of this option improve compatibility between your plugin and others sharing the same parts of WordPress?
Forum: Plugins
In reply to: [Meow Lightbox] Plugin conflict with WPPA+ pluginAre you going to fix the issues identified in this ticket?
Stepping on other plugins’ toes is not acceptable.
Forum: Plugins
In reply to: [Meow Lightbox] Plugin conflict with WPPA+ pluginWe discovered two more issues with the Meow Lightbox plugin cited below.
The json data is being damaged by Meow Lightbox plugin as follows:
It changes
wppaAjaxRemoveComment(\\'125\\',true)into
wppaajaxremovecomment(\\'125\\',true)(and)
It changes
https:\/\/betatest.opajaap.nl\/wp-admin\/admin-ajax.phpinto
https:\\betatest.opajaap.nl\wp-admin\admin-ajax.phpForum: Plugins
In reply to: [WP Photo Album Plus] Pagination number links do not workYour welcome!
I will send you a PM today.
Thank you very much,
Marcus
Forum: Plugins
In reply to: [Meow Lightbox] Plugin conflict with WPPA+ pluginHello Jordy,
As a follow-up here is some information that I received from the WPPA+ developer that identifies the problem within Meow Lightbox. I hope this helps.
The json data that is received at the client side lookes like (fragment of svg html item):
<animate attributeName=\"opacity\" ...\"indefinite\" \/>When it is processed by my ajax js functions JSON.parse() it has been changed to:
<animate attributename=\"opacity\" ...\"indefinite\" \>So, the (redundant) / at the end of the animate tag is removed, but not the escape char, causing the error message in the browser console:
Uncaught SyntaxError: JSON.parse: bad escaped character at line 1 column 678 of the JSON data
because of \> being bad escaped.
So, recommend Jordy stop removing redundant slashes at the end of self closing tags, or check if the slash has been escaped in which case: also remove the escape char.
Forum: Plugins
In reply to: [WP Photo Album Plus] Pagination number links do not workHello Jacob,
Thank you for the suggestions which I followed.
When I activate the Meow Lightbox plugin, it causes the WPPA+ pagination to stop working.
I have now disabled the Meow Lightbox plugin.
Additionally, I left the Advanced settings –> System -> I Item 5: Ajax method set to normal.
The Meow Lightbox plugin was updated on May 1, 2023 so apparently, something in this update caused the problem with pagination.
I will notify Jordy Meow, the plugin developer to see if we can get this resolved.
Thank you very much, and the best to you and your family!
Forum: Plugins
In reply to: [WP Photo Album Plus] Pagination number links do not workThank you very much!!!
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] PHP error@hiskingdomprophecy. Thank you very much! Yes, I was running PHP 8.
@mrfoxtalbot – this works for Twenty Twenty Three WordPress theme as well. Thank you very much!
Forum: Plugins
In reply to: [WP Photo Album Plus] WPPA Album font size too big in MobileThank you for all the help Jacob.
Donation on the way!
Our best to you and your family,
Marcus
Forum: Plugins
In reply to: [WP Photo Album Plus] WPPA Album font size too big in MobileThank you Jacob!
I decreased the font size as you suggested.
I then created a 3-columns row as follows: thin-wide-thin.
I then placed the shortcode [wppa] into the middle wide column.
I think this resolved the too-wide issue on desktops, and the too-thin issue on smartphones.
What do you think?
Thank you very much!