Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

admin doesn't open in Firefox


Go to End


1021 Views

Avatar
quicked

Community Member, 32 Posts

1 January 2008 at 1:41pm

Edited: 01/01/2008 3:17pm

Nevermind, some files didn't ftp

In firefox admin hangs on the loading page with js errors:

tinyMCE is not defined
[Break on this error] tinyMCE.init({
admin (line 64)
$("sitetree").observeMethod is not a function
[Break on this error] $( 'sitetree' ).observeMethod( 'NodeClicked' , function() {
RelationComplexTa... (line 7)
window[baseClassName] has no properties
[Break on this error] for(i in window[baseClassName].prototype) {
behaviour.js (line 36)
st.resize is not a function
[Break on this error] if(st) st.resize();

Admin does open in IE7, but icons are missing, and when I try to create a page I get:

Error in Ajax evaluator on line undefined: Object doesn't support this property or method var tree = $('sitetree'); var newNode = tree.createTreeNode("new-Page-0-2", "New Page", "Page"); node = tree.getTreeNodeByIdx(0); if(!node){ node = tree.getTreeNodeByIdx(0); } node.open(); node.appendTreeNode(newNode); newNode.selectTreeNode();

I reinstalled. Same. Maybe I have some missing files?

This is my remote site. the site works locally.