Here is the code:
Code: Select all
ini_set('memory_limit', '1024M');
ini_set('post_max_size', '1024M');
ini_set('upload_max_filesize', '1024M');
ini_set('max_execution_time', '120');
ini_set('max_input_time', '120');Can someone tell me what i have to do to solve that problem?