sonesay 7 Report post Posted July 2, 2008 Any ideas whats up with this error? It just started appearing now. Share this post Link to post Share on other sites
DeM0nFiRe 0 Report post Posted July 15, 2008 Are you using any pre-made scripts? If so, we kinda need to know that :)Looks to me like one of a few things has happened1) You ran out of space on your hosting account. It looks like this script is trying to save data in files rather than in databases and it looks like you have no space left for it to write.2) You are trying to open, without creating, a file that does not exist.3) You are trying to open a file that has it's permissions set too low. Share this post Link to post Share on other sites
sonesay 7 Report post Posted July 15, 2008 Are you using any pre-made scripts? If so, we kinda need to know that Looks to me like one of a few things has happened1) You ran out of space on your hosting account. It looks like this script is trying to save data in files rather than in databases and it looks like you have no space left for it to write.2) You are trying to open, without creating, a file that does not exist.3) You are trying to open a file that has it's permissions set too low. Thanks for your ideas but I'm certain its none of the above. All the code is my own and I never write to files or open them. The only thing it uses is mysql databases and I am not even near full capacity. What I know is this error appears when we have a problem with mysql and myphpadmin not working. It happens and their errors are similar in description about not being able to write as described by other members. Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted July 15, 2008 There seems to be an issue with write permissions on the mysql server for certain files/features.Don't take this reply as the entire story though.Opaque and the Server Techs are reviewing the DB connection and write issues currently and with any luck, they will resolve the issue asap. Share this post Link to post Share on other sites