URL to your eFiction: http://www.panbox.com.br
Version of eFiction: 3.2.1
Version of PHP: 4.4.4
Version of MySQL: 4.1.21-standard-log
Have you searched for your problem: yes
State the nature of your problem:
I have two authors that are having problems when uploading a story. They add a new story or update an old one and everything comes out ok. But when we click to see the story, there's no text. When I check the files on server, they are not in the author's folders. The script is not creating the stories files. The stories folder and these authors' folders are all CHMODed 777, and my site has safe mode on. Link to one of the missing chapters: http://www.panbox.com.br/viewstory.php?sid=1244&chapter=3
I had this problem some weeks ago: https://efiction.org/forums/index.php?topic=5185.0
Thanks
If safe mode is on, you might have to chmod to 755 instead.
******************************************
Mucking around in eFiction since circa 2001 (ver. 1.0)
Now running v.3
You may need to CHOWN (or have your host do it) the stories folder and the folders inside it to "nobody" or whatever apache is running on.
Check your stories folder instead of the storie/number/ folder for the missing stories. I've been having an issue very like this where the stories are going into the main stories folder instead of the profile folder.
You may need to CHOWN (or have your host do it) the stories folder and the folders inside it to "nobody" or whatever apache is running on.
That worked for me!!
Thank you all for the answers ^^