Dolibarr ERP & CRM » Bugs » bug #1027
Call to a member function initHooks() on a non-objectDernières modifications
Répondre
État Détails |
Submitted by: | damien clochard (daamien) | | Submitted on: | 07/08/2013 16:49 |
Last Modified On: | 07/08/2013 17:23 | |
Summary: | Call to a member function initHooks() on a non-object |
Description: | I just upgraded a 3.2 directory to the last 3.4 from github and I get this error when loading the index.php
Fatal error: Call to a member function initHooks() on a non-object in /var/www/laboerp.dalibo.info/core/lib/security2.lib.php on line 134 |
Step to reproduce bug: | |
Version: | 3.4.0 | | Category: | Other |
Severity: | 5 - Major | | OS Type/Version: | |
PHP version: | | | Database type and version: | |
Etat |
Status: | Need more info | | Assigned to: | HENRY Florian (fhenry) |
Resolution: | Aucun | |
Commentaires- damien clochard 07/08/2013 17:23
- I did 3.2 -> 3.4 . It worked fine last month.
I can reach the /install/ folder and run the 3.2->3.3 and then the 3.3->3.4 data migration script
But the error remains on index.php
$ php --version
PHP 5.3.3-7+squeeze16 with Suhosin-Patch (cli) (built: Jul 17 2013 17:04:11)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH
- HENRY Florian 07/08/2013 17:16
- Did you did 3.2->3.3->3.4 ?
I check this part of the code and the hookmanger is define into master.inc.php that is include into main.inc.php that call the method dol_loginfunction of the file security2.lib.php.
What your php version ?
|
|
I can reach the /install/ folder and run the 3.2->3.3 and then the 3.3->3.4 data migration script
But the error remains on index.php
$ php --version
PHP 5.3.3-7+squeeze16 with Suhosin-Patch (cli) (built: Jul 17 2013 17:04:11)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH