Cannot upload big PND


ptitSeb

Serial Porter
Joined
Aug 15, 2012
Messages
9,307
Age
51
Location
France, near Lyon
Help,

I want to upload next build of CodeBlocks PND, the build 08, but  can't. Size is big, it's now 660Mo (and build 09 will probably be bigger).

When the upload finish, I have this: "Notice: Undefined index: upload in /srv/www/vhosts/repo.openpandora.org/httpdocs/includes/class/up_load.php on line 52
 


Error!"

 

Here is a snapshot: error_upload.png

 


What can I do?
 
You did? Your php.ini still has:

Code:
; Maximum size of POST data that PHP will accept.
post_max_size = 300M
...
; Maximum allowed size for uploaded files.
upload_max_filesize = 200M
 
Last edited by a moderator:
OK I have updated max_post_size and upload_max_filesize to 2000M so you shouldn't have any more issues.

Sent from my Nexus 7 using Tapatalk HD
 
Nope, same error  :(  . Is there a timeout ? Is the parameter taken in real time ? Nothing to restart ?

*EDIT*, Also, I had to re-loggin after the error, so maybe it is a sign of something ?
 
Last edited by a moderator:
Back
Top