I get this error: the connection was reset
another question
how can i change upload limitation: like max size resolution and etc'..?
11alex11 wrote:
I get this error: the connection was reset
When do you exactly get this message? (screenshot?)
This string is not in pLoader source code, so I think it's a lower level issue on HTTP communication. Does the problem occur sometimes or always? Have you ever succeeded in uploading a photo with pLoader?
Advice: register on the forum so that you can subscribe to topics and get email notification when you get answers.
For your "other" question, please create another topic, it's much simpler for us to answer and for other visitors to find answers to their questions :-)
Offline
I didn't try with ploader because this upload is by user. this error occur always and i never succeeded in uploading.
11alex11 wrote:
I get this error: the connection was reset
When?
Screenshot?
Ctrl+A Ctrl+C
Paste here.
Provider?
Upload limits by provider, maybe?
(The second question is not a problem, we know how to solve it).
Before giving you the solution, we want to keep the focus on the reset connection issue.
Please reply.
Offline
It happens always (after trying to upload picture)
provider: Godaddy
limits: i don't know
The second question, I opened another post for it.
Offline
I'm so much involved in the pLoader project, that I suppose all upload issues are related to pLoader :-)
So we're talking about the "user upload". What is the filesize of the picture you try to upload?
Before checking the picture complies with all constraints (image dimensions, filesize) the upload must be a success.
1. in Piwigo, install and activate the "LocalFiles Editor" plugin, in the Administration>Specials>Plugins screen
2. in the Administration>Specials>Plugins>LocalFiles Editor>Local config, set the include/config_local.inc.php file content as:
<?php $conf['upload_maxfilesize'] = 200; $conf['upload_maxheight'] = 800; $conf['upload_maxwidth'] = 800; $conf['upload_maxheight_thumbnail'] = 128; $conf['upload_maxwidth_thumbnail'] = 128; ?>
(and of course, change to the values you want)
Offline
thanks this worked great :)
Offline
11alex11 wrote:
thanks this worked great :)
Nice to read it! Please click on the "Set this topic as resolved" link in the first post of this topic :-)
Offline
The connection was reset when I upload big size file like 50MB.
It successfully upload with small size file without any problem.
So I think it's Piwigo latest version problem.
I am using Piwigo2.8
Sincerely
Jian Zhan
Jian wrote:
The connection was reset when I upload big size file like 50MB.
It successfully upload with small size file without any problem.
So I think it's Piwigo latest version problem.
I am using Piwigo2.8
Sincerely
Jian Zhan
please open a new thread describing your environement, and with more détails about the error/issue
Offline