| 
                                                             Sunday 02 November 2003 5:28:49 am 
                                                            
                                                                
                                                                 Please disregard this posting. I solved the problem by doing what I described below. I'll leave this posting in case other want to check it. I checked previous posting in this forum and I can see that I run into a common problem: installation goes fine, but when I try to log in I see the "kernel (50)" error (I'm installing EZ in a shared hosting service with no shell access which runs Apache) I checked my databaase (mysql 3.23.49a) and can see a bunch of ez tables are created. I checked 'settings/site.ini' and I can see that the DB connection is missing: 
 [DatabaseSettings] 
 DatabasePluginPath= 
 DatabaseImplementation=ezmysql 
 Server=localhost 
 User=root 
 Password=  Database=nextgen I'm very tempted to edit this file but the NOTE recommends not to do it. Instead is recommended to edit 'settings/override/site.ini.append.php'. So I go to this file (which already exists) but I don't know what I'm supposed to do. Should I just paste the portion of 'settings/site.ini' shown below into 'settings/override/site.ini.append.php'? Would it be enough just to add the right Server, User, Password values? 
[DatabaseSettings] 
DatabasePluginPath= 
DatabaseImplementation=ezmysql 
Server=localhost 
User=root 
Password= 
Database=nextgen 
UseSlaveServer=disabled 
ConnectRetries=0 
Charset=iso-8859-1 
UseBuiltinEncoding=true 
Socket=disabled 
SQLOutput=disabled UsePersistentConnection=disabled Thanks Cevic                                                             
                                                                                                                     |