uttmmmm5

Member
May 18, 2016
110
5
Hey devbest,
My client will not work - it just show me white screen everytime.
These are the errors which i can see via chrome console:



Can somebody tell me exactly how i can fix these that i can go in my client without problems (whitescreen) ?
Best Regards
 

uttmmmm5

Member
May 18, 2016
110
5
your production link in your client.php or externals must be incorrect
Every link seems to be correct.
Is it possible, that the web.config file is the problem? Or my PHP Version? I tried it with 5.3, 5.5 and 5.6.

web.config:

In external_variables & external_flash_texts is every link done with --> ${url.prefix}
And in client.php i have this --> "url.prefix" : " ",

The SWF-Link in client.php is:
Code:
"base" : "http://mydomain.com/swf/gordon/PRODUCTION-201607262204-86871104/",

"flash.client.url" : "http://mydomain.com/swf/gordon/PRODUCTION-201607262204-86871104/",

var clientUrl = "http://mydomain.com/swf/gordon/PRODUCTION-201607262204-86871104/Habbo.swf";

Is there something wrong?
 

Kak

Posting Freak
Apr 21, 2017
951
165
Every link seems to be correct.
Is it possible, that the web.config file is the problem? Or my PHP Version? I tried it with 5.3, 5.5 and 5.6.

web.config:

In external_variables & external_flash_texts is every link done with --> ${url.prefix}
And in client.php i have this --> "url.prefix" : " ",

The SWF-Link in client.php is:
Code:
"base" : "http://mydomain.com/swf/gordon/PRODUCTION-201607262204-86871104/",

"flash.client.url" : "http://mydomain.com/swf/gordon/PRODUCTION-201607262204-86871104/",

var clientUrl = "http://mydomain.com/swf/gordon/PRODUCTION-201607262204-86871104/Habbo.swf";

Is there something wrong?

after looking at the error pic it says you have a web.config/rewrite module error. i didnt see that part in the pic
 

Kak

Posting Freak
Apr 21, 2017
951
165
Ok i you don't know where the issue can be in my web.config file which i posted here ?

Did that web.config come with your cms? I would try a different one as it looks like it may have errors or if you haven't already try importing your .htaccess into url rewrite so it can convert the rules properly
 

uttmmmm5

Member
May 18, 2016
110
5
Ok now maybe somebody can tell me now exactly what the problem is.
When i try to open my habbo.swf file directly through the browser then it shows me this:
And in the Client still this error:

------------------ UPDATE ----------------------
Now it works, it was really my web.config file.
But now it stucks at 76%, any ideas ? Maybe incorrect links somewhere or what do you think ?
These are the last files which will be loaded -->
Or is it maybe because of this error? ---> Or is this unnecessary?
 
Last edited:

Kak

Posting Freak
Apr 21, 2017
951
165
is related to the cms not client so no its not necessary. will possibly be able to tv u tomorrow if u cant figure it out
 

xXTrevXx

Member
Dec 29, 2015
66
3
"But now it stucks at 76%, any ideas ? Maybe incorrect links somewhere or what do you think ?"
i dont care about the F12 error, he said it was stuck at 76% hes not giving any info.
LOL how does the client being stuck at 76% NOT relate to the client? XDD
 
Last edited:

NickZeGamerX

Member
Apr 2, 2016
79
9
Check your external_variables.txt / external_flash_override_texts / external_override_variables for misconfigurations and typos, Like mine: .swfs instead of .swf because this is what happened to me.
 

Users who are viewing this thread

Top