Project

General

Profile

Actions

Bug #45740

closed

typo3 6.0.2 now with windows pathes??

Added by Paul A. Auwehla over 11 years ago. Updated over 11 years ago.

Status:
Rejected
Priority:
Won't have this time
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2013-02-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Downloaded
wget http://prdownloads.sourceforge.net/typo3/typo3_src-6.0.2.tar.gz
This is the copied link from the download pages Source tar.gz button!

Tried to start, but:

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in typo3_src-6.0.2/typo3/index.php on line 37

The lines in the root index.php are:
:::
require 'typo3/sysext/core/Classes/Core/Bootstrap.php';
\TYPO3\CMS\Core\Core\Bootstrap::getInstance()->baseSetup('');

require(PATH_tslib . 'index_ts.php');
:::
Isnt this a Windows file path??

Same with typo3/install/index.php
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in typo3_src-6.0.2/typo3/install/index.php on line 37
Parse error: syntax error, unexpected T_STRING in typo3_src-6.0.2/typo3/install/index.php on line 37

install/index.php looks like this:
:::
require '../sysext/core/Classes/Core/Bootstrap.php';
\TYPO3\CMS\Core\Core\Bootstrap::getInstance()
->baseSetup('typo3/install/');
:::

Shouldnt typo3 6.0.2 give a little
warning instead: Work from php 5.3 on?

Actions

Also available in: Atom PDF