osCommerce / osCommerce-V4

Other
38 stars 26 forks source link

ob_flush(): Failed to flush buffer. No buffer to flush while manually importing #69

Closed c-store-cp closed 4 months ago

c-store-cp commented 4 months ago

In manual import, after assigning import fiels to csv rows, the above error is thrown.

Editiing /lib/backend/models/EP/Messages.php to exchange the three occurences of ob_flush with

if (ob_get_level() > 0) {ob_flush();}

fixed things for me.

Kind regards,

Chris

pan-oscom commented 4 months ago

Thanks. It will be fixed in the next update.