RSS Feed/News Failed to open stream: No such file or directory

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,542
Points
823

Reputation:

I want my add-on to grab data from a file and put it into a database. I put a file into src/addons/AV/AddonName and in my public controller I open it with
PHP:

$file = fopen('file.csv', 'r');
. And controller doesn't see it. What's the scoop? Wrong path? Or I should place a file in some certain place?

Please advise.

Continue reading...
 
Status
Not open for further replies.
Top