WO_API: http timeout. Any fixes? Tried lots.
Cant create a game and it will just say "Game finished"
here is my error log:
Re: WO_API: returned http500 Please Help
Sorry for the two topics, you may close one of them as one are not needed anymore. thanks.
P.S. new error for anyone who can solve this, I will personally go out of my way to find new tutorials for you guys. :)
I was about to post SQL tuts, but pablito already covered it.
Anyways heres my log:
Re: WO_API: returned http500 Please Help
Maker sure you have php-MSQL drivers installed and php-drivers aswell in your IIS..Your backend is not connecting to your Database.
Re: WO_API: returned http500 Please Help
Uhg, everything is configured. But im still getting the same error. :\
Re: WO_API: http timeout. Any fixes? Tried lots.
Fixed the returned 500 by adding my external WAN ip to the warz_server.sln and warz.sln vars.h file.
many thanks to duong phan for helping the community, he is a really good member.
But what does WO_API: http timeout mean?
I can connect to my IIS website just fine and actually view the files and such. SQL is working too.
Also, how do I increase the loot generated?
Re: WO_API: http timeout. Any fixes? Tried lots.
Bumped for this is my problem too.
Re: WO_API: http timeout. Any fixes? Tried lots.
Hey Guys,
Hope that if anyone is still looking at this, my info and findings will help.
I was setting up my game on a vCloud server hosted for external connections. I looked at several guides in compiling etc, alot of them in some other language!
I got to the issue above, and found the following:
in C:\WarZ\bin\game.ini - I set this back to 127.0.0.1 from my external IP (this is something I did wrong from the start, whether it helped fix my issue I cannot say for certain. BUT, the other thing is, I have to check this:
C:\inetpub\wwwroot\WarZ\api\web.config
Look at <connectionStrings>
<connectionStrings>
<add name="dbConnectionString" connectionString="Server=localhost,1444;Database=WarZ;User ID=wz_api_user;Password=***Hidden***;Trusted_Connection=False;" providerName="System.Data.SqlClient" />
</connectionStrings>
Make sure the Server= the local server and a port you configured in SQL, and also make sure the User ID and Password are correct. This is in SQL\Security\Logins\ - You must have wz_api_user and the pwd must match.
Happy WarZing!
Re: WO_API: http timeout. Any fixes? Tried lots.
Could you help me?,i got the same issue,i cant resolve it :/,skype: skater,pessoal,please ;-;
Re: WO_API: http timeout. Any fixes? Tried lots.
Did you guys check your game.ini in your client files? It was that easy for me....