4images Forum & Community
4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: rbfabbri 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:
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!
-
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. ;)
-
Thatīs right!! :D
Thanks Oracle!