CVS version of Drupal up and happily running.
Wanted to add Taxonomy Access Control. As per instructions, I...
1. Created new tables in DB using phpMyAdmin.
2. Moved taxonomy.access module into Modules.
3. Ran patch in Cygwin on my windows machine...
'patch -p0 taxonomy.module < taxonomy.patch'
This created a reject file:
-------------------------------------------------------
***************
*** 390,396 ****
$blank = '<'. t('none') .'>';
}
Installing drupal w/ PostgreSQL I get this error through PhpPgAdmin
CREATE FUNCTION "if"(boolean, anyelement, anyelement) RETURNS anyelement AS '
SELECT CASE WHEN $1 THEN $2 ELSE $3 END;
' LANGUAGE 'sql';
The event module appears twice in the administator/modules screen. It still appears to work correctly though. I assume that this is a minor error and something that shouldn't be worried about.
I have managed to get DRUPAL working on the server and this is my first time using DRUPAL. very happy over it as I've been trying to make it worked for weeks already! Can anyone help me on this error! This error is under the drupal settings section.
warning: mkdir(files): Permission denied in /srv/www/htdocs/drupal/includes/file.inc on line 77