connection error

For discussion of the Poker Mavens server module and other administration topics
Post Reply
bigboss
Posts: 13
Joined: Fri May 20, 2011 3:00 am

connection error

Post by bigboss »

HI

I have the maven poker gold version. We are installing it on VPS. but we got this problem

I have the API used in the example outlined in
http://www.briggsoft.com/docs/pmavens/API_Examples.htm. I have also used the guide to setup
the server outlined in http://www.briggsoft.com/docs/pmavens/PMHelp.htm. The server is running
and I have used the login and registration examples used. The only things I did add were the tags
to have it fit into the design. I added table row and data tags before and after the examples shown.
I commented the avatar area of the form out because I've not included any to include yet. I wanted to
get a test template finished to get the software running. Now once I got these forms completed and included the API
and information I am now getting a Error: Connection failed
Click Back Button to correct.Error in my_thread_global_end(): 1 threads didn't exit.

I cannot seem to figure out what the problem is at all. Do you happen to know how to troubleshoot this issue?

Or would you happen to have a more well written thorough guide as to how to setup the software?

Thank you
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: connection error

Post by Kent Briggs »

bigboss wrote: Now once I got these forms completed and included the API
and information I am now getting a Error: Connection failed
Usually this is a firewall issue blocking the connection between the machine hosting the PHP code and the machine running the poker server. Is your PHP code also hosted on your VPS or somewhere else? Some ISPs will have PHP/Curl setup so that outgoing connections only work on port 80 and thus if your Poker Mavens file port is 8087, that connection is blocked.
bigboss
Posts: 13
Joined: Fri May 20, 2011 3:00 am

Re: connection error

Post by bigboss »

Great this issue is fixed, the problem was with ports not being open

THANK YOU
Last edited by bigboss on Fri May 20, 2011 11:32 am, edited 1 time in total.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: connection error

Post by Kent Briggs »

bigboss wrote:well, now the ports are open and working so the account was created successfully but we are still getting the my_thread_global_end() error
If I google that error I see a bunch of messages related to PHP and MySQL. Are you accessing a MySQL database somewhere in your code?
bigboss
Posts: 13
Joined: Fri May 20, 2011 3:00 am

Re: connection error

Post by bigboss »

kent , we did fix the issue.

THANK YOU
Post Reply