New images not showing after upgrade

Author Message

Halvor M

Wednesday 25 January 2006 3:08:08 pm

I recently upgraded from 3.5 to 3.7.

Now, when I add an article I can still use my old pictures and everything is OK. However, if I upload a new picture it will not appear in the user end of my site. Even though my admin version of the article tells me the file has been linked to the image...

Anyone have any ideas what is happening here?

Halvor M

Monday 30 January 2006 2:39:29 pm

Any ideas...? seems from my searches of this forum that others have had similar experiences...

Halvor M

Sunday 19 February 2006 4:35:49 am

Anyone ??

Halvor M

Monday 27 February 2006 12:22:11 pm

lol, doesnt anybody have one single idea?

Bugging the hell out of me this is ! :-)

James Ward

Monday 27 February 2006 1:13:39 pm

Have you viewed the user portion of the site while logged in as admin to see if it makes any differences? If it does:

Does the anonymous user have the following in their role:

content  	 read  	 Section( Media )

I've noticed some differences when upgrading in the way media access is handled.

working at www.wardnet.com
blogging at www.jamesward.ca

Halvor M

Monday 27 February 2006 1:33:00 pm

thanks for your reply :-)

Yeah, I already tried that, and I have tried playing around with the roles/permissions...

It seems like the problem is on the _upload_ side...

My images are all stored in this folder:
site\var\corporate\storage\images\media\images\imagename

Each image has a folder, and several different sizes of the image are stored in that folder.
My new images however, are stored only in one size. Seems that something is amiss in my storage settings?

(I am running on a winXP, so file permissions is not an issue)

Halvor

Ɓukasz Serwatka

Tuesday 28 February 2006 12:27:14 am

Check your ImageMagick configuration if you use it.

Check if problem also appears when you switch to GD.

settings/override/image.ini.append.php

[ImageMagick]
IsEnabled=false

Clear all cache and ImageAliases cache.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Tore Skobba

Tuesday 28 February 2006 1:34:57 am

Hmm you upgraded to 3.7 and probably updated PHP to 4.4 as well? If yes, then GD is not enabled by default on PHP 4.4 Windows Binaries (GD is an tool which allows PHP to modify images). Either install Imagemagic OR update your php.ini file. More specifically check that ;extension=php_gd2.dll is NOT commented out in php.ini file (usally Windows uses an php.ini file in c:\windwos\, but do an phpinfo(); to see where the php.ini file resides).

Note that if you install imagemagic then you must also edit your image.ini file.

Halvor M

Tuesday 28 February 2006 3:18:11 am

yay !

That did it :-)
I altered this part

[ImageMagick]  
IsEnabled=false

and verified that my extension=php_gd2.dll was not commented out.

So now I can upload images again! :-)

It seems that the quality for some pictures has now been reduced (pixelated).
JPEGs seem to be doing ok though. Is that the preferred format when using GD?

Anyways - thanks for the help EZcrew !

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