Topic: Seemingly random "Unable to create..." errors
Hi all,
I've been getting rather strange errors. I kinda fooled around with the punBB login in order to integrate it into our website, and I've been getting these seemingly random "Unable to create post" or "Unable to create topic" errors.
When creating posts I get it really randomly, but as for topics I couldn't create one yet...
When I used a different approach to the login system, it didn't come up this often...
Right now I modded it that it doesn't use cookies for authentication, it stores stuff in $_SESSION. Anyway, if I dump $pun_user right before the query would be executed, it seems it's all there...
The server runs IIS and MySQL.
Any thoughts on what the problem could be?