Hi, I am setting up the co-op for the first time and get this error message "You must set the ad network .txt file to be writable." I've tried chmodding the text file to 666, 755 and 777 with no luck. Any ideas? Thanks, Todd ps. the domain is www.westcoastsurfing.com
It has to be at least 666 Check in your code that you are calling the right .php file, it sounds like you aren't
ok, i changed the reference to the text file to an absolute path, and now there is no error message, just blank space (no ads either) how can i test to see if the server really accepted the chmod? is there a way i can try and write to the file?
If you restart your FTP program then go back and try to change it again, it shouldn't have changed from 666. (You can edit CHMOD with SmartFTP)
ya, the file is definitely set at 777 still, but still no love... i'll try and ask my server hosts if they know what's up. thanks.
Did you check here? http://co-op-faq.blogspot.com/ I didn't write it so don't know if it is there but you might be lucky.
put this up on your page <? echo 'hello' ?> If you don't see "hello" on your page it means you aren't parsing. (this is, in case you are using htm pages)
i can see the 'hello' ... i was pretty sure that was going to work seeing how i saw the original error message.... (it might be a permissions problem w/the text file im thinking)
I posted this on another thread, but it might apply here as well.. Another problem I commonly see on PHP systems is that the txt file will NOT be generated for you properly.. depending on permissions of the directory itself. If this is the case, you muse CREATE a blank file named the same as your AD file and then upload it and set its permissions. So if you've checked and double checked, and still can't find what is wrong, try making the file yourself (blank) and then upload/set permissions and see if it works. Worked for me.