Dadabik php 7.3 - Safari can’t open the page ... because the server unexpectedly dropped the connection.

taubes

Member
Hi

On a Mac system DaDaBIK works fine with PHP 7.2 but not with PHP 7.3. I get to the install.php (all green) but the install2.php fails to connect to localhost. phpinfo() confirms php 7.3 and shows that ioncube is loaded fine.

System info
PHP Version: 7.2.34
mysql version: 5.5.5-10.5.8-MariaDB
Web server: Apache/2.4.46 (Unix) OpenSSL/1.1.1i PHP/7.2.34
Client: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Safari/605.1.15
URL installation: http://localhost/xxx/

Any ideas ?

Best
ST
 

eugenio

Administrator
Staff member
Hello,
that's strange because install.php also tries a db connection and should fail if there is something wrong.

What's the exact error message and which version of DaDaBIK are you using?
 

taubes

Member
Hi,

I am using the latest: DaDaBIK version 10.5-Manarola platinum, installed on Jan 15, 2021 but same thing happens on 10.4. Maybe a PHP update problem with 7.3.26?

install.php:
Requirements check
Current PHP version: 7.3.26 OK
mbsgtring extension: Installed
ioncube extension: Installed
ioncube extension version: 10.4 OK
Check DB connection: OK
mysql version: 5.5.5-10.5.8-MariaDB OK

install2.php: (localhost & https://localhost (shown))
Safari can’t open the page “https://localhost/~xxx/install2.php” because the server unexpectedly dropped the connection. This sometimes occurs when the server is busy. Wait for a few minutes, and then try again.

Best

St
 

eugenio

Administrator
Staff member
Hello,
ok I thought it was a db connection error, while it seems a connection problem between Safari and Apache.
At the moment I can't imagine a reason why this is happening on PHP 7.3 only, maybe with PHP 7.3 Apache is replying with different timing.
Could you try with a different browser and/or after having cleaned the cache?

Best,
 

taubes

Member
Hi,
It is also reproducible on other browsers and not a cache issue. I cannot rule out that this is a server configuration issue. The only option in the moment is PHP 7.2 I will try to reproduce this on another server when I get the time. For now PHP 7.2 is working fine.

Thanks and keep you posted if this seems a general problem.
 
Top