I am PHP developer working on a website where we receive 500 Internal Server Error. I requested the apache error logs. I could see the following after the execution of php script file.
Error Log Details
and also
I would like to know if these are the things causing the internal error.
Or please let me know how should I proceed with this to find a solution.
I have already done checking the file permissions for my php scripts
and also tested scripts for errors or warnings
Thank You
Error Log Details
Code:
[warn] (2)No such file or directory: mod_mime: analyze_ct: cannot get media type from 'x-mapp-php4' [warn] mod_mime: analyze_ct: cannot get media type from 'x-mapp-php4'
Code:
[suexec 19238] db_create: rv = 0, 0, Success [suexec 19238] db->open: rv = 0, 2, Success [suexec 19238] dbget: rv = -30989, 2, Unknown error 4294936307
Or please let me know how should I proceed with this to find a solution.
I have already done checking the file permissions for my php scripts
and also tested scripts for errors or warnings
Thank You
Comment