image troubles - how to change sizes?

Author Message

Georg Franz

Friday 12 December 2003 3:50:23 am

Hi,

I am working with ez 3.23. Today I've changed the image sizes for the "small" and "medium" image class in the site.ini.append. Cache cleared.

The changes didn't take place, my images are shown in the 'old' dimensions. Then I cleared the "variations" and "reference" dir and the cache. Result: The images were not found because the image variation function won't create new variations.

So - how can I tell ezpublish to create new variations of the images? Must I delete content of one or more tables? (which one?)

Kind regards,
Emil.

Best wishes,
Georg.

--
http://www.schicksal.com Horoskop website which uses eZ Publish since 2004

Marco Zinn

Saturday 13 December 2003 11:43:35 am

Emil, there is a table for that.
It has some intiutive name like "ezimagevariation" or so.
Clearing that might work.

Marco
http://www.hyperroad-design.com

Georg Franz

Saturday 13 December 2003 12:50:16 pm

Hi Marco,

thanx for the tip, but it doesn't work. After clearing the table, he can't create new variations, several error messages appeared.

By the way, I found out, that the image size settings were moved from the site.ini to image.ini.

Kind regards,
Emil.

Best wishes,
Georg.

--
http://www.schicksal.com Horoskop website which uses eZ Publish since 2004

Georg Franz

Saturday 13 December 2003 1:27:44 pm

... a small bug report here, because - as far I can see - the image system changed in 3.3 completely.

(I am using 3.2.3)

-> I deleted the "variation" dir and "reference" dir. No images were created.

Then I found out, that the system didn't check, if the reference dir exists. A variation can ONLY be created from the reference file an not from the original, if the reference doesn't exist.

Another thing: ezimageshell.php, method "run": I found out, that at some images, my exec-string (to call convert.exe) contains sometimes multiple slashes in the image-path, moreover - I use windows - the exec-path to convert.exe contains a "/convert.exe"

So, very dirty, quick hack:

ezimageshell.php:

line 311, add:

$execstr = str_replace ("//", "/",$execstr);
if ( substr( php_uname(), 0, 7 ) == "Windows" )
$execstr = str_replace ("/convert", "\convert", $execstr);

But at the moment, I still don't know, at which cases the Image-Size Settings of site.ini and image.ini are used. (Both are still present in the ezimage.php)

To be at the secure site: Set the entries in both files.

Kind regards,
Emil.

Best wishes,
Georg.

--
http://www.schicksal.com Horoskop website which uses eZ Publish since 2004

Georg Franz

Saturday 13 December 2003 1:31:36 pm

PS:

If you are using multiple sites which accesses one image-dir, make sure that the setting of the reference-sizes is large enough for all installed sites.

Kind regards,
Emil.

Best wishes,
Georg.

--
http://www.schicksal.com Horoskop website which uses eZ Publish since 2004

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 03:39:36
Script start
Timing: Jan 19 2025 03:39:36
Module start 'layout'
Timing: Jan 19 2025 03:39:36
Module start 'content'
Timing: Jan 19 2025 03:39:36
Module end 'content'
Timing: Jan 19 2025 03:39:36
Script end

Main resources:

Total runtime0.0157 sec
Peak memory usage4,096.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0053 589.1641152.6250
Module start 'layout' 0.00540.0042 741.789139.4609
Module start 'content' 0.00960.0043 781.250093.3359
Module end 'content' 0.01390.0018 874.585938.3047
Script end 0.0156  912.8906 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002515.7196140.0002
Check MTime0.00116.7974140.0001
Mysql Total
Database connection0.00106.245210.0010
Mysqli_queries0.003220.532030.0011
Looping result0.00000.139910.0000
Template Total0.00159.410.0015
Template load0.00095.454310.0009
Template processing0.00063.872510.0006
Override
Cache load0.00063.840510.0006
General
dbfile0.00031.723380.0000
String conversion0.00000.070040.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs