Bug #22009
closedPHP Fatal Error: Cannot redeclare class backend_toolbarItem [After Typo3 Upgrade]
0%
Description
Login attempts to the admin backend lead to 500 server errors. Php error log reports:
'Cannot redeclare class backend_toolbarItem in c:\inetpub\wwwroot\typo3_src-4.3.1\typo3\interfaces\interface.backend_toolbaritem.php on line 36'
Related/Similar Bugs (ID): 0013237
Windows 2008 with IIS7 using PHP fast cgi.
Migrated servers with Typo3 4.2.x, then successfully upgraded to 4.3.0. However, shortly thereafter when upgrading to 4.3.1 and after updating the symlink to the Typo3 core, the admin backend was inaccessible, leading to 500 internal server errors after entering the login details.
Symlinks were created using the native command 'mklink' which is now available in the newer versions of Windows, (replaces the functionality of 'junctions').
Attempts to revert back to 4.3.0 by updating the symlinks did not help. I have also tried deleting all symlinks and creating them fresh, but the issue still persists.
(issue imported from #M13332)