Index Error And Admin Error

Hey Guys Can I Have Some Help

I Get This Error On The Index

Warning: fopen(/home/aeronetv/public_html//lib/js/jquery-front.js) [function.fopen]: failed to open stream: Permission denied in /home/aeronetv/public_html/core/classes/CodonCondenser.class.php on line 89

And I get This Error On The Admin Center

Warning: fopen(/home/aeronetv/public_html//lib/js/jquery-admin.js) [function.fopen]: failed to open stream: Permission denied in /home/aeronetv/public_html/core/classes/CodonCondenser.class.php on line 89

And I Own The WebHosting Company Its Run On

Please Help

Hey,

Just make those two files writeable

Hey

I Tried That I Set The Permissions 0777 But Didnt Work

Thanks

If This Help This Is What Code I Have On Line 89 Of This File

$fp = fopen($this->path.‘/’.$this->filename, ‘w’);

You set /lib/js/jquery-admin.js and /lib/js/jquery-front.js to 777? (not just the directory)