01-28-2016, 10:49 AM
PHP must be 5.5 or better.
In uc_configuration there is a key named website_url - is it correct for your remote domain? Has a trailing slash?
This is used when refreshing and redirecting, could be related.
I've tested numerous versions on my setup (PHP 5.5.9-1ubuntu4.11, Apache/2.4.7 (Ubuntu), mysql Ver 14.14 Distrib 5.5.44) without any problems.
What server and version are you using? Can you see any errors in the logs?
Maybe enable some error reporting at the very top of top-nav.
error_reporting(E_ALL);
ini_set('display_errors', 1);
In uc_configuration there is a key named website_url - is it correct for your remote domain? Has a trailing slash?
This is used when refreshing and redirecting, could be related.
I've tested numerous versions on my setup (PHP 5.5.9-1ubuntu4.11, Apache/2.4.7 (Ubuntu), mysql Ver 14.14 Distrib 5.5.44) without any problems.
What server and version are you using? Can you see any errors in the logs?
Maybe enable some error reporting at the very top of top-nav.
error_reporting(E_ALL);
ini_set('display_errors', 1);