-
AuthorPosts
-
September 23, 2021 at 4:31 pm #1322062
Hi, I’m having an error in the backend of the pages.
Uncaught TypeError: o(...).appendTo(...).menu is not a function at x.<computed>.<computed>._create (autocomplete.min.js?ver=1.12.1:9) at x.<computed>.<computed>.x.isFunction.r.<computed> [as _create] (core.min.js?ver=1.12.1:116) at x.<computed>.<computed>._createWidget (core.min.js?ver=1.12.1:116) at new x.<computed>.<computed> (core.min.js?ver=1.12.1:116) at HTMLInputElement.<anonymous> (core.min.js?ver=1.12.1:116) at Function.each (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.8.1:2) at s.fn.init.each (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.8.1:2) at s.fn.init.x.fn.<computed> [as autocomplete] (core.min.js?ver=1.12.1:116) at i.onPostRender (wp-tinymce.js?ver=49110-20201110:45) at i.a (wp-tinymce.js?ver=49110-20201110:11)
I am using a child theme.
Enfold version 4.8.6.2
Wordpress version 5.8.1
PHP version 7.4.23How can I solve?
September 24, 2021 at 7:12 am #1322131Hi vbonora,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoSeptember 27, 2021 at 9:48 am #1322438This reply has been marked as private.September 28, 2021 at 4:52 am #1322560Hi,
Thanks for that. I checked the page in private, but I can’t see any error messages on my end. Could you let us know how to reproduce the problem you are seeing on your end please?
Best regards,
RikardSeptember 28, 2021 at 9:22 am #1322590Hi Rickard,
If you click on textbox, the entered text is not seen and the error is reproduced in the console. This is also true for the catalog element. The content is saved but if I click to edit it there is nothing left.September 29, 2021 at 6:09 am #1322714Hi,
Thanks for the clarification. I’m seeing the same problem on my end, but I can reproduce the problem on a test installation. The error messages don’t seem to be coming from the theme either, could you try reinstalling WordPress to see if that helps please?
Best regards,
RikardSeptember 29, 2021 at 9:41 am #1322762Hi, I reinstalled wordpress and it seems to work.
ThanksSeptember 29, 2021 at 9:54 am #1322767This reply has been marked as private.September 29, 2021 at 11:05 am #1322781Hi,
Bitte um Entschuldigung für dieses Problem.
Den Inhalt der Datei themes\enfold\config-templatebuilder\avia-shortcodes\magazine\magazine.php
bitte ersetzen durch
Dieser Fix ist bereits Bestandteil der nächsten Release.
Nicht vergessen, Server Cache zu löschen und ein Backup der Originaldatei für ein fallback zu machen.
Falls Sie Hilfe benötigen, können wir dieses Update auch gerne für Sie machen.
Best regards,
GünterSeptember 30, 2021 at 8:12 am #1322939Aha – good to know
September 30, 2021 at 9:52 am #1322942Hi!
Liegt daran, dass
$atts = shortcode_atts( $defaults, $atts, $this->config['shortcode'] );
in z.B. magazin.php erst nachher aufgerufen wird. Hatte ich auch übersehen.
Best regards,
Günter -
AuthorPosts
- You must be logged in to reply to this topic.