Author Topic: Hosting migration troubles  (Read 2493 times)

SecretR

  • Freshman
  • *
  • Posts: 10
    • View Profile
Hosting migration troubles
« on: December 17, 2011, 12:24:20 pm »
Hi folks,

I have a problem after migration of FO 1.7.4. I got it working (cache cleared and config altered). However, now I'm not able to open some tasks, various areas are broken. Looking at the application log I see the following report:
Code: [Select]
#1 ERROR: Error: Argument 1 passed to Timeslots::getTimeslotsByObject() must be an instance of ContentDataObject,
instance of ProjectTask given,
called in /home/feng/public_html/application/models/ProjectDataObject.class.php on line
1006 and defined in
 /home/feng/public_html/team/application/models/timeslots/Timeslots.class.php' on
 line 21 (error code: 4096)
#2 DEBUG: SQL ERROR: Query failed with message 'Table 'feng_team.fo_objects' doesn't exist' -
          SELECT e.*, o.* 
          FROM `fo_timeslots` e
          INNER JOIN fo_objects o ON o.id = e.object_id
             WHERE `rel_object_id` = '764' ORDER BY `e`.`start_time`
#3 FATAL: exception 'DBQueryError' with message 'Query failed with message
'Table 'feng_team.fo_objects' doesn't exist'
My question is where I should search for the problem? The only difference is I'm running php 5.3 on the new hosting - maybe Feng is not compatible with php 5.3?
Any help is highly appreciated.

SecretR

  • Freshman
  • *
  • Posts: 10
    • View Profile
Re: Hosting migration troubles
« Reply #1 on: December 20, 2011, 05:42:36 am »
No one?
Could you (feng support) please tell me at least if Feng is compatible with php 5.3+?