EchoFool Posted June 20, 2009 Share Posted June 20, 2009 I keep getting an error in my apache error logs but am unaware of what it means and how to solve the issue.. Invalid URI in request GET /../js/thickbox.js HTTP/1.0 What am i actually looking for to know what causes this error to fix it has any one ever seen this error before? Link to comment https://forums.phpfreaks.com/topic/163036-solved-get-error/ Share on other sites More sharing options...
.josh Posted June 20, 2009 Share Posted June 20, 2009 it means there is something wrong with a link or query string being sent to the server. A malformed or invalid url or something. Link to comment https://forums.phpfreaks.com/topic/163036-solved-get-error/#findComment-860221 Share on other sites More sharing options...
EchoFool Posted June 20, 2009 Author Share Posted June 20, 2009 And its occuring in my JS script right ? Hmm is it saying "/../js/tickbox.js" is invalid or thats where the error occured ? Link to comment https://forums.phpfreaks.com/topic/163036-solved-get-error/#findComment-860222 Share on other sites More sharing options...
fnairb Posted June 20, 2009 Share Posted June 20, 2009 You have an extra "/" at the beginning of the path. You can't as for a file one directory up from root "/../". Chances are the path should be: "../js/tickbox.js" not "/../js/tickbox.js" Link to comment https://forums.phpfreaks.com/topic/163036-solved-get-error/#findComment-860254 Share on other sites More sharing options...
EchoFool Posted June 20, 2009 Author Share Posted June 20, 2009 Thanks guys ! Seems to be fixed now! Link to comment https://forums.phpfreaks.com/topic/163036-solved-get-error/#findComment-860258 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.