* This happen in: Localhost
* Happen when: I copy file from live server to localhost
How to fix:
Go to: Xampp>apache>config>httpd.conf
edit the httpd.conf by adding these to the end of the line
<IfModule mpm_winnt_module> ThreadStackSize 8388608 </IfModule>
* This is to increase the Apache stack size to 8MB.
Read for more info: https://www.drupal.org/node/1597820