I have used Akeeba and Kickstart many times in the past to copy a website to a development server to make updates and changes. With Akeeba 7.0 and php 7.x, I found Kickstart freezing during step 5. Extracting. There is an error log file and the error recorded states:
[18-Aug-2020 10:59:39 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'ixed.7.1.lin' (tried: /opt/php71/lib/php/extensions/no-debug-non-zts-20160303/ixed.7.1.lin (/opt/php71/lib/php/extensions/no-debug-non-zts-20160303/ixed.7.1.lin: undefined symbol: _zval_ptr_dtor), /opt/php71/lib/php/extensions/no-debug-non-zts-20160303/ixed.7.1.lin.so (/opt/php71/lib/php/extensions/no-debug-non-zts-20160303/ixed.7.1.lin.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [18-Aug-2020 11:00:05 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'ixed.7.1.lin' (tried: /opt/php71/lib/php/extensions/no-debug-non-zts-20160303/ixed.7.1.lin (/opt/php71/lib/php/extensions/no-debug-non-zts-20160303/ixed.7.1.lin: undefined symbol: _zval_ptr_dtor), /opt/php71/lib/php/extensions/no-debug-non-zts-20160303/ixed.7.1.lin.so (/opt/php71/lib/php/extensions/no-debug-non-zts-20160303/ixed.7.1.lin.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [18-Aug-2020 06:00:05 America/Chicago] PHP Fatal error: Uncaught Error: Call to undefined function json_decode() in /home2/calivate/dance.calivate.com/start-core.php:15270 Stack trace: #0 /home2/calivate/dance.calivate.com/start-core.php(15544): kickstart_application_web() #1{main}
thrown in /home2/calivate/dance.calivate.com/start-core.php on line 15270
I did rename the kickstart.php to start-core.php. I spoke to the host about loading the dynamic library and json_decode, and they said my php was loading correctly and no errors.
Thank you,
Jon