Search found 48 matches

by boka003
Mon 1. Apr 2024, 09:56
Forum: Bugs / Issues
Topic: Unable to update [SOLVED]
Replies: 3
Views: 1884

Unable to update [SOLVED]

STOP - Please read the next lines carefully! 1) Please fill out the post template below completely! 2) The members of this forum provide their valuable time to help! In return, please provide as much information as possible and be specific in your error description. Posts that show little initiative...
by boka003
Tue 26. Mar 2024, 08:06
Forum: General Discussions
Topic: Unable to update
Replies: 1
Views: 198

Unable to update

Hello,

When I run an update on my VM, this error shows up (attachment).

Can you help me to debug the issue?


Regards
by boka003
Mon 25. Mar 2024, 15:31
Forum: General Discussions
Topic: How to increase FastCGI limits?
Replies: 10
Views: 681

Re: How to increase FastCGI limits?

Hello,

Can you please help me debug this error at my website: https://prnt.sc/F590rSKF4uOG

It shows up when I try to update plugins.


Regards
by boka003
Wed 20. Mar 2024, 12:22
Forum: General Discussions
Topic: How to increase FastCGI limits?
Replies: 10
Views: 681

Re: How to increase FastCGI limits?

Hello, This is a database connection plugin, and that database is inside our internal network too. I can access it using Postman. The database is big, and maybe increasing FastCGI limits can help? Because, database connection is successful, but the import shows that error. Can you please tell me whe...
by boka003
Wed 20. Mar 2024, 10:12
Forum: General Discussions
Topic: How to increase FastCGI limits?
Replies: 10
Views: 681

Re: How to increase FastCGI limits?

Hello, Thank you for your reply. I have updated my topic (problem 1 and problem 2). Problem 1 is a possible network issue, as the server is in the internal network. But, can problem 2 be solved by editing these values? Here is my keyhelp.conf file listen = /run/php/keyhelp_keyhelp.socket listen.owne...
by boka003
Wed 20. Mar 2024, 10:05
Forum: General Discussions
Topic: How to increase FastCGI limits?
Replies: 10
Views: 681

How to increase FastCGI limits?

Hello there, Problem 1 . My WP website is not able to update or install new plugins: https://prnt.sc/teNLweSkqitC I have not found any error about this in my error logs. Problem 2. But I have found this log when I try to save changes at some plugin configuration: (104)Connection reset by peer: [clie...
by boka003
Thu 5. Oct 2023, 08:17
Forum: General Discussions
Topic: Gateway Timeout
Replies: 18
Views: 2732

Re: Gateway Timeout

If someone needs the same in the future, here are all the commands that I have used pecl install sqlsrv-5.10.0 echo "extension=sqlsrv.so" > /etc/php/7.4/mods-available/sqlsrv.ini phpenmod sqlsrv /etc/init.d/php7.4-fpm restart pecl install pdo_sqlsrv-5.10.0 echo "extension=pdo_sqlsrv.s...
by boka003
Wed 4. Oct 2023, 15:28
Forum: General Discussions
Topic: Gateway Timeout
Replies: 18
Views: 2732

Re: Gateway Timeout

Hello,


Yes, I have done it: https://prnt.sc/ylLklKtDnuti
And then: https://prnt.sc/HBJeUkAVX6pD


Thanks!
by boka003
Wed 4. Oct 2023, 14:49
Forum: General Discussions
Topic: Gateway Timeout
Replies: 18
Views: 2732

Re: Gateway Timeout

Thanks a lot,

All that has been done: https://prnt.sc/3TrA_8XHVBqM
But this extension still doesn't showing: https://prnt.sc/FeqooszXAxPG
by boka003
Wed 4. Oct 2023, 14:03
Forum: General Discussions
Topic: Gateway Timeout
Replies: 18
Views: 2732

Re: Gateway Timeout

Thanks, I have done that now, but still is showing same message about php.ini Build process completed successfully Installing '/usr/lib/php/20190902/sqlsrv.so' install ok: channel://pecl.php.net/sqlsrv-5.10.0 configuration option "php_ini" is not set to php.ini location You should add &quo...
by boka003
Wed 4. Oct 2023, 13:00
Forum: General Discussions
Topic: Gateway Timeout
Replies: 18
Views: 2732

Re: Gateway Timeout

If I try to install sqlsrv via apt-get, this error shows up:

pecl/sqlsrv requires PHP (version >= 8.0.0), installed version is 7.4.3-4ubuntu2.19
No valid packages found
install failed
by boka003
Wed 4. Oct 2023, 12:44
Forum: General Discussions
Topic: Gateway Timeout
Replies: 18
Views: 2732

Re: Gateway Timeout

It is Ubuntu 20.04
by boka003
Wed 4. Oct 2023, 12:26
Forum: General Discussions
Topic: Gateway Timeout
Replies: 18
Views: 2732

Re: Gateway Timeout

I was getting this error: pecl/sqlsrv requires PHP (version >= 8.0.0), installed version is 7.4.3-4ubuntu2.19 No valid packages found install failed The only solution that I have found is this: https://askubuntu.com/questions/1277339/php-7-4-warning-unable-to-load-dynamic-library-sqlsrv-so-and-pdo-s...
by boka003
Wed 4. Oct 2023, 11:42
Forum: General Discussions
Topic: Gateway Timeout
Replies: 18
Views: 2732

Re: Gateway Timeout

Thanks, I have install it using this procedure sudo apt install php7.4-dev sudo update-alternatives --set php /usr/bin/php7.4 sudo update-alternatives --set php-config /usr/bin/php-config7.4 sudo update-alternatives --set phpize /usr/bin/phpize7.4 sudo pecl install -f sqlsrv sudo pecl install -f pdo...
by boka003
Wed 4. Oct 2023, 10:53
Forum: General Discussions
Topic: Gateway Timeout
Replies: 18
Views: 2732

Gateway Timeout

Hello all, I facing this error: Gateway Timeout The gateway did not receive a timely response from the upstream server or application. I have installed sqlsrv extension for PHP. And then it tells me to add an extension to php.ini: https://prnt.sc/eQfW8L9DOGYO I have found some topic at the forum tha...