Search found 10 matches

by veszvs
Thu 9. Feb 2023, 16:47
Forum: Usage
Topic: PHP Extension
Replies: 20
Views: 28735

Re: PHP Extension

So here is the opposite effect, too many extensions are not good, can it be? I have shown a small piece of code, where it calls the json file. That's what it has to do and that's what doesn't work. As you see in the picture my table is empty. It cannot recall the data present in this file, so I ...
by veszvs
Thu 9. Feb 2023, 16:22
Forum: Usage
Topic: PHP Extension
Replies: 20
Views: 28735

Re: PHP Extension

24unix wrote: Thu 9. Feb 2023, 16:16 Missing extension are noted in the error log.
Nothing appears to me.
Unfortunately I don't know why I only have problems with keyhelp, too bad because I liked it as a panel.
by veszvs
Thu 9. Feb 2023, 16:10
Forum: Usage
Topic: PHP Extension
Replies: 20
Views: 28735

Re: PHP Extension

24unix wrote: Thu 9. Feb 2023, 16:08
veszvs wrote: Thu 9. Feb 2023, 16:03 It does not work...
It does not work is no error message.

What's in error.log?
There are no errors in the error.log

In my opinion, It's just a shortage of php extensions.
by veszvs
Thu 9. Feb 2023, 16:03
Forum: Usage
Topic: PHP Extension
Replies: 20
Views: 28735

Re: PHP Extension

Maybe, if you just post the error here. Programmers have reason to give them names, and to print them out. This error: AH01071: Got error 'PHP message: PHP Notice: Undefined index: password in /home/users/USER/www/folder/index.php on line 7' That is a notification, not an error. But, yes, that is ...
by veszvs
Thu 9. Feb 2023, 15:48
Forum: Usage
Topic: PHP Extension
Replies: 20
Views: 28735

Re: PHP Extension

In the error log, it gives a small error, but this error also gives me on the other panels, I don't think this affects the functioning. Could it be that some extension is missing for json to work properly? Maybe, if you just post the error here. Programmers have reason to give them names, and to ...
by veszvs
Thu 9. Feb 2023, 15:38
Forum: Usage
Topic: PHP Extension
Replies: 20
Views: 28735

Re: PHP Extension

I would guess you´re probably fine with one of the additional PHP interpreters. Only the standard OS PHP version needs some manual installations. In the additional PHP interpreters 99,9% of common PHP modules & extensions are already included. So far we do not really know which extentions you are ...
by veszvs
Thu 9. Feb 2023, 15:05
Forum: Usage
Topic: PHP Extension
Replies: 20
Views: 28735

Re: PHP Extension

It would be nice, like on many other panels, to be able to manually select the php extensions for each php version. Unfortunately, not all of them are very practical. So it would be just ideal... perfect even for less experienced and practical users. https://forums.bagisto.com/assets/uploads/files ...
by veszvs
Thu 9. Feb 2023, 15:02
Forum: Usage
Topic: PHP Extension
Replies: 20
Views: 28735

Re: PHP Extension

Hello, PHP module for the system PHP version can be installed easily by apt PHP modules for the additional Keyhelp PHP version have to be compiled or installed via PECL. e.g. compiling of redis extension for PHP 7.4: wget https://pecl.php.net/get/redis-5.1.1.tgz tar xzf redis-5.1.1.tgz cd redis-5.1 ...
by veszvs
Thu 9. Feb 2023, 14:58
Forum: Usage
Topic: PHP Extension
Replies: 20
Views: 28735

Re: PHP Extension

Hallo and welcome, perhaps you can tell us something about your scripts or even tell us something about the extensions you need. Have you seen the configuration part where you can activate or disable php-functions? Chris Honestly, I still don't understand how it works. I'm used to cpanel, that I ...
by veszvs
Wed 8. Feb 2023, 19:59
Forum: Usage
Topic: PHP Extension
Replies: 20
Views: 28735

PHP Extension

Hello everybody, I'm new to the forum.

I've been using KeyHelp for weeks now, great panel, really nice.

But I have problems.
I need to enable and disable extensions of PHP versions.
Many of my scripts don't work properly.

Thank you.