| Wednesday 17 September 2008 12:10:07 pm 
                                                                 Hi Andrew Thanks, you are right about the include/path. I thought I set it but apparently the config file wasn't put correctly so no changes are made. 
But now I still don't have access to anything else but the homepage.When I add /admin to the url I see the 4.0.1 backend, but also the message that no database is connected.
 
I ran the dbupdate and get this report:auto-rehash TRUE
 character-sets-dir (No default value)
 default-character-set latin1
 compress FALSE
 database ezc
 delimiter ;
 vertical FALSE
 force FALSE
 named-commands FALSE
 local-infile FALSE
 no-beep FALSE
 host (No default value)
 html FALSE
 xml FALSE
 line-numbers TRUE
 unbuffered FALSE
 column-names TRUE
 sigint-ignore FALSE
 port 3306
 prompt mysql>
 quick FALSE
 raw FALSE
 reconnect TRUE
 socket /var/run/mysqld/mysqld.sock
 table FALSE
 debug-info FALSE
 user lybaertg
 safe-updates FALSE
 i-am-a-dummy FALSE
 connect_timeout 0
 max_allowed_packet 16777216
 net_buffer_length 16384
 select_limit 1000
 max_join_size 1000000
 secure-auth FALSE
 I also ran the migrate routine and on checkin the database the ezurlalias_ml_migrate table is correctly filled. But restore doesn't work. Not one item is restored. I tried to copy the items directly from one table to the other, with this command: INSERT INTO `ezc`.`ezurlalias_ml` SELECT id, link, parent, lang_mask, text, action, is_original, is_alias, lang_mask_adjusted FROM `ezc`.`ezurlalias_ml_migrate` 
But this gives this error:SQL-query:
 
INSERT INTO `ezc`.`ezurlalias_ml` SELECT id, link, parent, lang_mask, text,
 ACTION , is_original, is_alias, lang_mask_adjusted
 FROM `ezc`.`ezurlalias_ml_migrate`
 MySQL returned:  #1136 - Column count doesn't match value count at row 1 
If I can't solve this I'm going to perform a fresh install, but thanks for anyone who wants to take a look at this.BR
 Geert
 |