Problem with upload packages and images

Author Message

Radek Kuchta

Monday 18 September 2006 1:00:58 am

Hi all,

I'm using eZ ver. 3.8.4 and I have a big problem with uploading files.
Everything was ok as long as I've changed the domain name.

When I was installing the eZ system I was using: domain.com/ez/ and domain.com/ez/index.php/admin

I was change the domain name to: domain2.com and admin.domain2.com and since that I have a problem with upload files. I've chnged in setting/overrida/site.ini.append.php SiteURL and HostMatchMapItems (I'm using MatchOrder=host;uri).

If I want to upload new packages or upload images (in image class) then nothing is happening. I mean - the file is not uploading.
I've checked the dir var/my_site/storage/images/my_node/gallery/ and var/storage/packages/... and there is no my uploaded files :(

My question is why ? and what should I do / change / repair to have an opportunity to upload files ?

http://ez.no/certification/verify/272582

Claudia Kosny

Monday 18 September 2006 11:34:30 am

Hello Radek

Did you change only the name of the domain or also the location? If you don't get any error messages in the debug outpu at all t (also check the logs for your previous attempts) make sure that the file permissions for the var folder and its subdirectories are correct.

Greetings from Luxembourg

Claudia

Radek Kuchta

Monday 18 September 2006 1:37:06 pm

Hello Claudia

I've found the reason :)
I didn't have the tmp dir ! That was a problem.

Thank you for your interest in my problem :)

http://ez.no/certification/verify/272582

Philip K.

Thursday 16 November 2006 7:22:05 am

OK, I have the same problem... where do I have to put this /tmp directory?

I created a /tmp directory in the server root (/) and set this path in php.ini upload_dir.
Restartet apache - no changes...

What else can I do?

Thanks for your help.

Linux is like a wigwam; no windows, now gates, and apache inside!

Claudia Kosny

Thursday 16 November 2006 8:57:46 am

Hi Philip

If you upload a file with PHP, the file is first stored in whatever you have specified as tmp directory in your php.ini. Then your script (the action of the form you used to upload) moves the uploaded file to the final destination directory, e.g. /var/storage

So you have to make sure that PHP can acess both the tmp directory and the /var directory (and all its subfolders).

It is not always necessary to create a tmp directory for PHP as long as PHP can access the system default: http://lu.php.net/manual/en/ini.core.php#ini.upload-tmp-dir

You could try whether the problem is caused by EZ by writing a small php script that allows you to upload a file and moves this file into the var directory, but you need at least a bit of PHP knowledge for this.

Also don't forget to enable full debug output and check whether you get anything there, maybe the problem is not caused by any permissions. Also check whether the problem occurs for all kinds of upload or maybe just for images or just for packages.

Good luck

Claudia

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 19 2025 07:22:35
Script start
Timing: Jan 19 2025 07:22:35
Module start 'layout'
Timing: Jan 19 2025 07:22:35
Module start 'content'
Timing: Jan 19 2025 07:22:36
Module end 'content'
Timing: Jan 19 2025 07:22:36
Script end

Main resources:

Total runtime0.7412 sec
Peak memory usage4,096.0000 KB
Database Queries65

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0061 589.2969152.6406
Module start 'layout' 0.00610.0036 741.937539.4766
Module start 'content' 0.00960.7301 781.4141599.6797
Module end 'content' 0.73970.0014 1,381.093816.1406
Script end 0.7411  1,397.2344 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.4735160.0002
Check MTime0.00160.2094160.0001
Mysql Total
Database connection0.00090.115210.0009
Mysqli_queries0.679691.6926650.0105
Looping result0.00070.0959630.0000
Template Total0.708095.520.3540
Template load0.00230.304920.0011
Template processing0.705895.221220.3529
Template load and register function0.00010.016710.0001
states
state_id_array0.00080.107310.0008
state_identifier_array0.00080.107120.0004
Override
Cache load0.00190.2607390.0000
Sytem overhead
Fetch class attribute can translate value0.00050.069430.0002
Fetch class attribute name0.00110.149870.0002
XML
Image XML parsing0.00120.155630.0004
class_abstraction
Instantiating content class attribute0.00000.002180.0000
General
dbfile0.00190.2521220.0001
String conversion0.00000.001240.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
9content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 23
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs