Gateway Timeout

General discussions around KeyHelp.
User avatar
24unix
Posts: 1644
Joined: Sun 21. Jun 2020, 17:16
Location: Kollmar
Contact:

Re: Gateway Timeout

Post 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.
mfg Micha
--
If Bill Gates had a nickel for every time Windows crashed …
… oh wait, he does.
User avatar
Florian
Keyweb AG
Posts: 1261
Joined: Wed 20. Jan 2016, 02:28

Re: Gateway Timeout

Post by Florian »

Hello,

your phpenmod command is wrong for the second module.
Mit freundlichen Grüßen / Best regards
Florian Cheno

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
User avatar
boka003
Posts: 48
Joined: Fri 7. Jan 2022, 10:17

Re: Gateway Timeout

Post 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)
Attachments
Screenshot_5.png
User avatar
Florian
Keyweb AG
Posts: 1261
Joined: Wed 20. Jan 2016, 02:28

Re: Gateway Timeout

Post 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
Mit freundlichen Grüßen / Best regards
Florian Cheno

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Post Reply