A few days ago one of my previous client has contacted me and complained about not being able to auto-update two of his WordPress-based websites. I thought it was some file permission problem, probably the directory the update script was going to be saved was not writable, so I’ve told him to set the permissions of the upgrade folder to 777 and try updating his WordPress again, but didn’t solve the problem…
Comments closedCategory: Development
Last week I have bumped into a small problem that caused me a few hours head ache… I had a desktop application written in Adobe AIR and a server offering web services in PHP. The users of the desktop application could log in and their session variables had to be stored on the server. The only data the desktop application stored was the session ID returned by the web service after logging in.
Comments closed