You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
Fatal error: Uncaught TypeError: Argument 3 passed to Hitrov\OciApi::checkExistingInstances() must be of the type string, bool given, called in /home/ubuntu/oci-arm-host-capacity/index.php on line 76 and defined in /home/ubuntu/oci-arm-host-capacity/src/OciApi.php:135
Stack trace:
#0 /home/ubuntu/oci-arm-host-capacity/index.php(76): Hitrov\OciApi->checkExistingInstances() #1 {main}
thrown in /home/ubuntu/oci-arm-host-capacity/src/OciApi.php on line 135
After doing the tutorial got this error. I am assuming this is related to how I declared the variables.
I have never worked with php, therefore I apologize if this is an easy fix.
PHP 7.4.33 (cli) (built: Feb 14 2023 18:31:54) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.33, Copyright (c), by Zend Technologies
My installed php version.
The text was updated successfully, but these errors were encountered:
I am getting a "Fatal error: Uncaught TypeError: Argument 1 passed to Hitrov\OciConfig::__construct() must be of the type string, bool given, called in /www/wwwroot/..."
Thank you very much for the help. Actually, I did it using cmd in my windows. It worked perfectly. Then I zipped all files and uploaded to my Apache web server and opened the index.php file in browser using domain name.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Fatal error: Uncaught TypeError: Argument 3 passed to Hitrov\OciApi::checkExistingInstances() must be of the type string, bool given, called in /home/ubuntu/oci-arm-host-capacity/index.php on line 76 and defined in /home/ubuntu/oci-arm-host-capacity/src/OciApi.php:135
![script](https://private-user-images.githubusercontent.com/65463481/240755406-d38dfab8-4041-4696-9670-82c871f735ac.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTMyMjcsIm5iZiI6MTczOTYxMjkyNywicGF0aCI6Ii82NTQ2MzQ4MS8yNDA3NTU0MDYtZDM4ZGZhYjgtNDA0MS00Njk2LTk2NzAtODJjODcxZjczNWFjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA5NDg0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRkZDc5MmI5ZDBiOTkzODcxOWVkNjI0OGJmOWE1YzhjN2ZiYTE5NTYyZjQ5MTA3MzBmN2Y3ODNkMzRmZjI4Y2UmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9YPlkTirmZoGW5ybVYacwYvgZJTelBtAm_EYmoPhqFs)
![scriptissue](https://private-user-images.githubusercontent.com/65463481/240755412-adc66bf3-06ff-4b2c-a3e0-ea3be9d2b978.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTMyMjcsIm5iZiI6MTczOTYxMjkyNywicGF0aCI6Ii82NTQ2MzQ4MS8yNDA3NTU0MTItYWRjNjZiZjMtMDZmZi00YjJjLWEzZTAtZWEzYmU5ZDJiOTc4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA5NDg0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRhNzY3ZGQzNzUwMzVmNWNlMGRjNTQ0ZjY5YWU1MWVkOWQ3OWJlZmYzYzg4YWRhYWIzZDM0OTdiMjJiMTY4NjUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.uAtas4dA7z5-eF935cSPbraEpOBd1mJUWhrkEaImMkM)
Stack trace:
#0 /home/ubuntu/oci-arm-host-capacity/index.php(76): Hitrov\OciApi->checkExistingInstances()
#1 {main}
thrown in /home/ubuntu/oci-arm-host-capacity/src/OciApi.php on line 135
After doing the tutorial got this error. I am assuming this is related to how I declared the variables.
I have never worked with php, therefore I apologize if this is an easy fix.
PHP 7.4.33 (cli) (built: Feb 14 2023 18:31:54) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.33, Copyright (c), by Zend Technologies
My installed php version.
The text was updated successfully, but these errors were encountered: