Fatal error: Trying to get property of non-object at lib/Math/BigInteger.php line 0
Tried a lot of things but I'm not able to find why this is happening. Maybe some fresh look will add some light into this issue
- Code: Select all
Error!
Trying to get property of non-object
array(13) {
[0]=>
array(4) {
["file"]=>
string(90) "lib/Math/BigInteger.php"
["line"]=>
int(0)
["function"]=>
string(16) "CUSTOM_handleError"
["args"]=>
array(5) {
[0]=>
int(8)
[1]=>
string(36) "Trying to get property of non-object"
[2]=>
string(90) "lib/Math/BigInteger.php"
[3]=>
int(0)
[4]=>
array(1) {
["x"]=>
bool(false)
}
}
}
[1]=>
array(5) {
["file"]=>
string(84) "lib/Crypt/RSA.php"
["line"]=>
int(0)
["function"]=>
string(8) "multiply"
["class"]=>
string(15) "Math_BigInteger"
["type"]=>
string(2) "->"
}
[2]=>
array(5) {
["file"]=>
string(84) "lib/Crypt/RSA.php"
["line"]=>
int(0)
["function"]=>
string(6) "_blind"
["class"]=>
string(9) "Crypt_RSA"
["type"]=>
string(2) "->"
}
[3]=>
array(5) {
["file"]=>
string(84) "lib/Crypt/RSA.php"
["line"]=>
int(0)
["function"]=>
string(13) "_exponentiate"
["class"]=>
string(9) "Crypt_RSA"
["type"]=>
string(2) "->"
}
[4]=>
array(5) {
["file"]=>
string(84) "lib/Crypt/RSA.php"
["line"]=>
int(0)
["function"]=>
string(7) "_rsasp1"
["class"]=>
string(9) "Crypt_RSA"
["type"]=>
string(2) "->"
}
[5]=>
array(5) {
["file"]=>
string(84) "lib/Crypt/RSA.php"
["line"]=>
int(0)
["function"]=>
string(23) "_rsassa_pkcs1_v1_5_sign"
["class"]=>
string(9) "Crypt_RSA"
["type"]=>
string(2) "->"
}
[6]=>
array(5) {
["file"]=>
string(83) "lib/Net/SSH2.php"
["line"]=>
int(0)
["function"]=>
string(4) "sign"
["class"]=>
string(9) "Crypt_RSA"
["type"]=>
string(2) "->"
}
[7]=>
array(5) {
["file"]=>
string(83) "lib/Net/SSH2.php"
["line"]=>
int(0)
["function"]=>
string(17) "_privatekey_login"
["class"]=>
string(8) "Net_SSH2"
["type"]=>
string(2) "->"
}
[8]=>
array(5) {
["file"]=>
string(83) "lib/Net/SSH2.php"
["line"]=>
int(0)
["function"]=>
string(13) "_login_helper"
["class"]=>
string(8) "Net_SSH2"
["type"]=>
string(2) "->"
}
[9]=>
array(5) {
["file"]=>
string(77) "custom.php"
["line"]=>
int(0)
["function"]=>
string(5) "login"
["class"]=>
string(8) "Net_SSH2"
["type"]=>
string(2) "->"
}
Thanks!