Hi everybody,
I've a problem with projeqtor's installation version 9.4.3 :
After the first screen with conf parameter, I have only this error:
"ERROR : Call to undefined method RequestHandler::isCodeSet()"
Nothing in projeqtor logs, nothing in php logs, nothing in apache logs...
I'm on debian server with Apache 2.4.38 and php-FPM 7.4.28
Any idea, please ?
Best regards,
Florian
“Be a yardstick of quality. Some people aren't used to an environment where excellence is expected.” ~ Steve Jobs
"...and while some may see them as the crazy ones, we see genius, because the ones who are crazy enough to think that they can change the world, are the ones who do." ~ Think Different
Check that you don't have other PHP application that defines RequestHandler class.
Hi,
Finally, I've found the solution. it was hard !
There were two problems:
I had to set the ProxyTimeout variable to 86400 in apache's conf file nammed "php-fpm.conf" and disable the php's uopz module (it messed up projeqtor that one)
Anyhow, thanks for your help 🙂 !
Best regard,
Florian
“Be a yardstick of quality. Some people aren't used to an environment where excellence is expected.” ~ Steve Jobs
"...and while some may see them as the crazy ones, we see genius, because the ones who are crazy enough to think that they can change the world, are the ones who do." ~ Think Different
