Hi,
Just now I tried to install drupal for the first time. I have taken the latest version drupal-4.7. I am using the xampp-1.5.0 for Apache,Php,Mysql. I followed the intsructions given in the INSTAL.txt file. During installation I dint specify any smtp address or IMAP address anywhere, then during first installation while creating admin account a mesage is displayed saying password will be sent to ur mail id. How can it send when there is no mail settings configured.
And also one more thing. After I installed there are three warning messages displayed on the screen.
The following are the warning messages
Warning: Illegal mix of collations (utf8_general_ci,COERCIBLE) and (latin1_swedish_ci,IMPLICIT) for operation 'like' query: SELECT * FROM access WHERE status = 1 AND type = 'host' AND LOWER('127.0.0.1') LIKE LOWER(mask) in /opt/lampp/htdocs/drupal/includes/database.mysql.inc on line 120
Warning: Illegal mix of collations (utf8_general_ci,COERCIBLE) and (latin1_swedish_ci,IMPLICIT) for operation 'like' query: SELECT * FROM access WHERE status = 0 AND type = 'host' AND LOWER('127.0.0.1') LIKE LOWER(mask) in /opt/lampp/htdocs/drupal/includes/database.mysql.inc on line 120
warning: Cannot modify header information - headers already sent by (output started at /opt/lampp/htdocs/drupal/includes/database.mysql.inc:120) in /opt/lampp/htdocs/drupal/includes/common.inc on line 139.
Any Help Please???
Regards
Indraveni
Comments
For the first question, you
For the first question, you don't have to type mail configuration. If you type your e-mail address in, you will receive an e-mail from your server. By the way, you are talking about SMTP, not IMAP, right?
Your database seems to be having issues with languages. UTF8 and Swedish are mixied.
--
Samurai Coder : Learning Cocoa(Objective-C), AppleScript, PHP, Ajax and Rails