View Single Post
  #1  
Old 10th May 04, 04:57 PM
Bads's Avatar
Bads Bads is offline
BetaONE Supporter
 
Join Date: Jul 2001
Location: Quebec
Posts: 1,710
Bads is an unknown quantity at this point
Hello,

Now my forum is hosting in the web

But when it was in my pc, I had no problem for changing the language

Now, if I try to import a language pack, I receive these errors :

Quote:
Warning: chdir(): Permission denied (errno 13) in /home/csstbiz/public_html/sources/lib/tar.php on line 306

Warning: fopen(email_content.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_boards.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_buddy.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_calendar.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_csite.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_emails.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_error.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_forum.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_global.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_help.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_legends.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_login.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_mlist.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_mod.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_modcp.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_msg.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_online.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_post.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_printpage.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_profile.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_register.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_search.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_stats.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_subscriptions.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_topic.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(lang_ucp.php): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389

Warning: fopen(conf.inc): failed to open stream: Permission denied in /home/csstbiz/public_html/sources/lib/tar.php on line 389


If I check in the line 389 of the tar.php file, I see this :

if ( $FH = fopen($file_name, "wb") )



How can I fix this problem please ?

Thanks


[color=red]I just fix this problem

I have upload manually the content of the french.zip to my language folder.

The problem was this : the language folder /en/ had always a deinied
access

I can't change the chmod of this folder.

Now all is working fine
__________________
Reply With Quote