XFileSharing Pro - Error: filesize too big

Message
Author
i_Ry5
Posts: 2
Joined: Jul 08, 2015 3:51 pm

Error: filesize too big

#1 Postby i_Ry5 » Jul 08, 2015 3:55 pm

Hello,
I have installed my version of xfilesharing pro, and I finished of editing all the settings .
I put the maximum upload size for regular users ( 2Gb ) and premium ( 5Gb )
then I tried to upload a file with ( 700 mb ) when it got finished downloading an error message shows up ( Error: filesize too big ) ,, why ? how i can solve this problem ?

and my another problem is :
cron.pl have not been running for 12 hours. Set up cronjob or run it manually.

But I have it in my cpanel ,, i don't know why this message shows up

AnotherIdiot
Posts: 101
Joined: Aug 23, 2014 2:59 pm

#2 Postby AnotherIdiot » Jul 08, 2015 6:51 pm

First problem: Check your php.ini file for maximum file size upload. It'll be set at 2mb to begin with.

Second problem: have you checked that the crontab -e was root and not user? Also make sure the file is executable.

i_Ry5
Posts: 2
Joined: Jul 08, 2015 3:51 pm

#3 Postby i_Ry5 » Jul 08, 2015 10:35 pm

until now i couldn't solve this problem
( Error: filesize too big )

look:

max_execution_time = 30
max_file_uploads = 20
max_input_time = 60
memory_limit = 32M
post_max_size = 5120M
upload_max_filesize = 5120M

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#4 Postby admin » Jul 09, 2015 10:46 am

First, there's nothing to be done with php.ini, that's perl script.
You need to check apache error log first.