Relative Content

Tag Archive for typo3extbase

TYPO3 Jobfair Undefined array key attachment

Jobfair extension is working until the moment when i try to send the application form, i got the error, in error log it looks:
Exception: PHP Warning: Undefined array key “attachment” in /home/typo3conf/ext/jobfair/Classes/Controller/JobController.php line 543

TYPO3 Jobfair Undefined array key attachment

Jobfair extension is working until the moment when i try to send the application form, i got the error, in error log it looks:
Exception: PHP Warning: Undefined array key “attachment” in /home/typo3conf/ext/jobfair/Classes/Controller/JobController.php line 543

TYPO3 Jobfair Undefined array key attachment

Jobfair extension is working until the moment when i try to send the application form, i got the error, in error log it looks:
Exception: PHP Warning: Undefined array key “attachment” in /home/typo3conf/ext/jobfair/Classes/Controller/JobController.php line 543

Extend tt_address with a mm_relation (Typo3 12)

I’ve been trying to extend tt_address with a mm_relation with not much luck so far. Anything I can find online is just for a regular relation, where the ID is saved directly into the same table, not an extra _mm table.
The backend looks fine so far, the way I want it with a selectMultipleSideBySide renderType. It also saves the relations to the database.