Project

General

Profile

Actions

Task #55489

closed

Travis Builds broken cause of errors in DatabaseConnection

Added by Georg Ringer about 10 years ago. Updated about 10 years ago.

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

Actions #1

Updated by Georg Ringer about 10 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?

Actions #2

Updated by Georg Ringer about 10 years ago

  • Status changed from Accepted to Closed

works at least now again

Actions

Also available in: Atom PDF