Feb 8th, 2011, 11:33 AM
Hi,
the problem sounds familiar, but i do not remember what the issue was..
is the connection to the mysql-db still there? is it on the same server?
it should not be a big effort to update to a new installation...
- use phpmyadmin to export the complete database
- install new installation parallel to another folder and set up a new database
- import data from the backuped database into the new one through phpmyadmin
even if you do it the first time you should find plenty of documentation if you get stuck... or just post it here...
just make sure you use the same database prefix (default is ft_)... otherwise you will need to rename them all...
Cheers,
Hannes
the problem sounds familiar, but i do not remember what the issue was..
is the connection to the mysql-db still there? is it on the same server?
it should not be a big effort to update to a new installation...
- use phpmyadmin to export the complete database
- install new installation parallel to another folder and set up a new database
- import data from the backuped database into the new one through phpmyadmin
even if you do it the first time you should find plenty of documentation if you get stuck... or just post it here...
just make sure you use the same database prefix (default is ft_)... otherwise you will need to rename them all...
Cheers,
Hannes