Forums / Developer / image troubles - how to change sizes?

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

eZ debug

Timing: Jan 31 2025 05:29:25
Script start
Timing: Jan 31 2025 05:29:25
Module start 'content'
Timing: Jan 31 2025 05:29:25
Module end 'content'
Timing: Jan 31 2025 05:29:25
Script end

Main resources:

Total runtime0.3148 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0066 587.9531180.8281
Module start 'content' 0.00660.0064 768.781397.8828
Module end 'content' 0.01300.3017 866.6641526.5469
Script end 0.3148  1,393.2109 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00361.1465200.0002
Check MTime0.00140.4543200.0001
Mysql Total
Database connection0.00100.310910.0010
Mysqli_queries0.132342.03461410.0009
Looping result0.00130.40511390.0000
Template Total0.301395.710.3013
Template load0.00080.258510.0008
Template processing0.300495.422210.3004
Override
Cache load0.00060.176610.0006
Sytem overhead
Fetch class attribute can translate value0.00140.430710.0014
XML
Image XML parsing0.00030.086110.0003
General
dbfile0.01956.1882200.0010
String conversion0.00000.001930.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/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