Hello, I get this in the easycashviral membership site script. How can I fix it to work? Warning: file_get_contents(../content/.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /home/firstopp/public_html/functions.inc.php on line 52 Thanks, Roger
We would need more info then you provided in order to help you. Basically this error says that some file is missing that's all.
(../content/.txt) the file name isn't correct it should be (../content.txt) or perhaps content.txt doesn't exists check the path
Make sure all the things it wants are there on your server. If not, make them, but also make sure they're in the right directories.
Hello, Ok, It's been a while, but I did find out the problem. I'm using the script on firstopp.com currently and it works great. The problem was I had to create the .txt documents before ever trying to click on the link I needed. It was simple as the script made the .txt docs for me and it now works. Yes, I know it's kinda funny! Opps!