Script BUG PHP.ini

cocolino

New Member
YetiShare User
Wurlie User
Jun 4, 2013
4
0
0
www.zososhare.com
Hi,

I do a fresh install of v3.3 on Arvixe hosting server and i get errors for large file uploads.

On my hosting i setup PHP to

upload_max_filesize 4000
post_max_size 4000
with php.ini master file located in /home/account
the script work great without errors but with limit default 356MB

with php.ini located in root of my host /home/account/public_html
directives:

upload_max_filesize = "4000M"
post_max_size = "4000M"

maximum file size change but script have a lot of errors:
1. cannot create account
2. red errors not show
3. email not sending
4. uploaded files not deleted
5. login and logout not work
6. etc.


Please help me to resolve this errors


Script owner on sales page must specify server requirements.
To run this script must have DEDICATED HOSTING!
So you can increase the max upload limit globally.

There any way to fool the script where to get php settings ex: /home/account/php.ini !?


Many thanks!
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
cocolino said:
Script owner on sales page must specify server requirements.
To run this script must have DEDICATED HOSTING!
So you can increase the max upload limit globally.
Not true. It works fine on shared hosting although I can't image you'd really want to use shared hosting given the amount of storage you'd need (if you allow large uploads).

Different web hosts control the max upload values in different ways. If you ask your host the best method for increasing this, they would be best to know.
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
You might be able to set it in the .htaccess although it's not supported by every host:

Code:
php_value upload_max_filesize 2G
php_value post_max_size 2G
Try to get it working with 2G limits aswell since you might have issues using more than that. As I say, contact your host as they'll be best to advise.