Client stays on 1 spot.

devboy

Member
Mar 30, 2012
37
0
So I fixed the last problem I had and now I get this error:
a9054bbbb14131faf77eac7b86d87a66.png


Please help!
 

IPMB1

Member
Jan 1, 2013
249
20
Last thing post client.php

Then replace:
PHP:
$_CONFIG['hotel']['swf_folder'] = 'http://25.52.197.33/r63/'; //URL to your SWF folder(does not end with a '/')
in the config.php with this:
PHP:
$_CONFIG['hotel']['swf_folder'] = 'http://25.52.197.33/r63'; //URL to your SWF folder(does not end with a '/')


Thanks,
IPMB1
 

IPMB1

Member
Jan 1, 2013
249
20
Have you replaced
PHP:
$_CONFIG['hotel']['swf_folder'] = 'http://25.52.197.33/r63/'; //URL to your SWF folder(does not end with a '/')
to
PHP:
$_CONFIG['hotel']['swf_folder'] = 'http://25.52.197.33/r63'; //URL to your SWF folder(does not end with a '/')

if yes, it is placed in App/tpl/skins/client.php

Thanks,
IPMB1
 

devboy

Member
Mar 30, 2012
37
0
Last thing post client.php

Then replace:
PHP:
$_CONFIG['hotel']['swf_folder'] = 'http://25.52.197.33/r63/'; //URL to your SWF folder(does not end with a '/')
in the config.php with this:
PHP:
$_CONFIG['hotel']['swf_folder'] = 'http://25.52.197.33/r63'; //URL to your SWF folder(does not end with a '/')


Thanks,
IPMB1
oops didnt see that. ill try now
 

devboy

Member
Mar 30, 2012
37
0
Have you replaced
PHP:
$_CONFIG['hotel']['swf_folder'] = 'http://25.52.197.33/r63/'; //URL to your SWF folder(does not end with a '/')
to
PHP:
$_CONFIG['hotel']['swf_folder'] = 'http://25.52.197.33/r63'; //URL to your SWF folder(does not end with a '/')

if yes, it is placed in App/tpl/skins/client.php

Thanks,
Interest
I am trying now client is loading
 

IPMB1

Member
Jan 1, 2013
249
20
Replace
PHP:
"connection.info.host" : "{server_ip}",
from to client.php to
PHP:
"connection.info.host" : "25.52.197.33",

Then clear cache then re-log in then go to client

Thanks,
IPMB1
 

devboy

Member
Mar 30, 2012
37
0
Replace
PHP:
"connection.info.host" : "{server_ip}",
from to client.php to
PHP:
"connection.info.host" : "25.52.197.33",

Then clear cache then re-log in then go to client

Thanks,
IPMB1
It finished loading but now it is just at black screen!
2b2cc951c2e82640613d155ec42ba0ed.png



and also the emu gets no connection.
 

Users who are viewing this thread

Top