Search found 4 matches

by ebk
Fri May 21, 2021 4:32 pm
Forum: General discussion
Topic: Enable disabled php function
Replies: 7
Views: 7137

Re: Enable disabled php function

Thank you so much for your support :D . I solved all my problems with the restart code:

Code: Select all

service php7.3-fpm restart

And with the post you wrote and linked to me I was able to edit the php.ini correctly.
by ebk
Tue May 11, 2021 9:38 am
Forum: General discussion
Topic: Enable disabled php function
Replies: 7
Views: 7137

Re: Enable disabled php function

Both ngix and apache php.ini files (as I check on MyVesta Panel) have only one line: USAGE: config I've tried to add and edit "Max upload" and other simple fields, save it and restart FPM like you teach me. I've check my phpinfo and seems nothing changed. Do I failed something installing M...
by ebk
Mon May 10, 2021 6:24 pm
Forum: General discussion
Topic: Enable disabled php function
Replies: 7
Views: 7137

Re: Enable disabled php function

Thank you for your fast response.

I've edited /etc/php/7.3/fpm/php.ini by adding a line: disable_functions = ""

After that I restarted Apache e Ngix from MyVesta Panel.

I admit that I am not very competent in this field, so perhaps I am mistaking simple things
by ebk
Mon May 10, 2021 1:01 am
Forum: General discussion
Topic: Enable disabled php function
Replies: 7
Views: 7137

Enable disabled php function

I know that MyVesta disabled dangerous PHP functions, but for installing a CMS I need to enable exec and other requirements listed below. I've tried to edit php.ini, but I do not succeed. Someone could tell me how I can solve my problems? Thank you so much! Server OS is Debian 10 PHP settings (php.i...