- This topic has 2 replies, 2 voices, and was last updated 12 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Error Message when Export Customers Data
Hi,
if I want to use the function “Export Customers Data to a CSV File”, I get the error message: “
Warning: file_put_contents(/www/htdocs/w00a06a3/fbf_neu/2012/wp-content/plugins/wp-cart-for-digital-products/customer_list.csv) [function.file-put-contents]: failed to open stream: Permission denied in /www/htdocs/w00a06a3/fbf_neu/2012/wp-content/plugins/wp-cart-for-digital-products/eStore_customers_menu.php on line 533
What do I need to make it work?
Thank you for help!
Create an empty file with the following name in the “wp-cart-for-digital-products” directory then try it:
"customer_list.csv"
The above means your server is exhibiting file permission errors. On a 100% properly configured server you won’t get this error.
it works, thanks for the tip!