Actions
Task #55489
closedTravis Builds broken cause of errors in DatabaseConnection
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Tests
Target version:
-
Start date:
2014-01-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
see https://travis-ci.org/TYPO3/TYPO3.CMS/jobs/17958949
INSERT INTO sys_file_metadata (file,pid,crdate,tstamp,cruser_id) VALUES ('1','0','1391149164','1391149164',NULL)
=> Column 'cruser_id' cannot be null
Updated by Georg Ringer almost 11 years ago
code looks like
'cruser_id' => TYPO3_MODE == 'BE' ? $GLOBALS['BE_USER']->user['uid'] : 0
so I guess the TYPO3_MODE is BE but there is no BE_USER initialized?
Updated by Georg Ringer over 10 years ago
- Status changed from Accepted to Closed
works at least now again
Actions