Importing large CSV files with more than 1000 rows is causing memory exhaustion in PHP. The log points to this file here.
By the looks the $string variable is not used anywhere within this function after the substr function or is not returned out of the function, so it seems unnecessary and is causing problems with memory.
PS: I am a newbie who started out with PHP and ESPO recently and I may be totally wrong. Please feel free to educate me.
Thank You
yuri
By the looks the $string variable is not used anywhere within this function after the substr function or is not returned out of the function, so it seems unnecessary and is causing problems with memory.
PS: I am a newbie who started out with PHP and ESPO recently and I may be totally wrong. Please feel free to educate me.
Thank You
yuri
Comment