Colorbox error in browser regarding Scriptaculous version

In internet explorer I get this on every page on my site "done but with errors on page". The error is with the colorbox module and code that has to do with something called Scriptaculous

Message: Exception thrown and not caught
Line: 458
Char: 8
Code: 0
URI: http://mysite.com/sites/default/files/js/js_Ov1Eyiqs6Mt5-p__fuWPmVZS0MXW...

this is the code, line 458 "throw("Script.aculo....":

var Scriptaculous = {
Version: '1.8.1',
require: function(libraryName) {
// inserting via DOM fails in Safari 2.0, so brute force approach
document.write('

<\/script>'); }, REQUIRED_PROTOTYPE: '1.6.0', load: function() { function convertVersionString(versionString){ var r = versionString.split('.'); return parseInt(r[0])*100000 + parseInt(r[1])*1000 + parseInt(r[2]); } if((typeof Prototype=='undefined') || (typeof Element == 'undefined') || (typeof Element.Methods=='undefined') || (convertVersionString(Prototype.Version) < convertVersionString(Scriptaculous.REQUIRED_PROTOTYPE))) throw("script.aculo.us requires the Prototype JavaScript framework >= " + Scriptaculous.REQUIRED_PROTOTYPE); $A(document.getElementsByTagName("script")).findAll( function(s) {

[Solved]Text Formats errors

Today I spent all day moving my drupal install to a new host (cuz I didnt back up properly). But seems that all of my fields are showing up blank because they dont have text formats set.

When I go to set the Text Formats and hit save it goes back to "- Select -"

I went to check the database and everything is fine in the fields it says they are set but I cant figure this one out.

//Thanks in advance for any help xD

=================================================================

Error after adding or editing in the built in forum

if it makes a difference advanced forum is installed as well. i get the below message when ever i add or make changes toa forum container or forum

D7: content doesn't allow HTML

For the pages I'm making, it is not allowing HTML.

I did the minimal install and not the standard. What module do I need to activate (or other task) to be able to input Content with HTML?

thanks,

Node form Edit / Add - viewing outside of admin UI

I'm working on customizing a form for a custom content type in drupal 7.

2 questions

1) Why does it flick to the admin / ui - when I edit it - can I force it to open in a standard node template?

2) I'm using a theme_hook and a template to re-design the form. Is there anyway to hide the bottom options panel? see attached screen grab. http://imgur.com/wWYQN

Any help much appreciated
martin

hook_node_presave runs when deleting node...?

I want to do some stuff before a node is added, but it seems that when i delete a node, it is calling hook_node_presave as well.

Just seems weird to me that presave would be called when deleting.

Anyone else noticed this?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x