[TYPO3-core] RFC: #15563: PHP Catchable Fatal on table 'be_users' during EXPORT
Georg Ringer
mail at ringerge.org
Thu Aug 26 16:28:54 CEST 2010
Hi!
This is an SVN patch request.
Type: Bug, nobrainer
Bugtracker reference:
http://bugs.typo3.org/view.php?id=15563
Branches:
Trunk, 4-4, 4-3
Problem:
Currently impexp can not be used to export records from the root page as
a fatal error is thrown. This is because t3lib_BEfunc::getRecord returns
NULL if no record is found for pages with uid = 0
Solution:
As I don't want to fix the Befunc function because it is so much used, a
fix is provided for impexp itself. It checks if the original id is 0 and
if, it displays the root icon (as the breadcrumb in the top right corner
does).
Additional information:
Reported by Alex Tuveri, patch by myself
Georg
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 15563-error-export.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100826/841d812d/attachment-0001.txt>
More information about the TYPO3-team-core
mailing list