Project

General

Profile

Actions

Bug #53998

closed

Upload does not complete

Added by Peter Murray over 10 years ago. Updated about 10 years ago.

Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-11-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Files upload but are stored with a temporary filename in the fileadmin/user_upload folder (starting with php...).

This is happening in 6.1.5 and 6.1.6 on 2 different TYPO3 installations on the same server. Uploading was working correctly on earlier 6.1 versions.

There are no errors in the logs related to this.

Actions #1

Updated by Markus Klein over 10 years ago

  • Status changed from New to Needs Feedback

Peter, please give us a step by step guide how to reproduce this.
What module are you using? Filelist?

Thanks

Actions #2

Updated by Peter Murray over 10 years ago

To reproduce this:

In new TYPO3 6.1.6 (or 6.1.5) installation.

In Filelist module, create a folder.
In Filelist module, select any folder, click upload icon, choose file(s), click upload.
Regardless of the folder chosen, the uploaded files are stored in fileadmin/user_upload with a filename starting with php.

The same result happens when adding files directly through the media tab on a content element.

Renaming the files from php* to their original names makes them work as expected.

Actions #3

Updated by Peter Murray over 10 years ago

This is still a problem in TYPO3 6.1.7 (new installation on the same server).

What steps should I take to debug this further?

Actions #4

Updated by Alexander Opitz over 10 years ago

Hi Peter,

I cannot reproduce this behavior.

- Can you check with the "Database Analyser" in the Install Tool if the database is correctly setup?
- Can you check if the directories are writeable for the webserver user?
- Which Webserver, Operationsystem, Version of PHP are you using?

Actions #5

Updated by Peter Murray over 10 years ago

Database Analyser reports: Table and field definitions are OK.

Web server writeable for:
fileadmin/
typo3conf/
typo3temp/
uploads/

Centos 5.8
Apache 2.2
PHP 5.4.11

Actions #6

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to New
Actions #7

Updated by Uwe Wenglewski about 10 years ago

We have the same problem!

Red Hat Enterprise Linux Server release 6.4
httpd-2.2.15-26.el6
PHP 5.4.23

Typo3 Version 6.1.6

list of extensions we are using:

Extension key version status
--------------------------------------------------------------------------------
Help>About about 6.1.0 stable
ModulesHelp>About Modules aboutmodules 6.1.0 stable
TYPO3 Backend backend 6.1.0 stable
Tools>Log belog 6.1.0 stable
Backend User Administration beuser 6.1.0 beta
TYPO3 CMS Frontend (TypoScript) cms 6.1.0 stable
TYPO3 Core core 6.1.0 stable
Help>TYPO3 Manual cshmanual 6.1.0 stable
CSS styled content css_styled_content 6.1.0 stable
Extbase Framework for Extensions extbase 6.1.0 stable
Extra Click Menu Options extra_page_cm_options 6.1.0 stable
Frontend Login for Website Users felogin 6.1.0 stable
File>List filelist 6.1.0 stable
Fluid Templating Engine fluid 6.1.0 stable
Form form 6.1.0 beta
TYPO3 Frontend library frontend 6.1.0 stable
Web>Func func 6.1.0 stable
Web>Func, Wizards func_wizards 6.1.0 stable
Import/Export impexp 6.1.0 stable
Web>Info info 6.1.0 stable
Web>Info, Page TSconfig info_pagetsconfig 6.1.0 stable
Tools>Install install 6.1.0 stable
System language labels lang 6.1.0 stable
Tools>Config+DBint lowlevel 6.1.0 stable
Web>Access perm 6.1.0 stable
Web>List recordlist 6.1.0 stable
System Reports reports 6.1.0 stable
RSA authentication for TYPO3 rsaauth 6.1.0 stable
htmlArea RTE rtehtmlarea 6.1.0 stable
Salted user password hashes saltedpasswords 6.1.0 stable
Scheduler scheduler 6.1.0 stable
User>User Settings setup 6.1.0 stable
TYPO3 System Services sv 6.1.0 stable
Internal notes sys_note 6.1.0 stable
Editor with syntax highlighting t3editor 6.1.0 stable
TYPO3 skin t3skin 6.1.0 stable
User>Task Center taskcenter 6.1.0 stable
TSConfig / TypoScript Object Reference tsconfig_help 6.1.0 stable
Web>Template tstemplate 6.1.0 stable
Web>Template, Template analyzer tstemplate_analyzer 6.1.0 stable
Web>Template, Constant Editor tstemplate_ceditor 6.1.0 stable
Web>Template, Info/Modify tstemplate_info 6.1.0 stable
Web>Template, Object Browser tstemplate_objbrowser 6.1.0 stable
Versioning Management version 6.1.0 stable
Web>View viewpage 6.1.0 stable
Web>Func, Wizards, Create multiple pages wizard_crpages 6.1.0 stable
Web>Func, Wizards, Sort pages wizard_sortpages 6.1.0 stable
Faceted Search ke_search 1.5.0 stable
News system news 2.2.1 stable
RealURL: speaking paths for TYPO3 realurl 1.12.7 stable
Typo3 Quixplorer t3quixplorer 1.7.2 stable
Address List tt_address 2.3.3 stable

No error messages in tho apache logfiles!

Actions #8

Updated by Peter Murray about 10 years ago

File uploads work in the extension manager, so the problem is only with the Filelist module.

The records in the sys_file table have the name field set to the temporary name and the identifier field set to /user_upload/<temporary name>.

Actions #9

Updated by Uwe Wenglewski about 10 years ago

Yes, the sys_file table looks like this:

name identifier
----------------------------------------------------------------------------------------------------------------------------------+
phphvN1LD /user_upload/phphvN1LD
phpmrUCp0 /user_upload/phpmrUCp0
phpTsog4m /user_upload/phpTsog4m
phpqYK0IJ /user_upload/phpqYK0IJ
phpxJTDo6 /user_upload/phpxJTDo6
php9J8k5s /user_upload/php9J8k5s
phpvSQ6LP /user_upload/phpvSQ6LP
phppCrWsc /user_upload/phppCrWsc
phphWcQ9y /user_upload/phphWcQ9y
phpoIcuRV /user_upload/phpoIcuRV
phpjQSfzi /user_upload/phpjQSfzi
phpmEj5gF /user_upload/phpmEj5gF

And now?

Actions #10

Updated by Uwe Wenglewski about 10 years ago

I have found the problem! It was the eaccelerator! After switch them off it worked again as designed:-)

I'll not use eaccelerator anymore!

Best regards
Uwe

Actions #11

Updated by Peter Murray about 10 years ago

Yes I can confirm that turning off eaccelerator for TYPO3 6.1.x solves this.

Actions #12

Updated by Steffen Ritter about 10 years ago

  • Status changed from New to Rejected

seems not to be TYPO3 related

Actions

Also available in: Atom PDF