kbohme Posted March 7, 2009 Report Posted March 7, 2009 in the dashboard I get this error: Warning: fopen(*******//lib/js/jquery-admin.js) [function.fopen]: failed to open stream: Permission denied in ******/core/classes/CodonCondenser.class.php on line 95 I think its the route of some problems like.... When I go to add airport the template disapears and all i get is unformatted text on a white background The add airport doesn't work at all actually... as well as a loading graphic that won't go away... Quote
brreclark Posted March 7, 2009 Report Posted March 7, 2009 Warning: fopen(*******//lib/js/jquery-admin.js) [function.fopen]: failed to open stream: Permission denied in ******/core/classes/CodonCondenser.class.php on line 95 Find the CodonCondenser.class.php file and chmod it to 777 and that should work. If not... well, I dunno. I've found that with this style of error chmod'ing seems to do the trick. Quote
kbohme Posted March 7, 2009 Author Report Posted March 7, 2009 hey, i agree, and that was the first thing that i tried. it did stop the error from happening on every single page, now its only in the admin section.... Line 95 is $fp = fopen($this->path.'/'.$this->filename, 'w'); and the CodonCondenser.class.php is 777 Also when I try to add anything....plane, aiport, anything, I loose the formatting and get nothing but black text on a white background.... Quote
Strider Posted March 7, 2009 Report Posted March 7, 2009 chmod jquery-admin.js file to 777 that will get ride of that error Cheers Dan C Quote
Administrators Nabeel Posted March 7, 2009 Administrators Report Posted March 7, 2009 Yeah, wrong file, chmod 0777: /lib/js/jquery-admin.js and jquery-front.js Quote
kbohme Posted March 7, 2009 Author Report Posted March 7, 2009 LOL well at least i had the right idea if not in the right place I am learning, thanks again for all your help guys, I think its great that y'all show so much patience with us noobs. Quote
Administrators Nabeel Posted March 9, 2009 Administrators Report Posted March 9, 2009 Hey no problem man! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.