Wordpress plugin developers or php help?

1 replies
hey guys,

I've been getting this little issue with a plugin and wanted to see if
anyone here can give me some ideas on why I'm getting these errors
when trying to get data in CSv format:

Code:

Warning:  fopen(/home/themarke/public_html/survey_fly_1_data.csv) [function.fopen]: failed to open stream: Permission denied in /home/themarke/public_html/wp-content/plugins/survey_fly.php on line 488

Warning:  fwrite(): supplied argument is not a valid stream resource in /home/themarke/public_html/wp-content/plugins/survey_fly.php on line 508

Warning:  fclose(): supplied argument is not a valid stream resource in /home/themarke/public_html/wp-content/plugins/survey_fly.php on line 548
I was thinking it's a permission thing that is causing it but nit really sure
any ideas on where to start would greatly be appreciated cheers.

--David
#developers #php #plugin #wordpress
  • Profile picture of the author clogmoney
    you need to set the permissions to 777 for survey_fly_1_data.csv
    {{ DiscussionBoard.errors[174044].message }}

Trending Topics