I didn't check, but did you have a lot of stories already? I've never tried switching them like that to see what happens first-hand, but I imagine it's not good, because the existing story text isn't in the database, either. Unless you were using the database before, and somehow it accidentally got switched to folders in the settings (and thus is the cause of the problem)? For a smaller archive this might not be a big deal to redo but larger ones it could be problematic.
I guess you were right. I just discovered that now all the previous story chapters will not show up, so I changed the save stories to (in submission settings) back to Files. Now the previous stories' chapters are showing up again, which is strange because everything looked to be fixed the other day. I just don't know what to do anymore and I've searched and searched here but haven't found the solution. I don't want to keep doing things that will make the situation worst.
If anyone knows a solution to this problem would you please pass it along?
This is the error message I am getting now when I try to add a new chapter or story:
Warning: fopen(stories/1/122.txt) [function.fopen]: failed to open stream: Permission denied in /home/xxx/public_html/stories.php on line 254
Warning: chmod() [function.chmod]: No such file or directory in /home/xxx/public_html/stories.php on line 260
When it's set to Mysql this doesn't happen but that does me no good unless I repost everyone's story chapters again.
*icon - http://justinchatwinfan.com/
Have you talked to your host? I've seen similar issues a couple of times that were due to the server's particular settings, and after talking to their hosting companies the issues were resolved.
Have you talked to your host? I've seen similar issues a couple of times that were due to the server's particular settings, and after talking to their hosting companies the issues were resolved.
Yes, I've done that. I guess I'll have to wait until it's resolved on that end. Thank you.
*icon - http://justinchatwinfan.com/
It's a server permissions problem not in the script. Either your stories folder or the folders inside of them aren't chmod'd to 777 (or 755 depending on server configuration) or your host has safe_mode enabled and you're no longer allowed to fopen, etc. via a script.
