Author Topic: Problem when change words of language pack  (Read 4476 times)

0 Members and 1 Guest are viewing this topic.

Offline rbfabbri

  • Newbie
  • *
  • Posts: 27
    • View Profile
Problem when change words of language pack
« on: January 25, 2006, 06:31:18 PM »
Iīm using a language pack in portuguese. But when i change the words photos to anothers like wallpapers it appears errors in the topo of page of the type:

Code: [Select]
Warning: main(./lang/brazilian/main.php): failed to open stream: No such file or directory in /home/camiseta/public_html/4images/global.php on line 260

Warning: main(): Failed opening './lang/brazilian/main.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/camiseta/public_html/4images/global.php on line 260

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/camiseta/public_html/4images/global.php:260) in /home/camiseta/public_html/4images/includes/sessions.php on line 84

Why this is happening?

Thaks!

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Problem when change words of language pack
« Reply #1 on: January 25, 2006, 06:34:53 PM »
Quote

Warning: main(./lang/brazilian/main.php): failed to open stream: No such file or directory in /home/camiseta/public_html/4images/global.php on line 260


There could be two possibilities. Either main.php file no longer exists "or" you uploaded the file in binary mode rather than ASCII mode. If so, in order to correct this issue, simply re-upload the file in ASCII mode. ;)

Offline rbfabbri

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Problem when change words of language pack
« Reply #2 on: January 25, 2006, 09:31:10 PM »
Thatīs right!! :D

Thanks Oracle!