Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Error Uploading 2.7.3 - Error uploading this file to the ser

Error Uploading 2.7.3 - Error uploading this file to the ser 13 years 10 months ago #12094

  • rblanda
  • rblanda's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 18
  • Thank you received: 0
Im getting an error trying to install 2.7.3a. Tried several browsers. No specific error message. In firefox, i get a 404. In IE i get "There was an error uploading this file to the server."

Is this a timeout issue? Is the file too large?

Anyone else having this problem?

Please Log in or Create an account to join the conversation.

Error Uploading 2.7.3 - Error uploading this file to the ser 13 years 10 months ago #12095

  • GameConMemphis
  • GameConMemphis's Avatar
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 42
  • Thank you received: 0
The only problem I have with the install files is that they are to large (over 2MB). I have to go in and remove the language files and rezip it to bring it down under that limit.

Please Log in or Create an account to join the conversation.

Error Uploading 2.7.3 - Error uploading this file to the ser 13 years 10 months ago #12096

  • rblanda
  • rblanda's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 18
  • Thank you received: 0
Thanks, did that really work for you?

Please Log in or Create an account to join the conversation.

Error Uploading 2.7.3 - Error uploading this file to the ser 13 years 10 months ago #12097

  • GameConMemphis
  • GameConMemphis's Avatar
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 42
  • Thank you received: 0
Yes, I remove all but the english language .ini files, replace the front end langauge file with my custom one, replace two images with my images, and remove the references for the language files from the dtregister.xml file. I rezip it and it comes in at ~1.7M which then uploads and installs just fine to my site.

Please Log in or Create an account to join the conversation.

Error Uploading 2.7.3 - Error uploading this file to the ser 13 years 10 months ago #12098

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Yep...the file is over 2M and some servers are set to limit it to 2M. You can set your server upload_max_filesize to 4M and that will also fix it. Your server host can make that change in your PHP settings.

Thanks!

Matt

Please Log in or Create an account to join the conversation.

Error Uploading 2.7.3 - Error uploading this file to the ser 13 years 10 months ago #12116

  • ismadman
  • ismadman's Avatar
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 97
  • Thank you received: 0
For those who are on a shared server or with no access to their php.ini file
without going through their provider , Here is a workaround.

create a file called php.ini
open it up in an editor and put this in it
register_globals = Off
upload_max_filesize = 10M
post_max_size = 10M
memory_limit = 30M
upload_tmp_dir = 10M
max_execution_time = 180
Put it in your administrator folder on your server

optional :- check your php settings from the help icon in your admin panel
look for upload_max_filesize
This should have changed from 2M to 10M

Upload the Dt Register package then delete the php.ini file
this will override the server limit

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.135 seconds