Posted by linuxdee on April 7, 2016 at 3:43am
OpenAtrium 7.x-2.60 installing error!
After installed 154 module, And configed the site infe.When I install app or skip install app,there is error codes:
Notice: Undefined index: oa_theme in drupal_theme_initialize() (line 100 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Trying to get property of non-object in _drupal_theme_initialize() (line 146 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_load_registry() (line 335 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_load_registry() (line 319 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_build_registry() (line 713 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_build_registry() (line 713 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_build_registry() (line 713 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_save_registry() (line 343 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Undefined index: oa_theme in drupal_theme_initialize() (line 100 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Trying to get property of non-object in _drupal_theme_initialize() (line 146 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Undefined index: oa_theme in drupal_theme_initialize() (line 100 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Trying to get property of non-object in _drupal_theme_initialize() (line 146 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Undefined index: oa_theme in drupal_theme_initialize() (line 100 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Trying to get property of non-object in _drupal_theme_initialize() (line 146 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Undefined index: oa_theme in drupal_theme_initialize() (line 100 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Trying to get property of non-object in _drupal_theme_initialize() (line 146 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Undefined index: oa_theme in drupal_theme_initialize() (line 100 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Trying to get property of non-object in _drupal_theme_initialize() (line 146 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Undefined index: oa_theme in drupal_theme_initialize() (line 100 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Trying to get property of non-object in _drupal_theme_initialize() (line 146 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Undefined index: oa_theme in drupal_theme_initialize() (line 100 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Notice: Trying to get property of non-object in _drupal_theme_initialize() (line 146 of /var/www/atrium.drupalpi.cn/includes/theme.inc).
Comments
I have the same problem ! any
I have the same problem ! any issues ?
I recently installed it fine.
I recently installed it fine. Could try 7.x-2.62 (or maybe you already have). Otherwise my only guess is this "you should ensure your PHP memory_limit is set to at least 256M and your MySQL max_allowed_packet is at least 32M" (check you php.ini).
still getting errors
my max_allowed_packet is 256M as is the memory limit. I get this error from MySQL:
160428 13:56:26 InnoDB: ERROR: the age of the last checkpoint is 9445358,
InnoDB: which exceeds the log group capacity 9433498.
InnoDB: If you are using big BLOB or TEXT rows, you must set the
InnoDB: combined size of log files at least 10 times bigger than the
InnoDB: largest such row.
and this error from php
[28-Apr-2016 15:56:44] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 10351392 bytes) in /usr/share/pear/drush/commands/core/drupal/batch.inc on line 254
Why not install it on
Why not install it on Pantheon (https://pantheon.io/) and then once you have it working as you want it to, export it to wherever you are trying to host it.
Ed Carlevale
Drupal Developer, MIT Energy Club
Google the error(s) and try solutions you find...
....especially stackexchange answers, like maybe this one:
http://dba.stackexchange.com/questions/16510/mysql-innodb-innodb-error-t...
More errors!
Hello, I also had a lot of problems during the installation, but unfortunately I did not copy them. At the end it worked giving all the privileges to the database user, and not only the ones asked in https://www.drupal.org/documentation/install/create-database#direct.
A have a shared server with max_allowed_packet 16M, and I can not increase it. Is it possible to tune OA in some way? Or should I just not use it?
The problem is that it is really slow (in general the server works fast), and, almost always, while saving changes or sending email I receive the error 504 - Gateway Timeout. Could this be related with the memory issue? Any suggestion?