Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal Server Error when running #6

Open
eberswine opened this issue Jul 29, 2015 · 6 comments
Open

Internal Server Error when running #6

eberswine opened this issue Jul 29, 2015 · 6 comments

Comments

@eberswine
Copy link

Awesome script!!

Runs for a bit, then gives me an Internal Server Error...

What limits do I need to change php.ini ?

@neocamel
Copy link

neocamel commented Feb 6, 2016

I'm having the same issue.

@neocamel
Copy link

neocamel commented Feb 6, 2016

Hmm actually, it appears to be working, as I did receive a summary email, but perhaps the code just doesn't finish cleanly?

@mikestowe
Copy link
Owner

Can you share the error you're getting in the error log? Thanks!

@neocamel
Copy link

neocamel commented Feb 8, 2016

I'm actually in the middle of a completely hacked cPanel at the moment (including this .php file :-( ) but hopefully I can help debug this once I can get my server cleaned up.

@Dejavou42
Copy link

FYI: I experienced the same error.

The log showed that the error is: PHP Fatal error: Maximum execution time of 30 seconds exceeded in Path to script.

I added ini_set('max_execution_time', 300); //300 seconds = 5 minutes to the file, and moved it into sub directories. This seems to happen when 1. the scan takes too long, or 2. the scan runs into permission problems.

@coliff
Copy link

coliff commented Mar 16, 2017

I ran into some server errors when running the script on some sites too - the PR here works correctly in these instances though; 59d2dab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants