Tags: php
Setup and install of multiuser phpMyID (OpenID) under Plesk
November 16th, 2008Been having a look at OpenID. It seems like a really good idea. I have loads of user names and passwords to all the support sites on the internet. You try and pick the same one on each but occasionally there is another joebloggs out there who steals your… more »
Fixing PHP's require "open_basedir restriction in effect" on Plesk
December 30th, 2007When moving from Ensim to Plesk I noticed that all my PHP programs stopped working. Every relative pathed file I had added to a require() statement errorred with the message:
open_basedir restriction in effect
I added the current directory ('.') to… more »