Switching to Ubuntu

ajperezcrespo wrote on Sunday, January 08, 2006:

I’ve begun switching over to ubuntu and am at a loss for the following error on the sql-ledger admin url.
http://localhost/sql-ledger/admin.pl
Error
users/members : Permission denied

I even chown -R www-data:www-data /var/www/sql-ledger
no dice.
Thanks

sunsetsystems wrote on Sunday, January 08, 2006:

Do a cd to your sql-ledger directory and see what happens when you try this:

sudo sudo -u www-data touch users/members

(The double sudo is not a typo.  You’ll need to type in your password for root access.)

– Rod
www.sunsetsystems.com

ajperezcrespo wrote on Sunday, January 08, 2006:

Rod, You are the MAN!

Thanks