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

PHP errors on start #70

Open
KRDucky opened this issue Feb 15, 2022 · 1 comment
Open

PHP errors on start #70

KRDucky opened this issue Feb 15, 2022 · 1 comment

Comments

@KRDucky
Copy link

KRDucky commented Feb 15, 2022

tm@localhost:~/uaseco$ ./uaseco.sh
12951
PHP Deprecated: Implicit conversion from float 1644940414.3 to int loses precision in /home/tm/uaseco/uaseco.php on line 81
PHP Warning: require_once(includes/core/XmlRpc/Base64.php): Failed to open stream: No such file or directory in /home/tm/uaseco/includes/core/XmlRpc/GbxRemote.php on line 33
PHP Fatal error: Uncaught Error: Failed opening required 'includes/core/XmlRpc/Base64.php' (include_path='.:/usr/share/php') in /home/tm/uaseco/includes/core/XmlRpc/GbxRemote.php:33
Stack trace:
#0 /home/tm/uaseco/uaseco.php(87): require_once()
#1 {main}
thrown in /home/tm/uaseco/includes/core/XmlRpc/GbxRemote.php on line 33

@undeflabs
Copy link
Owner

PHP Deprecated: Implicit conversion from float
It looks like you are trying to use UASECO/0.9.x with PHP/8.1.x. That's the reason you see this, currently the PHP/8.1.x isn't yet supported.

PHP Warning: require_once(includes/core/XmlRpc/Base64.php): Failed to open stream: No such file or directory...
Looks like you're not inside of the UASECO install directory, or the files are missed.

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