I'm receiving an error in Magento when trying to use the Dataflow export feature.
Path "path/filename.csv" is not available and cannot be used.
This feature used to work perfectly fine before, so I don't know what could be going wrong. I've checked permissions on the folder and files and they are fine (777). In addition, I've tried deleting the existing file or trying different path names and still no dice.
After some more testing, it seems that this is only occurring with a path that I have personally created. When using a path created by Magento such as var/export, it works perfectly fine.
Not need override Mage_ImportExport_Helper_Data::getLocalValidPaths()
Just need add to config.xml at self module
<config>
<default>
<general>
<file>
<importexport_local_valid_paths>
<available>
<my_new_path_to_csv>var/import/*/*.csv</my_new_path_to_csv>
</available>
</importexport_local_valid_paths>
</file>
</general>
</default>
</config>
This issue must be resolve this way.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With