Elxis CMS Forum

Extensions => Components => Topic started by: redline on December 06, 2011, 07:12:08

Title: ios connector error
Post by: redline on December 06, 2011, 07:12:08
Hi, I have been trying to figure this myself but couldnt get it solved.

I see this error in my connector's client page:
Error
The requested URL returned error: 500

This is my IOSRC.config file:
$iosrc_config = array();
//The full URL to the directory the IOS Reservations "client" folder is located.
//You can rename "client" folder if you like.
$iosrc_config['CLIENTURL'] = 'http://www.clientdomain.com/client/';

//The full URL to the IOS Reservations remote server
$iosrc_config['SRVURL'] = 'http://www.IOSserverdomain.com/';

This is my client's index.php file:
define('IOSR_CONNECTOR', 1);
require_once('/home/clientdo/public_html/client/iosrc.client.php');
$client = new iosrclient('22288114789072420000031231069');
$client->process(true);
unset($client);

Thanks very much.
Title: Re: ios connector error
Post by: webgift on December 06, 2011, 12:23:26
Please contact with IsOpenSource (https://www.isopensource.com/contact.html?mylang=english) Company regarding this issue.