I'd like to say what a great product Wishy and the team have developed - keep up the good work.
I have been playing around with CMS Made Simple version 0.12-beta2 Fiji for a couple of days now and have figured out most things.
The system is using PHP Version 4.3.11, Apache 3, GD Version bundled (2.0.28 compatible.
However, i do have a problem when trying to ceate thumbs using the Image Manager. The images upload OK using the Image Manager, but does not appear to create thumbs. I have searched the forum and it seems as if this has been an intermittent problem.
I have created a tag using the code originally posted by RedGuy and modified by Russ. Thanks to both you guys for this. The output is here http://www.voc.org.uk/cms/index.php?page=gallery
I would be really grateful if somone has found a solution to this problem.
Thanks
Image Manager not creating thumbs
-
sydneysunshine
Re: Image Manager not creating thumbs
Hello - not a solution for you but I'm having exactly the same problem beta Fiji - same specs only mine's on a local server.
Can you post back if you find a solution please? That gallery code is exactly what I need!
Can you post back if you find a solution please? That gallery code is exactly what I need!
-
durley
Re: Image Manager not creating thumbs
Thanks for the post, at least i know i'm not alone with this issue.
Re: Image Manager not creating thumbs
Same here looks like beta 2 is not creating thumbs at all.
I see Wishy has this fixed in svn.
I see Wishy has this fixed in svn.
Last edited by Greg on Sat Feb 18, 2006 1:00 pm, edited 1 time in total.
Greg
Re: Image Manager not creating thumbs
Yeah, this is fixed in svn and will be in 0.12 final. Thanks!
-
durley
Re: Image Manager not creating thumbs
OK Thank for the update Wishy. Do you have a date/timeframe for 0.12 final release?
Thanks
Thanks
Re: Image Manager not creating thumbs
could be anywhere between tomorrow and maybe Wednesday
Re: Image Manager not creating thumbs
As patricia stated some of the gallery scripts use the thumbs, as such, I would prefer that thumbs be created by Image Manager of the images 96px or less as well. They would just need to be copies of the original with the thumb prefix on the file name.
EDIT:
I see patricia has some great ideas that solve this issue in this thread
EDIT:
I see patricia has some great ideas that solve this issue in this thread
Last edited by Greg on Sun Feb 19, 2006 1:44 pm, edited 1 time in total.
Greg
Re: Image Manager not creating thumbs
Patricia I think imagemanager.php still requires this line at 540
Works great then ...
Thanks
Code: Select all
$thumbnail = $this->getThumbName($fullpath);Thanks
Greg

