myDSL Extensions (deprecated) :: php.tar.gz vs php-4-monkey-0.91.tar.gz



Ahh, I have made some progress and managed to get my PHP scripts to run and accept that sqlite is there.

Now i think I am stuck with permission issues trying to create a file.

The code that fails with a permission denied error is

@touch($dbname)

which is supposed to create an empty file.

Anyone have any idea what I need to do to the permissions to let PHP create files?

regards b1m1

Hmmm, chmod 777 -R htdocs
seems to allow the touch command to create the file.

Now I just get a blank screen. No errors. That makes things hard to debug!

b1m1 signing off for now!


original here.