21293 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 590 Views |
-
Javascript Require 500 Error

29 August 2011 at 4:38pm
Hey, I've got the following code in my head:
<% require javascript(mysite/javascript/prototype.js) %>
<% require javascript(mysite/javascript/menucontents.js) %>
<% require javascript(mysite/javascript/anylinkmenu.js) %>
<% require javascript(mysite/javascript/menuInit.js) %>They show up in the source of my page, but when I click through, I get a 500 error. Any ideas as to why?
Thanks
-
Re: Javascript Require 500 Error

29 August 2011 at 6:14pm
Check your server's error log. That'll contain more information about the 500 error (could be permissions based).
-
Re: Javascript Require 500 Error

29 August 2011 at 6:20pm
I figured it might be a file permission issue. I'll try messing with them to see if that fixes it.
| 590 Views | ||
|
Page:
1
|
Go to Top |


