Results 1 to 2 of 2

Thread: cm_membergooglemaps error port80

  1. #1
    User
    Join Date
    09-15-09.
    Location
    France
    Posts
    98

    Default cm_membergooglemaps error port80

    Hi
    I used used cm_membergooglemaps extension but Ihave the error message when i add a new member in the backend.
    Code:
    Warning: fsockopen() [function.fsockopen]: unable to connect to maps.google.com:80 (Connection timed out) in /var/www/monsite.com/system/modules/cm_membergooglemaps/dca/helpers/base.php on line 22
    It's strange because I don't have this probleme with other server !

  2. #2
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: cm_membergooglemaps error port80

    The fsockopen() function is probably disabled on the server... you'd need to ask your hosting provider or use
    Code:
    <?php If(function_exists("fsockopen")){ echo 'Function Exists';}Else{ echo 'function does not exist';}?>
    in a template to find out.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •