-
☆ A M B ☆
- 450 Posts
I’m having trouble saving several of my resources after attempting to change the template they use. When I hit the save button it just hangs and hangs until I refresh the page.
I’ve been trying to logically troubleshoot this to figure out what the circumstances are, and as far as I can tell it is happening with resources that existed before I upgraded to RC1, and with new child resources under those old resources.
If I create a new resource at the root level, I can change the template just fine. Same with child resources of new root-level resources.
I seem to be able to make other changes to those old resources; I just can’t change the category. Are there settings or attributes I should be looking at?
Are there any relevant errors in core/cache/logs/error.log?
Are there any odd JS errors?
shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect |
github |
splittingred.com
does the changes actually get saved (even though it’s stuck on saving) ?
Use firefox+firebug and look at the console (for js error) and the NET tab (check the connector’s response) when you do the action - it’ll help you find the answer (or us debug it..)
-
☆ A M B ☆
- 450 Posts
There were a few errors in the MODx error log and in my PHP error log that I thought were relevant, but they don’t seem to be repeatable. I ran Firebug and got this though:
i.contentWindow is null
default:j.unselectable=’on’;}}},getPos...ribute(n);if(o===null)o=m.nodeValue;
ckeditor.js (line 18)
syntax error
()
ext-all.js (line 7)
Does this error occur if you turn CKEditor off?
shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect |
github |
splittingred.com
-
☆ A M B ☆
- 450 Posts
Nope, it seems to only occur when running CKEditor. Apparently that’s the problem. Its definitely choking on some weird combination of the resource’s Template value and its status as a child resource... or something like that.
Back to TinyMCE we go.