my sys admin said theres a time out issue with the script after adding this on htaccess it cant be my servers configuration, i still get blank page adfter importing files only 4 files
heres my htaccess config
php_value upload_max_filesize 1000M
php_value post_max_size 1000M
php_value memory_limit 900M
php_value max_execution_time 0
php_value max_input_time 0
edit: he changed the php.ini so the value to 0 but i still get blank page
|