Online Page Editor Add-on Support Product Page
Answered
Upgrade breaks site again
Asked 23 Oct 2011 22:53:22
1
has this question
23 Oct 2011 22:53:22 Chuck Borrelli posted:
It seems like everytime there is an upgrade, most of my DMX zone extensions break and I have to contact you to help me diagnose the issues...The page login works here:
www.smoms.org/lessonslearned.php, because I have not uploaded the new page...
However, it should work on these pages, but does not:
www.smoms.org/aboutus.php or
www.smoms.org/askcathryn.php
the the edit keyboard short cut is ctrl-shift-@
(which does not even come up at all).
Replies
Replied 23 Oct 2011 23:10:05
23 Oct 2011 23:10:05 Chuck Borrelli replied:
Now, whenever I open the page is Dreamweaver I get messages like "Opening this page will require changing code that is locked by the template or a translator. The change will be discarded"
In addition I am seeing this JS error (mentioned in a prior post)
/* END dmxPageEditor name "dmxPageEditorGlobals" *//</script>
with the extra slash... but that is NOT on the template
Also getting JS error that JQuery is not found.
In addition I am seeing this JS error (mentioned in a prior post)
/* END dmxPageEditor name "dmxPageEditorGlobals" *//</script>
with the extra slash... but that is NOT on the template
Also getting JS error that JQuery is not found.
Replied 24 Oct 2011 09:45:16
24 Oct 2011 09:45:16 Teodor Kuduschiev replied:
Hello Chuck,
As i can see on your site - the problem is not with the extension but with your template.
You do not have an editable region named "head" inside your <head> tags. For an unknown reason this is missing:
So the extension(s) do not "see" the head tags and place their includes before the Doctype of your document. /Check the source code of www.smoms.org/askcathryn.php /
Please fix the template you are using and apply the extension again.
As i can see on your site - the problem is not with the extension but with your template.
You do not have an editable region named "head" inside your <head> tags. For an unknown reason this is missing:
<!-- InstanceBeginEditable name="head" --> <!-- InstanceEndEditable -->
So the extension(s) do not "see" the head tags and place their includes before the Doctype of your document. /Check the source code of www.smoms.org/askcathryn.php /
Please fix the template you are using and apply the extension again.