С 4.5 забросил это всё, ну изменения шикарные. В списке изменений, последнее ничего не понял, видимо много пропустил ;D                            
            
                     
            
            
            
                and how to get accessed through localhost?                            
            
                     
            
            
            
                Not fully compatible with RTL support                            
            
                     
            
            
            
                Ребята, в загрузках mp3 файл не скачивается, а с разу открывается в браузере.                            
            
                     
            
            
            
                Sorry, ist woked, thanks!                            
            
                     
            
            
            
                @praneeth, 
Again error:
SQLSTATE[HY000]: General error: 1089 Incorrect prefix key; the used key part isn't a string, the used length is longer than the key part, or the storage engine doesn't support unique prefix keys
SQLSTATE[42000]: Syntax error or access violation: 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key                            
            
                     
            
            
            
                @Damage , it's a SQL error. Simply open /install/SQL/install.sql
&
Find 
Indexes for table `notifications'
- then change values to 120
Eg :- `module`(120), `event_type`(120)
Now  find 
CREATE TABLE `email_messages`
& Add this line before it.
DROP TABLE IF EXISTS `email_messages`;
Save and install. All done.