New error R63 RevCMS

marcandaya

New Member
Apr 10, 2012
20
0
Well, I have a new error, whenever the client finishes loading it goes to a log-in error pop up or object not found help? The EMU is working.
 

Nike

#MGK
Jun 9, 2012
545
107
Paste that as your swf's. Change localhost to IP though.
Code:
$_CONFIG['hotel']['external_vars'] = 'http://localhost/gordon/external_variables.txt'; //URL to your external vars
 
$_CONFIG['hotel']['external_texts'] = 'http://localhost/gordon/external_flash_texts.txt'; //URL to your external texts
 
$_CONFIG['hotel']['product_data'] = 'http://localhost/gordon/productdata.txt'; //URL to your productdata
 
$_CONFIG['hotel']['furni_data'] = 'http://localhost/gordon/furnidata.txt'; //URL to your furnidata
 
$_CONFIG['hotel']['swf_folder'] = 'http://localhost/gordon/swf/'; //URL to your SWF folder(does not end with a '/')
 

marcandaya

New Member
Apr 10, 2012
20
0
Paste that as your swf's. Change localhost to IP though.
Code:
$_CONFIG['hotel']['external_vars'] = 'http://localhost/gordon/external_variables.txt'; //URL to your external vars
 
$_CONFIG['hotel']['external_texts'] = 'http://localhost/gordon/external_flash_texts.txt'; //URL to your external texts
 
$_CONFIG['hotel']['product_data'] = 'http://localhost/gordon/productdata.txt'; //URL to your productdata
 
$_CONFIG['hotel']['furni_data'] = 'http://localhost/gordon/furnidata.txt'; //URL to your furnidata
 
$_CONFIG['hotel']['swf_folder'] = 'http://localhost/gordon/swf/'; //URL to your SWF folder(does not end with a '/')
now its all black!
 

Users who are viewing this thread

Top