Community « Discussion forum « Installation support «
Fatal error during installation [Solved]
This is a completely clean, new installation. First configuration screen results okay, but the next button leads to this error:
Fatal error: Cannot redeclare class Drupal in /services/xml_rpc_drupal.login_hook.php on line 35
If I return to the root directory, I see the basic root page; but if I attempt to go to the control panel, it gives a page saying "please configure software extensions." The link given is for /control/scan.php. Following that link results in the same error.
Looks like someone else ran into this (see Bogue des mises à jour résolu ! [résolu]) but I can't figure out if they solved it or not - my knowledge of French ends at "zut alors!"
Fatal error: Cannot redeclare class Drupal in /services/xml_rpc_drupal.login_hook.php on line 35
If I return to the root directory, I see the basic root page; but if I attempt to go to the control panel, it gives a page saying "please configure software extensions." The link given is for /control/scan.php. Following that link results in the same error.
Looks like someone else ran into this (see Bogue des mises à jour résolu ! [résolu]) but I can't figure out if they solved it or not - my knowledge of French ends at "zut alors!"
Solution Manager: Bernard
Immediate solution has been provided| Bernard from nearby-an-airport Associate, 6937 posts | This happens when some scripts are duplicated under the YACS installation tree. This is because the setup assistant loads every script of some kind. If two of them are defining the same class, because they have been duplicated, there is a collision and PHP just dies. Please ensure that the YACS installation only contains fresh scripts, with no copy from a previous version, etc. Many thanks for your interest in YACS, and let us know how it goes. |
| Dlovegrove 5 posts | Yes, that was it. I'm not sure how I did that, but... Thank you! |
