My TD Composer is getting hung up loading when I try to edit my homepage. The error it’s is throwing is:
Uncaught TypeError: Cannot read property 'next' of undefined
Here’s a link with a screenshot of the full error: https://i.imgur.com/vYhmYFz.png
I have no idea how to begin to troubleshoot this. Thanks, JMR
-
This topic was modified 8 years by
jmr.
Hi,
Usually this error is caused when the js files are not concatenated (they should be by default)
– https://codex.wordpress.org/Editing_wp-config.php#Disable_Javascript_Concatenation
– https://www.screencast.com/t/VSkEyIYxIg
So if you disabled js concatenation, please enable it. This could cause issues to tagdiv composer functionality.
Try to add define ( ‘CONCATENATE_SCRIPTS’, true ); in your wp-config.php file and see if it works.
If it still doesn’t work, also ask your host maybe there is an option on your server which disable js concatenation or maybe they can provide another solution.
Let us know the results after you try this suggestion.
Thanks
Having the same issue. tagDiv Composer not working. I create a home page and click the ‘tagDiv Composer’ and screen goes blank, does not load. I have tried the following items found in forums.
1. concatenate scripts, true
2. increase memory to 256M
3. system status – mbstring and gdlibrary.
nothing has changed.?????????????
Using a MacBook Pro. running high Sierra.
please help
Hello,
Please try the solution in this topic:
https://forum.tagdiv.com/topic/tagdiv-composer-wont-open-php-fatal-error/
Thank you!
I’m having a similar ‘grey spinning wheel and blank screen’ when trying to update pages using tagDiv composer. I’m also seeing the exact same errors as jmr but none of the suggested fixes have resolved the issue.
WordPress 5.7.2
Newspaper 8.5.1
tagDiv Composer 1.0
The issues started when we had to update to the latest version of WordPress for security reasons.
The following has been aded to the htaccess file
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
and the following has also been added to the wp-config file
define(‘CONCATENATE_SCRIPTS’,true);
Nut neither of these changes have made a difference.
Console shows the following error still;
Uncaught TypeError: Cannot read property ‘next’ of undefined
at Object.multiNext (js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:18)
at Object.parse (js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:18)
at Object._getPostOriginalContentJSON (js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:192)
at js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:383
at Function.v.each.v.forEach (underscore.min.js?ver=1.8.3:2)
at js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:383
at Function.v.each.v.forEach (underscore.min.js?ver=1.8.3:2)
at Object.updateSavedShortcodes (js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:382)
at Object.init (js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:365)
at js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:385
Thanks
Matt
Hello!
The issue can be from a plugin conflict, that’s why, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If this problem is not solved after that, then we need to take a look and see what happened there.
Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– cPanel url and credentials
– a link to this topic in order to identify you
Our team will take a look!
Thank you!