| Server IP : 162.214.74.102 / Your IP : 216.73.217.103 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/softaculous/xcart/ |
Upload File : |
1) install with demo data.
2) Select Timezone : America/New_York
3) When you download the X-Cart package for making update please check if the package has our affiliate code. The code should be in the following file :
xcart/etc/config.personal.php
4) Take the database dump using mysqldump utility because the database has some ALTER queries do not work when dumped from phpMyAdmin
5) PHP REQUIREMENT LINK : http://kb.x-cart.com/en/general_setup/installation_guide.html
6) In version 5.3.4.4 apache crashed on windows, with "mpm_winnt:notice" in error log, Added the following to apache's httpd.conf to solve this issue.
<IfModule mpm_winnt_module>
ThreadStackSize 8888888
</IfModule>
This problem often happens in Windows because of smaller Apache’s default stack size. And it usually happens when working with php code that allocates a lot of stacks.
https://stackoverflow.com/questions/1138269/apache-error-notice-parent-child-process-exited-with-status-3221225477-res