Problem with upladHandler.php and Server

info2861

New Member
YetiShare User
Aug 8, 2013
5
0
0
First: The script is great and works like a beauty! ... except of this one thing that seems to be a serverside problem.

Everytime I try to upload a larger file (1.1Gb for e.g.) it stops at 37.8Mb... with this message->
Code:
ERROR: There was a server problem when attempting the upload, please try again later.
Before going into debug banana mode ... I just rechecked my settings in .htaccess (dont have php.ini on that host).
php_value upload_max_filesize 2G
php_value post_max_size 2G
php_value memory_limit 2G
php_value max_execution_time 259200
php_value max_input_time 259200
php_value session.gc_maxlifetime 1200

... I think this should do it. Before starting to throw emails at the hoster for a third party script - could it be that my config is totally wrong ? or this is a known issue ?
 

ikovacs1465

New Member
Apr 30, 2012
96
0
0
Hi,

can you please create a file p on your server with follow text:

<?php

phpinfo();

?>

please call then the script eg: http://www.yourdomain.com/phpinfo.php

make a screenshoot or post the url please here that we have a look on your Settings.

regards

Istvan
 

info2861

New Member
YetiShare User
Aug 8, 2013
5
0
0
thanks for the input... already did and just seen what was wrong. had some missconfigs though..