Warning error

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…

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.

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…

chmod jquery-admin.js file to 777 that will get ride of that error

Cheers

Dan C

Yeah, wrong file, chmod 0777:

/lib/js/jquery-admin.js and jquery-front.js

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.

Hey no problem man!