daithi-coombes / api-connection-manager

Manages connections and requests to 3rd party providers or services
0 stars 1 forks source link

fatal error: get property of non object module:649 #71

Closed daithi-coombes closed 11 years ago

daithi-coombes commented 11 years ago

Trying to get property of non-object in /var/www/cityindex.loc/labs.cityindex.com/httpdocs/wp-content/plugins/api-connection-manager/class-api-con-mngr-module.php on line 649

daithi-coombes commented 11 years ago

Error is caused when a module tries to load params

The stack trace:

PHP Notice:  Trying to get property of non-object in /var/www/cityindex.loc/labs.cityindex.com/ht
tpdocs/wp-content/plugins/api-connection-manager/class-api-con-mngr-module.php on line 649
PHP Stack trace:
PHP   1. {main}() /var/www/cityindex.loc/labs.cityindex.com/httpdocs/wp-admin/index.php:0
PHP   2. require_once() /var/www/cityindex.loc/labs.cityindex.com/httpdocs/wp-admin/index.php:12
PHP   3. require_once() /var/www/cityindex.loc/labs.cityindex.com/httpdocs/wp-admin/admin.php:30
PHP   4. require_once() /var/www/cityindex.loc/labs.cityindex.com/httpdocs/wp-load.php:29
PHP   5. require_once() /var/www/cityindex.loc/labs.cityindex.com/httpdocs/wp-config.php:29
PHP   6. require_once() /var/www/cityindex.loc/labs.cityindex.com/httpdocs/wp-config.local.php:97
PHP   7. include_once() /var/www/cityindex.loc/labs.cityindex.com/httpdocs/wp-settings.php:166
PHP   8. API_Connection_Manager->__construct() /var/www/cityindex.loc/labs.cityindex.com/httpdocs
/wp-content/plugins/api-connection-manager/index.php:58
PHP   9. API_Connection_Manager->_get_installed_services() /var/www/cityindex.loc/labs.cityindex.
com/httpdocs/wp-content/plugins/api-connection-manager/class-api-connection-manager.php:95
PHP  10. include() /var/www/cityindex.loc/labs.cityindex.com/httpdocs/wp-content/plugins/api-conn
ection-manager/class-api-connection-manager.php:285
PHP  11. Dropbox_API_Module->__construct() /var/www/cityindex.loc/labs.cityindex.com/httpdocs/wp-
content/plugins/api-con-mngr-modules/dropbox/index.php:153
PHP  12. API_Con_Mngr_Module->__construct() /var/www/cityindex.loc/labs.cityindex.com/httpdocs/wp
-content/plugins/api-con-mngr-modules/dropbox/index.php:33
PHP  13. API_Con_Mngr_Module->get_params() /var/www/cityindex.loc/labs.cityindex.com/httpdocs/wp-
content/plugins/api-connection-manager/class-api-con-mngr-module.php:302
daithi-coombes commented 11 years ago

issue was development branch in labs.cityindex (staging), its working with master.