Predetermined php [SOLVED]
Predetermined php
Is there any way to switch predetermined operating system within Keyhelp?
Command line is using predetermined php interpreter and I can't see how to update in ndex.php?page=admin_configuration&configure=php_interpreter
None of the domains are using the old php.
Re: Predetermined php
Don't install other versions or rename anything, else KeyHelp is broken.
Workaround: viewtopic.php?p=37825#p37825
--
A backend dev walks into a bar, orders 1 beer.
Then orders 100 beers.
Then orders -1 beers.
Then orders “a lizard”.
Then explodes.
The bartender says: “You really should validate your input.”
Re: Predetermined php
Re: Predetermined php
Yes.
--
A backend dev walks into a bar, orders 1 beer.
Then orders 100 beers.
Then orders -1 beers.
Then orders “a lizard”.
Then explodes.
The bartender says: “You really should validate your input.”
Re: Predetermined php [SOLVED]
I'm having an error with just that, so I ended with keyhelp-php74 --define apc.enable_cli=1
This was the error.
OCP\HintException: [0]: Memcache \OC\Memcache\APCu not available for local cache (Is the matching PHP module installed and enabled?)
Re: Predetermined php
I had the same error for my phpbb_update script, and I fixed it like you did.lmarcos wrote: ↑Sun 5. Feb 2023, 17:07 Thanks for the workaround.
I'm having an error with just that, so I ended with keyhelp-php74 --define apc.enable_cli=1
This was the error.
OCP\HintException: [0]: Memcache \OC\Memcache\APCu not available for local cache (Is the matching PHP module installed and enabled?)
viewtopic.php?t=11286&hilit=phpbb_update
--
A backend dev walks into a bar, orders 1 beer.
Then orders 100 beers.
Then orders -1 beers.
Then orders “a lizard”.
Then explodes.
The bartender says: “You really should validate your input.”