Ticketmaster


Why having a 3rd party to sell your tickets? We have an all in one solution build in Joomla to sell your tickets at your own site!
Easy installation & configuration! After a ticket has been sold it will be automaically created and sent to your customers!

RD-Autos Info


RD-Autos is a component for small Garages and Auto Sellers (Single Dealer)! We have also a version (PRO) that can handle adds from several dealers! You can have sellers on your site paying you for their add!

Multi Language


As we're writing our components in multi-language, we need translators. At the moment we do have some translations available. when you buy one of our components and translate it for us, you will het one year subscription for free!

affiliates

Login Form



Our website is powered by:

dioscouri_logo_transparent
How do I change the max image upload? PDF Print E-mail
Written by Robert || RD-Media   
Monday, 14 March 2011 10:47

For version older than RD-Autos 1.5.15:

To change the upload limits, you need to do the following changes:

  • Open file: [website_root]/administrator/components/com_rdautos/helper/helper.php
  • Go go line: 26, line 153 and line 310
$maxsize        = 1000000;

Change the above in to have an upload limit of 3 MB:

$maxsize        = 3000000;

Make sure your server can handle this.  Most of them do, if you choose a to big file you will get errors from PHP.

For version 1.5.15 and newer:

  • Open file: [website_root]/administrator/components/com_rdautos/helper/functions/upload.class.php
  • Go to line 50 and change:
$maxsize        = 1000000;

Change the above in to have an upload limit of 3 MB:

$maxsize        = 3000000;

Make sure your server can handle this.  Most of them do, if you choose a to big file you will get errors from PHP.

Last Updated on Thursday, 07 April 2011 07:02