Page 1 of 1

Pear...and drupal

PostPosted: 28. April 2003 23:35
by fries
I'm trying to install drupal on my WAMPP2 install on my machine. I'm getting a db_query() fatal error when trying to run drupal after performing all the mysql bits and bobs.

I read that this is a Pear problem...but I can't see any problem with the pear installation with wampp.

Any ideas???

PostPosted: 05. May 2003 23:46
by PicanteGamer
The same thing happens to me with PHP-Nuke 6.5.

Anyone know how to fix this?

Sorted

PostPosted: 07. May 2003 13:57
by fries
I've sorted it!

Looks like the include path in the php.ini file inside the wampp dir needs to be set to:

include_path = ".;\wampp1\php\pear"

not

include_path = "\wampp1\php\pear"

Hopefully that helps somebody else! :D

wampp1

PostPosted: 07. May 2003 13:58
by fries
Oh yeah, I'm using wampp1 now - its quicker