I tried to update my 1.3.
But when the 1.4.2 files are uploaded, it displays only the message:
fatal error:
What could be the problem?
I have run update.php after uploading the files .
But it doesn't work to
http://titouan.verhille.free.fr
Thanks for your help
Thilde
Was there a detailed error message? Just in case it might help, we have a French language support board. Your English is fine, but since your site is in French, just thought you might be interested if it would help you.
Do you have run the update.php? This is necessary, i have forgotten it too. ;)
I had the same problem. I solved it by replacing the '.' in the database name by a '_' (in the config.inc.php file). You should use titouan_verhille instead of titouan.verhille for database name.
José
database names or database tables mustn't contain dots according to mysql specifications. If you have a dot in the db name, get rid of it asap.