Hello all,
I'm running apache2 on my by Dapper Server box. I wanted to get wordpress up and running, so installed all of the required packages (mysql, php4, etc), but when I try and use the wordpress, I get the error:
Code:
Fatal error: Call to undefined function: wp() in /var/www/wordpress/wp-blog-header.php on line 14
I have a feeling that this means wordpress doesn't have the rights to access/modify any files under the /var/www/ folder. Heck, I don't even have rights to do this. I always have to sudo to do anything in that folder. Is there anyway to change this so that wordpress can use this folder properly? Also, any hints on the setup of that folder would be great.
Vital_101