Author Topic: Upgrade from 1.7.5 to 2.0.0.8 failure  (Read 1792 times)

manucpam

  • Newbie
  • *
  • Posts: 1
    • View Profile
Upgrade from 1.7.5 to 2.0.0.8 failure
« on: June 01, 2012, 11:38:10 am »
Hi,

I tried to upgrade my FO 1.7.5 to 2.0.0.8 Stable with evolution of Mysql version without success.
Actions done:
Dumped my DB in one server Mysql 5 and restore it in a mysql 5.5 server
Copied the fo sources and restored directories (./config, ...) from FO 1.7.5
Lauched /.../fengoffice/public/upgrade
Received the error message : Failed to execute DB schema transformations. MySQL said: Table 'og_projects' doesn't exist
After investigating, it seems that the used code from fengoffice/public/upgrade/templates/db_migration/2_0_asado.php use by default og_ for table prefix. My own prefix is feng_.
After modifying this php file with my prefix, the upgrade seems good : message upgrade successful displayed.
Selected the 'object permission migration process', no error message displayed
After apache restart, the connection to /myserver/fengoffice/index.php?c=access&a=login display a blank page. There is no error in error.log file.

Have you any idea to resolve this issue ?
Thanks a lot.