While creating page through composer, it opens fine but when I am trying to drop elements then that part of the screen became grey and a spinner spins indefinitely. I tried to create new page and also tried to edit the earlier one. both have same results. Composer version is 2.1 and theme version is 8.7.2,
max_execution_time 600
max_input_vars 5000
SUHOSIN installed false
mbstring available
WP Memory Limit 512 MB/request
WP version 4.9.5

Update: it shows following errors:
Uncaught SyntaxError: Unexpected token <
plugin.min.js?ver=4607-20180123:1 Deprecated TinyMCE API call: <target>.onNodeChange.add(..)
load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=4.9.5:4 POST https://../wp-json/td-composer/do_job?tmp_jobId=0&tmp_blockUid=undefined&post_id=14592&uuid=2d8f434a-b1aa-2fd8-d368-b5124458f709 404 (Not Found)
send @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=4.9.5:4
ajax @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=4.9.5:4
addJob @ js_files_for_wrapper.min.js:21
getShortcodeRender @ js_files_for_wrapper.min.js:171
changeData @ js_files_for_wrapper.min.js:209
_moveDraggedElement @ js_files_for_wrapper.min.js:55
deactiveDraggedElement @ js_files_for_wrapper.min.js:36
(anonymous) @ js_files_for_wrapper.min.js:58
dispatch @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=4.9.5:3
r.handle @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=4.9.5:3
js_files_for_wp_admin.min.js:24 tdcJobManager.addJob – Error callback – textStatus: error errorThrown: Not Found
js_files_for_wp_admin.min.js:24 jobRequest {shortcode: “[vc_row][vc_column][/vc_column][/vc_row]“, columns: 1, jobId: 0, postId: “14592”, replyHtml: “”}
I have tried define ( ‘CONCATENATE_SCRIPTS’, true ); but same result. What to do
Hi,
You could try the solutions from these topics, they worked for users which had similar issues with the composer
– https://forum.tagdiv.com/topic/gray-page-tagdiv/
– https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/
Or it could be plugins that cause the problem. You could check that as well. Deactivate them all as a quick test and see if this has any effect. Let us know.
Thanks