Hello. I made a module with a function that obtains a list of orders and I saved them in an array, then with 'fopen' and 'fputcsv' I generate the csv. It's working if I access the web but if I use mydomain.com/modules/mymodule/myphpfile.php it doesn't work, neither from cron (php mypathmodules/myphpfile.php).
PS version: 1.7.*
Thank you.