This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Size of images in 1.4.x storyteller


avatar
johngaltnh 0
From: -
Size of images in 1.4.x storyteller

Hi Philipp!

I have two Storyteller licenses - one of which I'm using on a server still running 1.4.3 code. (Which, by the way, works wonderfully for that particular site.) The other one I plan to deploy soon with the newest 1.8.x code - but I'll have another question for that!

This question might not be related to the version anyway because it is general.

The editors on the site complain that sometimes when they upload pictures to the site, they get errors because of the image being too big.

What are they running into - the standard Php size limit on uploaded files, or a setting in Storyteller? If it's a dimension limit in storyteller - where in the admin menu do I see it?

Thanks!

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Size of images in 1.4.x storyteller
avatar
Administrator
1340
From: Vienna, Austria
Size of images in 1.4.x storyteller

This can be changed by editing cadmin/mod_news.php:

You are looking for the following two lines:

if ($_FILES[teaserfile][size] > 25000)

and

if ($_FILES[newsifile][size] > 250000)

You need to increase the values to a higher level. This limitation exists no longer in the new 2.0 series.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.