Plugin Author
ERA404
(@era404)
We will look into the problem that you’re experiencing, and report back as soon as possible.
Plugin Author
ERA404
(@era404)
Hello @eddieatwp
We did a test of the feature, and couldn’t make it fail.
Is there anything more you can tell us about the problem, that might assist in reproducing or troubleshooting?
Thanks
ERA404
Thanks for your message. I get an internal error pushing on button Customize labels. Error information:
POST http://localhost/wordpress/wp-admin/admin-ajax.php 500 (Internal Server Error)
http://localhost/wordpress/wp-admin/load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortable,moxiejs,plupload&ver=6.1.1
send@load-scripts.php?c=1…lupload&ver=6.1.1:2
ajax@load-scripts.php?c=1…lupload&ver=6.1.1:2
s.ajax.s.ajax@load-scripts.php?c=1…lupload&ver=6.1.1:5
S.<computed>@load-scripts.php?c=1…lupload&ver=6.1.1:2
stafflistRename@stafflist_admin.js?ver=1:166
(anonymous)@stafflist_admin.js?ver=1:44
dispatch@load-scripts.php?c=1…lupload&ver=6.1.1:2
y.handle@load-scripts.php?c=1…lupload&ver=6.1.1:2
-
This reply was modified 2 years, 5 months ago by
eddieatwp.
And this is what the WP Log file writes:
[03-Jan-2023 14:30:19 UTC] PHP Fatal error: Uncaught ArgumentCountError: parse_str() expects exactly 2 arguments, 1 given in C:\inetpub\wwwroot\wordpress\wp-content\plugins\stafflist\stafflist.php:880
Stack trace:
0 C:\inetpub\wwwroot\wordpress\wp-content\plugins\stafflist\stafflist.php(880): parse_str()
1 C:\inetpub\wwwroot\wordpress\wp-includes\class-wp-hook.php(308): ajax_rename()
2 C:\inetpub\wwwroot\wordpress\wp-includes\class-wp-hook.php(332): WP_Hook->apply_filters()
3 C:\inetpub\wwwroot\wordpress\wp-includes\plugin.php(517): WP_Hook->do_action()
4 C:\inetpub\wwwroot\wordpress\wp-admin\admin-ajax.php(188): do_action()
5 {main}
thrown in C:\inetpub\wwwroot\wordpress\wp-content\plugins\stafflist\stafflist.php on line 880
Plugin Author
ERA404
(@era404)
Very useful, thank you. Seems our dev environment (PHP7.4) didn’t catch that one. Please try version 3.2.0 and report when convenient;
Thanks for the fix. It’s working fine.