I am trying to install 1.20.9 on hosting with ssh access. I rememeber that I was able to install an earlier version in that environment. But now I get the following error:
Fatal error: Call to undefined method PEAR::getVersion() in /usr/share/php/PEAR.php on line 218
Help, please?
Thanks in advance.
Hello,
I am trying to install 1.20.9 on hosting with ssh access. I rememeber that I was able to install an earlier version in that environment. But now I get the following error:
```Fatal error: Call to undefined method PEAR::getVersion() in /usr/share/php/PEAR.php on line 218```
Help, please?
Thanks in advance.
PEAR is installed at my hosting server. See image, result of "pear list"
Is 1.10.12 sufficient or too old?
Edit: nope, 1.10.12 is actually the latest package according to pear.php.net
PEAR is installed at my hosting server. See image, result of "pear list"
Is 1.10.12 sufficient or too old?
*Edit:* nope, 1.10.12 is actually the latest package according to pear.php.net
Any other ideas? This worked with an earlier version of Gnu.social, all,kinds of pear packages are installed on the server, you can get a complete list if you neeed it?
Any other ideas? This worked with an earlier version of Gnu.social, all,kinds of pear packages are installed on the server, you can get a complete list if you neeed it?
Hello,
I am trying to install 1.20.9 on hosting with ssh access. I rememeber that I was able to install an earlier version in that environment. But now I get the following error:
Fatal error: Call to undefined method PEAR::getVersion() in /usr/share/php/PEAR.php on line 218
Help, please?
Thanks in advance.
Can you try applying this patch:
236929a166
?Thanks for the quick reply.
I added that in line 86 but unfortunately still get the same error.
I would guess you probably have php-pear packaged installed in your host then...
PEAR is installed at my hosting server. See image, result of "pear list"
Is 1.10.12 sufficient or too old?
Edit: nope, 1.10.12 is actually the latest package according to pear.php.net
Any other ideas? This worked with an earlier version of Gnu.social, all,kinds of pear packages are installed on the server, you can get a complete list if you neeed it?
My suggestion was actually to disable your host's pear, so that gnu social could emulate it...
Fixed with
b6bcd3b8c0