justinteim
Forum Replies Created
-
Forum: Plugins
In reply to: [JQuery Accordion Menu Widget] Crash with php 8.0****** Solved *****
Yehaaa, i can confirm as well that these modifications work for both PHP 7.4 AND PHP 8/8.1!
Thank you so much for your time, you saved me a lot of trouble and workarounds!
Thank you thank you thank you!
Forum: Plugins
In reply to: [JQuery Accordion Menu Widget] Crash with php 8.0Thanks for sharing your solution!
Unfortunately enabling the modified plugin causes a Fatal Error under PHP 8.1:
Fatal error: Cannot redeclare dc_jqaccordion::header() in /my-directory/wp-content/plugins/jquery-vertical-accordion-menu/dcwp_jquery_accordion.php on line 50
Would you mind to share your full code of the file “dcwp_jquery_accordion.php” or the whole plugin itself? I might have done a mistake there but can´t find the error/issue …
Thanks so much in advance for your help!
JustinForum: Plugins
In reply to: [JQuery Accordion Menu Widget] Crash with php 8.0My WordPress Site crashes too even after the replacement with the code
****
function your_function_name_to_register() {
return register_widget(“dc_jqaccordion_widget”);
}
add_action( ‘widgets_init’, ‘your_function_name_to_register’);****
Since my site/main menu is running with this plugin and with HostEurope announcing that PHP7.4 sites will be autmatically updated to PHP 8.1 already in November 2022 i am very concerned tbh.
Any help would be highly appreciated.
Thank you, i have updated the list – all bounced emails are erased now. Strangely i was never informed about any bounced addresses in the bounce (0) field in Mail Poet itself.
I hope this has fixed all problems?
Best
@justin_teimHey Mikko,
thank you very much for your time! However it really does only affect the WordPress´own [video] shortcode. All ther shotcodes behave flawlessly. I tried your tip to disable the custom excerpts which didn´t solve it.
I am working with Toolset´s Search archive function I will check if maybe Toolset is the issue!
Again, thanks so much for taking your time, i appreciate your help!
Best,
RasHey Emre,
I did some further testing and i finally found the solution – maybe also for users of your plugin who worked with it for a long time already and didn´t find the changes after upgrading.
What helped for me was to erase the .htaccess, create a new one by saving the permalink structure. With this “fresh” .htaccess-file the “Settings”-tab is finally visible!
Thanks again for your help and your fast replies!
Best regards,
JustinThanks so mucg for getting back to me so quickly!
I have tried your above given tutorial already.
However although i am working with the ltest version Version 0.9.1.1 AND WP 5.5 the settings button appears neither in my Top Admon Panel nor in the side panel.
For some reason i do not get the “Role choose panel” to appear. I deactivted all plugins and switched even back to te standard WP theme … no success.Well, i guess i have to live with this strange behaviour. Besides from that i love your plugin, works perfectly on my site!