Error file is to big - increase Indexhibit upload size limit

If you want to increase the maximum upload size limitation of Indexhibit do the following.

Edit the ndxzsite/config/options.php file
Find the lines:

// images max size kilobytes
// be careful with shared hosting
$default['maxsize'] = 200;

Increase the number after "$default['maxsize'] = "

This number represents the maximum file size in kilobytes which can be uploaded.

Be aware that images over 500kb are quite large for a website and having multiple large images will significantly slow down your site.
It is best to work with image optimization tools like Photoshop's "Save for Web" to find a balance of image quality vs size.
  • 53 Users Found This Useful
Was this answer helpful?

Related Articles

Upgrade to Indexhibit 2 from earlier version

The Indexhibit people have a page about this...

How do I install Indexhibit?

Indexhibit requires the installation of a database.If you are unfamiliar with database...

Indexhibit password reset

When you first install Indexhibit, the default admin area (yourdomain.com/ndxz-studio) login info...

Wrong size Indexhibit.zip file

If you downloaded your Indexhibit.zip file from Indexhibit.org and ended up with a Indexhibit...

How to get clean URLs in Indexhibit

smallGod supports this method of getting clean URLs. (mod_rewrite) The following is borrowed...