Project

General

Profile

Actions

Bug #88506

closed

Scheduler generated URLs contain absolute unix paths

Added by Nils Vindice almost 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
scheduler
Target version:
-
Start date:
2019-06-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I use Typo3 v8 with the Aimeos shop extension, which uses \TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder for URL generation. When using the scheduler like recommended by Typo3 docs:

*/15 * * * * /usr/local/bin/php /home/user/www/typo3/sysext/core/bin/typo3 scheduler:run

all URLs generated contain the absolute unix path, eg: https://mypage.com*/home/user/www/typo3/htdocs/*product/....

When switching to the typo3 directory and calling cli_dispatcher from there directly, eg:

 * * * * * cd /home/user/www/typo3 && ./cli_dispatcher.phpsh scheduler

all URLs are created correctly. Same when calling the scheduler manually from the backend.

IMHO, all scheduler calls should return the same results.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #72706: Manually instantiated UriBuilder is incompleteClosed2016-01-14

Actions
Actions

Also available in: Atom PDF