install2.php won't load

oradke

New member
Hey! I'm installing dadabik on a raspberry pi 3. Have successfully installed ioncube arm v71 and confirmed mysql drivers are loaded. config_custom.php is edited, and install.php shows no errors (all green). When I click next to open install2.php, I get:

Service Unavailable​

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

How do I approach this error?

Thanks!
Oliver
 

oradke

New member
Some more info:
- RaspberryPi 3 Model B, armv7l
- DietPi distribution
- apache2, Mariadb
- ionCube Loader version 12.0.1 for PHP 7.4 (properly reported in phpinfo)
- Browser: Firefox and Edge give same error
- DaDaBik v 11.6 and v 11.7

In syslog I find:
Aug 18 19:39:56 CoffeePi apache2[841]: [proxy_fcgi:error] [pid 841:tid 1971315712] [client 192.168.188.50:11696] AH01067: Failed to read FastCGI header
Aug 18 19:39:56 CoffeePi apache2[841]: [proxy_fcgi:error] [pid 841:tid 1971315712] (104)Connection reset by peer: [client 192.168.188.50:11696] AH01075: Error dispatching request to :
in php7.4-fpm.log there's:
[18-Aug-2022 19:39:56] WARNING: [pool www] child 1156 exited on signal 11 (SIGSEGV) after 1015.549746 seconds from start
[18-Aug-2022 19:39:56] NOTICE: [pool www] child 1948 started
 

eugenio

Administrator
Staff member
Hello,
are you sure you are using the correct ioncube loaders, considering
- the operating system you are using
- 32 bit Vs. 64 bit
- Thread safe Vs. not thread safe
?

I guess you downloaded Linux Armv7l loaders, have you also tried the generic linux loaders?

Do you have the chance to try DaDaBIK on another machine, to see if something changes?

Best.
 

oradke

New member
Yes, I did download and install the armv7l loaders, as recommended by the wizard. I tried the generix linux 32bit drivers as well. Once I replaced them, the install.php stopped me with "ioncube extension: NOT Installed You can download it from here ioncube.com/loaders.php", so I guess it is not compatible.
 

oradke

New member
Same result:

Service Unavailable​

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

logfiles show similar entries to what I posted above.
 

eugenio

Administrator
Staff member
This means, as I suspected, that the problem is not in the DaDaBIK code, your environment for some reason cannot run ioncube PHP files, probably there is something wrong in the configuration (or the loader is the wrong one). You could also try to contact ioncube and ask if there is any known bug related to your raspberry pi machine.
 
Top