Project

General

Profile

Actions

Feature #43477

closed

Better error handling on dummy without permissions (instead of "RuntimeException" Fatal Error)

Added by Ernesto Baschny over 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2012-11-30
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:

Description

If you unpack the dummy package in a blank vhost, but the webserver has no permissions to create files (under typo3temp etc) you get a PHP "Fatal Error" like this:

Fatal error: Uncaught exception 'RuntimeException' with message 'Could not create directory "/.../typo3temp/Cache/Code/cache_core/"!' in /.../typo3_src/typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php on line 197

While this is all true, this is probably the first impression a newby user will get from TYPO3's "usability".

Better would be at this situation output a nice instruction page (or a link to a Wiki page) on how to proceed (i.e. how to change permissions, which directories needs to have "write permissions" etc..).


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #11771: Check for write-permissions before installationClosedAlexander Opitz2010-12-29

Actions
Actions #1

Updated by Ernesto Baschny over 11 years ago

  • Subject changed from Nicer error output on dummy package without permissions to Better error handling on dummy without permissions (instead of "RuntimeException" Fatal Error)
  • Complexity set to medium
Actions #2

Updated by Alexander Opitz almost 11 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF