OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Installation problems

shadowkiro (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Installation problems 6 Years, 10 Months ago
Karma: 0  
I bought vechile manager today and confronted following error while trying to install it on joomla 3.7.2.

Error
There was an error uploading this file to the server.
Maximum PHP file upload size is too small: This is set in php.ini in both upload_max_filesize and post_max_size settings of your PHP settings (located in php.ini and/or .htaccess file).
Unable to find install package

What might be the problem?
Logged Logged
The administrator has disabled public write access.
RomanD (User)
Support
Platinum Boarder
Posts: 471
graphgraph
User Offline Click here to see the profile of this user
Gender: Male OrdaSoft
Re:Installation problems 6 Years, 10 Months ago
Karma: 3  
Hello,

You need change value upload_max_filesize and post_max_size settings for upload file.

You can make this in file php.ini or you .htaccess file

Example:
upload_max_filesize = "250M"
post_max_size = "250M"

Thanks
Roman
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»