when I try to get my first user(administrator) account I get the following error:
how to fix it?
also is there any way to set passwords without using email?
Fatal error: Call to undefined function: mail() in /home/skopel/public_html/drupal/modules/user.module on line 237
I get the following error in my browser when running the latest drupal...
Warning: dl() [function.dl]: Dynamically loaded extensions aren't allowed when running in Safe Mode in /var/www/html/includes/xmlrpc.inc on line 44
warning: Cannot modify header information - headers already sent by (output started at /var/www/html/includes/xmlrpc.inc:44) in /var/www/html/includes/common.inc on line 1233.
warning: Cannot modify header information - headers already sent by (output started at /var/www/html/includes/xmlrpc.inc:44) in /var/www/html/modules/user.module on line 608.
Just did a fresh install of 4.4.0, running php5.0rc1. Everything seems to work except that I get the following:
warning: array_merge() [function.array-merge]: Argument #1 is not an array in /usr/home/www/simiantech/htdocs/includes/module.inc on line 37.
warning: array_merge() [function.array-merge]: Argument #2 is not an array in /usr/home/www/simiantech/htdocs/includes/module.inc on line 37.
warning: array_merge() [function.array-merge]: Argument #1 is not an array in /usr/home/www/simiantech/htdocs/includes/module.inc on line 37.
I wanted a menu item that pointed to the general image gallery (?q=image). It looks like there is code in the image_link function to put a link on the menu bar, but i don't get a link that says 'image gallery' there, no matter who i log in as. am i missing something?