I have a leased LAMP ( Linux version 5.3. 29)server from one of the internet providers. My script uploads upto 25 resume files to the server that processes each of these files and outputs an extract of skill/ experience of each of these files. Te script was able to read all the files as intended
The hard disk in the server crashed and was reimaged with Linux version 5.4.16,.The backed up program and data files were then re-instlled . However the same scripts uploads all the files but now reads only 9 to 11 of the 25 files uploaded. The remaining files were not read.
My php.ini file is configured as follows
Code:
max_input_time= -1
output_buffering = On
max_execution_time = 30
max_input_time = 60
memory_limit = 128M
log_errors_max_len = 1024
post_max_size = 8M
upload_max_filesize = 2M
Appreciate help in resolving this problem