Day: November 22, 2013
-
Post Views: 13 In the process of importing excel files, this kind of problem occurs because the memory allocated to the php program is insufficient, so it is necessary to set the one in php.ini: Memory_limit = 512M, after setting it to 512M, restart the server, you can run normally!
