Changeset 109

Show
Ignore:
Timestamp:
01/14/06 08:04:42 (3 years ago)
Author:
sven
Message:

another sanity check: more than one person's had this problem, so..

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/includes_system.php

    r82 r109  
    3636                "; 
    3737        } 
     38        if (!function_exists('mysql_query')) { 
     39                // people have been having a spot of trouble installing elgg without the mysql php module... 
     40                $diemessages[] = " 
     41                        Installation problem: Can't find the PHP MySQL module. 
     42                        Even with PHP and MySQL installed, sometimes the module to connect them is missing. 
     43                        Please check your PHP installation. 
     44                "; 
     45        } 
     46         
    3847         
    3948        if (count($diemessages)) {