View Single Post
07-21-14, 11:30 AM   #11
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
Any solution on what I can do? I also tried to connect to port 0 on localhost via PHP(as jUnique uses this as well), if that helps. I'm getting back that the hostname could not be parsed:
Code:
% php -r "var_dump(fsockopen('localhost', 0));"
Warning: fsockopen(): unable to connect to localhost:0 (Failed to parse address "localhost") in Command line code on line 1

Call Stack:
    0.0001     222840   1. {main}() Command line code:0
    0.0001     222984   2. fsockopen() Command line code:1
If the programmer is working on solving the issue then I hope this may help Fro what I can see it looks like a fine product and it would be a shame if it doesn't work due to a ridiculous bug like this.

Last edited by ravagernl : 07-21-14 at 11:38 AM.
  Reply With Quote