Good day to all.
After upgrade when i click on any object i see:
Query failed with message 'Table 'opengoo.og_object_subscriptions' doesn't exist'
Error params:
File: /var/www/apache2/html/opengoo/environment/library/database/adapters/AbstractDBAdapter.class.php
Line: 371
Sql: SELECT `object_id`, `object_manager`, `user_id` FROM `og_object_subscriptions` WHERE `object_id` = '20' AND `object_manager` = 'ProjectTasks' AND `user_id` = '1'
Error number: 1146
Error message: Table 'opengoo.og_object_subscriptions' doesn't exist
Backtrace:
#0 /var/www/apache2/html/opengoo/environment/library/database/adapters/AbstractDBAdapter.class.php(270): AbstractDBAdapter->prepareAndExecute('SELECT `object_...', NULL)
#1 /var/www/apache2/html/opengoo/environment/library/database/DB.class.php(168): AbstractDBAdapter->executeOne('SELECT `object_...', NULL)
#2 /var/www/apache2/html/opengoo/environment/classes/dataaccess/DataManager.class.php(361): DB::executeOne('SELECT `object_...')
#3 /var/www/apache2/html/opengoo/environment/classes/dataaccess/DataManager.class.php(331): DataManager->loadRow(Array)
#4 /var/www/apache2/html/opengoo/environment/classes/dataaccess/DataManager.class.php(236): DataManager->load(Array, false)
#5 /var/www/apache2/html/opengoo/application/models/object_subscriptions/base/BaseObjectSubscriptions.class.php(160): DataManager->findById(Array, false)
#6 /var/www/apache2/html/opengoo/application/models/object_subscriptions/base/BaseObjectSubscriptions.class.php(162): BaseObjectSubscriptions->findById(Array, false)
#7 /var/www/apache2/html/opengoo/application/models/ProjectDataObject.class.php(1185): BaseObjectSubscriptions->findById(Array)
#8 /var/www/apache2/html/opengoo/application/views/object/list_subscribers.php(

: ProjectDataObject->isSubscriber(Object(User))
#9 /var/www/apache2/html/opengoo/environment/classes/template/Template.class.php(74): include('/var/www/apache...')
#10 /var/www/apache2/html/opengoo/environment/classes/template/Template.class.php(46): Template->includeTemplate('/var/www/apache...')
#11 /var/www/apache2/html/opengoo/environment/classes/template/template.php(35): Template->fetch('/var/www/apache...')
#12 /var/www/apache2/html/opengoo/application/helpers/application.php(746): tpl_fetch('/var/www/apache...')
#13 /var/www/apache2/html/opengoo/application/views/co/view.php(143): render_object_subscribers(Object(ProjectTask))
#14 /var/www/apache2/html/opengoo/environment/classes/template/Template.class.php(74): include('/var/www/apache...')
#15 /var/www/apache2/html/opengoo/application/views/task/view_list.php(106): Template->includeTemplate('/var/www/apache...')
#16 /var/www/apache2/html/opengoo/environment/classes/template/Template.class.php(74): include('/var/www/apache...')
#17 /var/www/apache2/html/opengoo/environment/classes/template/Template.class.php(46): Template->includeTemplate('/var/www/apache...')
#18 /var/www/apache2/html/opengoo/environment/classes/template/template.php(35): Template->fetch('/var/www/apache...')
#19 /var/www/apache2/html/opengoo/environment/classes/controller/PageController.class.php(111): tpl_fetch('/var/www/apache...')
#20 /var/www/apache2/html/opengoo/environment/classes/Env.class.php(129): PageController->getContent()
#21 /var/www/apache2/html/opengoo/init.php(151): Env::executeAction('task', 'view_task')
#22 /var/www/apache2/html/opengoo/index.php(9): require('/var/www/apache...')
#23 {main}
Autoglobal varibles:
$_GET: Array (
['undefined'] => (string) ''
['ajax'] => (string) 'true'
['c'] => (string) 'task'
['a'] => (string) 'view_task'
['id'] => (string) '20'
['active_project'] => (string) '12'
['view'] => (string) 'week'
['current'] => (string) 'calendar-panel'
)
$_POST:
$_COOKIE: Array (
['PHPSESSID'] => (string) 'rqaqt516kgh0b5loa83n9cpccfqhgt8s'
['id'] => (string) '1'
['token'] => (string) '515e83cdabd402b504dd6a4fb9cf3b84810c9605'
)
$_SESSION: Array (
['cal_version'] => true
['cal_month'] => (string) '10'
['cal_year'] => (string) '2008'
['cal_day'] => (string) '31'
['cal_loginfailed'] => (int)0
['cal_user'] => (string) 'admin'
['cal_userid'] => (int)1
['active_calendar_view'] => (string) 'viewweek'
['year'] => (string) '2008'
['month'] => (string) '10'
['day'] => (string) '31'
)
Execution time:
Total execution time: 0.197324 seconds\
Am I miss table creation in upgrade instructions??
Thanks