Apache crashing when try Install

fabianoheringer

New member
Hi, Trying to installing lastet version of dadabik (fresh install)
Im using a xampp install, with php 8.1.2.

Put the dadabik files over xampp/htdocds/dadabik, and acessed the install page from http://localhost/dadabik/install.php
It´s Noticed for me about ioncube missing, so I go on the ioncube loaders page, and installed the VC16 TS (12.0.2) version, my system is a Windows 10 PRO.
When I run phpinfo, I can see the ioncube it´s loaded correctly, after this points, I can´t acess the installation page.
Looks like the apache is crashing when I open the install page.

Here´s the log from apache-errors.log (it´s happen when I load the install page)

VirtualProtect() failed [87] Incorrect Parameter
VirtualProtect() failed [87] Incorrect Parameter
VirtualProtect() failed [87] Incorrect Parameter
VirtualProtect() failed [87] Incorrect Parameter
[Sat Nov 26 12:39:32.223206 2022] [mpm_winnt:notice] [pid 8124:tid 404] AH00428: Parent: child process 12392 exited with status 3221225477 -- Restarting.
[Sat Nov 26 12:39:32.307153 2022] [mpm_winnt:notice] [pid 8124:tid 404] AH00455: Apache/2.4.54 (Win64) OpenSSL/1.1.1p PHP/8.1.12 configured -- resuming normal operations
[Sat Nov 26 12:39:32.307153 2022] [mpm_winnt:notice] [pid 8124:tid 404] AH00456: Apache Lounge VS16 Server built: Jun 22 2022 09:58:15
[Sat Nov 26 12:39:32.307153 2022] [core:notice] [pid 8124:tid 404] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sat Nov 26 12:39:32.309151 2022] [mpm_winnt:notice] [pid 8124:tid 404] AH00418: Parent: Created child process 9004
[Sat Nov 26 12:39:32.836824 2022] [mpm_winnt:notice] [pid 9004:tid 408] AH00354: Child: Starting 150 worker threads.

I can acess dashhboard normally, phpinfo page...when i try open the install page, this error occurs, apache crash, and start again....

Any Ideas?

Thanks
 

deep64blue

DaDaBIK Guru
Can you post your Apache values from your PHP Info please, I'm particularly interested in

Code:
opcache.protect_memory

and

Code:
opcache.jit_buffer_size
 

DutchSA

New member
I had the same issue, I just rolled back to a previous version of XAMPP as I was unable to fix the issue with the current version. I would love to see if a solution can be found though.
 
Top