Ran into "Upload required" error
Posted: Fri Apr 04, 2014 3:47 am
My PDF sizes are getting larger! And I ran into the "upload required" error.
I suspect that the settings in my php.ini are responsible, but it shouldn't be the "size":
magic_quotes_gpc = Off;
register_globals = Off;
default_charset = UTF-8;
memory_limit = 128M;
max_execution_time = 144000;
upload_max_filesize = 999M;
safe_mode = Off;
mysql.connect_timeout = 200;
session.use_cookies = On;
session.use_trans_sid = Off;
session.gc_maxlifetime = 172800;
allow_url_fopen = on;
;display_errors = 1;
;error_reporting = E_ALL;
Is it perhaps a timeout? It seems to come back with the error fairly quickly though. I have a "reseller" account on bluehost, and in theory have no database or other restrictions.
Any ideas? In the meantime I've just been scp'ing files over as needed.
Thanks.
Danita
I suspect that the settings in my php.ini are responsible, but it shouldn't be the "size":
magic_quotes_gpc = Off;
register_globals = Off;
default_charset = UTF-8;
memory_limit = 128M;
max_execution_time = 144000;
upload_max_filesize = 999M;
safe_mode = Off;
mysql.connect_timeout = 200;
session.use_cookies = On;
session.use_trans_sid = Off;
session.gc_maxlifetime = 172800;
allow_url_fopen = on;
;display_errors = 1;
;error_reporting = E_ALL;
Is it perhaps a timeout? It seems to come back with the error fairly quickly though. I have a "reseller" account on bluehost, and in theory have no database or other restrictions.
Any ideas? In the meantime I've just been scp'ing files over as needed.
Thanks.
Danita