XF 1.1 language problem

secretk

Member
Hello i download arabic language from her
i try to upload as xml but coming white page or sometime network error !

how to fix this problem ?

thanks
 
A blank page is often a suppressed error. Try adding this line to your library/config.php file:

Code:
ini_set('display_errors', true);

Or add this to a .htaccess file on your server (only works on Apache servers):

Code:
php_value display_errors 1

That may reveal an error message on the blank page.
 
A blank page is often a suppressed error. Try adding this line to your library/config.php file:

Code:
ini_set('display_errors', true);

Or add this to a .htaccess file on your server (only works on Apache servers):

Code:
php_value display_errors 1

That may reveal an error message on the blank page.
thanks i try upload now
it show me this

Network Error (tcp_error)

A communication error occurred: ""
The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.

For assistance, contact your network support team.
 
Top Bottom