( ! ) Fatal error: Call to undefined function oci_connect() in \FTP\dbconnect.php on line 9 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0012 | 141464 | {main}( ) | ..\registerUser.php:0 |
2 | 0.0020 | 143240 | include( '\FTP\dbconnect.php' ) | ..\registerUser.php:3 |
Dump $_SERVER |
$_SERVER['REMOTE_ADDR'] = | string '127.0.0.1' (length=9)
|
$_SERVER['REQUEST_METHOD'] = | string 'POST' (length=4)
|
$_SERVER['REQUEST_URI'] = | string '/registerUser.php' (length=17)
|
Variables in local scope (#2) |
$conn = | Undefined |
$oraDB = | string '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=[hostname_removed])(PORT=1521)))(CONNECT_DATA=(SID=[mysidehere])))' (length=119)
|
$oraPass = | string 'mypasswordhere' (length=8)
|
$oraUser = | string 'myusernamehere' (length=8)
|