Import Export Tool Not Working Page Not Found Error
Posted: Fri Dec 11, 2015 5:00 pm
Hi
I Am Using Oc V 2.0.1.1 With The Free Export/Import Tool And It Was Working Just Fine Until We Migrated From Our Host..
When I Go To Export My Files And Click The Export Tab It Takes About 2-4 Mins Then Goes To Page Not Found Everything Else In My Admin And Website Works Just Fine.
My Hosting Says No Errors Are Found And In My Error Log In Opencart Admin No Errors Are Listed. The File Is Not That Large
When I limit the batches to 1000 it works, how ever I have 2000 products.
I am hosted on a vps with 5G Ram and resource is not an issue.
They Said It Should Not Time Out Because I Have 3600 Time Allowed. I Have Seen A Few Similar Post And Googled But Without A Resolution.
Does Anyone Have Any Input?
Here is my php.ini
magic_quotes_gpc = Off;
register_globals = Off;
default_charset = UTF-8;
memory_limit = 4096M;
max_execution_time = 3600;
upload_max_filesize = 999M;
safe_mode = Off;
mysql.connect_timeout = 200;
session.use_only_cookies = On;
session.cookie_lifetime = 900;
session.use_trans_sid = Off;
session.cookie_httponly = On;
session.gc_maxlifetime = 900;
allow_url_fopen = on;
;display_errors = 1;
;error_reporting = E_ALL;
date.timezone = "Europe/Paris";
Regards,
I Am Using Oc V 2.0.1.1 With The Free Export/Import Tool And It Was Working Just Fine Until We Migrated From Our Host..
When I Go To Export My Files And Click The Export Tab It Takes About 2-4 Mins Then Goes To Page Not Found Everything Else In My Admin And Website Works Just Fine.
My Hosting Says No Errors Are Found And In My Error Log In Opencart Admin No Errors Are Listed. The File Is Not That Large
When I limit the batches to 1000 it works, how ever I have 2000 products.
I am hosted on a vps with 5G Ram and resource is not an issue.
They Said It Should Not Time Out Because I Have 3600 Time Allowed. I Have Seen A Few Similar Post And Googled But Without A Resolution.
Does Anyone Have Any Input?
Here is my php.ini
magic_quotes_gpc = Off;
register_globals = Off;
default_charset = UTF-8;
memory_limit = 4096M;
max_execution_time = 3600;
upload_max_filesize = 999M;
safe_mode = Off;
mysql.connect_timeout = 200;
session.use_only_cookies = On;
session.cookie_lifetime = 900;
session.use_trans_sid = Off;
session.cookie_httponly = On;
session.gc_maxlifetime = 900;
allow_url_fopen = on;
;display_errors = 1;
;error_reporting = E_ALL;
date.timezone = "Europe/Paris";
Regards,