[Proto-Scripty] Prototype.Selector is undefined

2013-04-08 Thread msc
Hi guys

I am getting this error on a project I've inherited from a colleague now on 
maternity leave.

Prototype.Selector is undefined

I have absolutely no clue as to what is causing this and how I go about 
debugging it - anyone have any helpful hints or tips?

Thanks a bunch

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prototype-scriptaculous+unsubscr...@googlegroups.com.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
Visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Proto-Scripty] Prototype.Selector is undefined

2013-04-08 Thread Walter Lee Davis

On Apr 8, 2013, at 8:22 AM, m...@travelmarket.com wrote:

 Hi guys
 
 I am getting this error on a project I've inherited from a colleague now on 
 maternity leave.
 
 Prototype.Selector is undefined
 
 I have absolutely no clue as to what is causing this and how I go about 
 debugging it - anyone have any helpful hints or tips?
 
 Thanks a bunch


What version of Prototype are you using? Can you post a link or a cut-down 
example that duplicates this message? Is this coming from within Prototype, or 
from a script that depends on it?

Walter


-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prototype-scriptaculous+unsubscr...@googlegroups.com.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
Visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[Proto-Scripty] Re: Prototype.Selector is undefined

2013-04-08 Thread msc
I found the error at last! 

Turns out, that deep within the included codefiles, Prototype.js was 
included a second time.
Once I removed that second inclusion, all was well :-)

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prototype-scriptaculous+unsubscr...@googlegroups.com.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
Visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.