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
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:
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!
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
with php.ini master file located in /home/accountupload_max_filesize 4000
post_max_size 4000
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!