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

HTTP ERROR 500 after login #6

Closed
maheshgadgil7 opened this issue Apr 18, 2023 · 5 comments
Closed

HTTP ERROR 500 after login #6

maheshgadgil7 opened this issue Apr 18, 2023 · 5 comments

Comments

@maheshgadgil7
Copy link

http://mycam.unaux.com/

@nathan242
Copy link
Owner

Please check the web server error log to see if the PHP error has been logged. Post the errors here if you need help.

The host mycam.unaux.com has some exposed ports that probably shouldn't be. Please check/update the config if you have access to it. Also, http (unencrypted) should be disabled and only https used otherwise the login credentials and config could be captured.

@maheshgadgil7
Copy link
Author

https://ipcam.fitzport.com/. same issue. there is nothing in the error log.

@nathan242
Copy link
Owner

Without the logs it is hard to say what the issue is. Also I would not recommend running this as a public site as this is intended to be ran on a server on a private secure network.

If you can get the logs it would also be good if you could provide the environment details (PHP version, PHP modules enabled, operating system).

@maheshgadgil7
Copy link
Author

Warning: include(C:/xampp/htdocs/include/header.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\ipcam\index.php on line 28

Warning: include(): Failed opening 'C:/xampp/htdocs/include/header.php' for inclusion (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\ipcam\index.php on line 28

Warning: include(C:/xampp/htdocs/include/footer.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\ipcam\index.php on line 42

Warning: include(): Failed opening 'C:/xampp/htdocs/include/footer.php' for inclusion (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\ipcam\index.php on line 42

@nathan242
Copy link
Owner

Looks like this is running on a Windows based environment which is not supported. As per the README this is only supported on Linux and Unix like operating systems.

It may be possible to run the UI on a Windows environment but you will not be able to record from any devices as the scripts are not compatible.

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

2 participants