drupal-4.5.0, have been installed and configured correctly in Apache2 + PHP4 + MySQL, is still unable to creat a new account, owing to this error:"Fatal error: Call to undefined function: mail() in /opt/apache/htdocs/sirtoozee/drupal-4.5.0/modules/user.module on line 361
".
I haven't met such error in other drupal 4.4.X releases before,however.
strict warning: var: Deprecated. Please use the public/private/protected modifiers in C:\apache2triad\htdocs\drupal\themes\engines\xtemplate\xtemplate.inc on line 42.
strict warning: var: Deprecated. Please use the public/private/protected modifiers in C:\apache2triad\htdocs\drupal\themes\engines\xtemplate\xtemplate.inc on line 43.
strict warning: var: Deprecated. Please use the public/private/protected modifiers in C:\apache2triad\htdocs\drupal\themes\engines\xtemplate\xtemplate.inc on line 44.
I want to use durpal for its website.
However, I am not able to setup the database (as sf.net folks have given only one database of mysql, ie., vox). Since it is not named durpal, the installation is not working.
I am not new to linux but I am new to apache/php/drupal. So I have tried to follow the instructions: installed apache, mysql, and drupal on my Gentoo linux system. Here are the versions that I am working with:
PHP 4.3.9 (cli) (built: Nov 30 2004 19:25:45)
Server version: Apache/2.0.52
When I load up the page, I am getting the contents of the index.php file!! It looks like apache is not understanding that php should be interpreting the code. Any pointers on how to make apache recognize this would help!!
I just know that I am having a huge blonde moment...but when I am in "settings" and trying to tweak the configuration for my site I keep getting the "The directory (whatever directory) does not exist." error message. This would be for the file system path.
I created a directory (because it said one needed to exist). I have tried running a full path to it (home/blahblah/public_html/directory) and it still says it doesn't exist.
What am I doing wrong? I even tried just putting /directory for the file path and that didn't work.