Page 2 of 2

Re: Gateway Timeout

Posted: Wed 4. Oct 2023, 15:32
by 24unix
boka003 wrote: Wed 4. Oct 2023, 15:28 Yes, I have done it: https://prnt.sc/ylLklKtDnuti
And then: https://prnt.sc/HBJeUkAVX6pD
OT: Why do you use this crappy webspace with ads?
You can attach images to forums posts.

Re: Gateway Timeout

Posted: Wed 4. Oct 2023, 16:08
by Florian
Hello,

your phpenmod command is wrong for the second module.

Re: Gateway Timeout

Posted: Thu 5. Oct 2023, 08:17
by boka003
If someone needs the same in the future, here are all the commands that I have used

Code: Select all

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.so" > /etc/php/7.4/mods-available/pdo_sqlsrv.ini
phpenmod pdo_sqlsrv
/etc/init.d/php7.4-fpm restart


Installation goes well, without any errors.

But, I can not find extension here (attachment)

Re: Gateway Timeout

Posted: Thu 5. Oct 2023, 09:49
by Florian
Hallo,

it is working without any issues:

Code: Select all

pecl install pdo_sqlsrv-5.10.0
echo "extension=pdo_sqlsrv.so" > /etc/php/7.4/mods-available/pdo_sqlsrv.ini
phpenmod pdo_sqlsrv
/etc/init.d/php7.4-fpm restart
Result:
Bildschirmfoto vom 2023-10-05 09-48-06.png