Jump to content

Unlucky

Members
  • Joined

  • Last visited

Everything posted by Unlucky

  1. Unlucky replied to Martin A.'s post in a topic in Marketplace
    Hi, Sorry yes you are correct but after running it I still do not have any member markers showing
  2. Unlucky replied to Martin A.'s post in a topic in Marketplace
    Hi, Running that task is what caused the error last time, but I tried again and this time it said it ran successfully However still no member markers on the map
  3. Unlucky replied to Martin A.'s post in a topic in Marketplace
    Hi, I just upgraded and have no markers. I ran the recache and got this error. Warning: file_put_contents(/usr/www/virtual/xxxxxxxx/www.websitename.co.uk/forums/cache/mmap/members-1.json) [function.file-put-contents]: failed to open stream: No such file or directory in /usr/www/virtual/xxxxxxxx/www.websitename.co.uk/forums/admin/applications_addon/other/membermap/sources/classes/mapLib.php on line 215
  4. Hi, This is exactly what I am trying to do now with one of my forums - what is the solution? Thanks,
  5. Unlucky replied to Martin A.'s post in a topic in Marketplace
    Hi, I have deleted that code while waiting to hear if we can get a fix for the friends bit. The show friends button is still visible so where would we need to disable / delete that one. Thanks,
  6. Unlucky replied to Martin A.'s post in a topic in Marketplace
    Hi, OK many thanks will do that but just quickly as the show friends option would be handy for my community, is there any fix for the issue we could try first? Many thanks for your help.
  7. Unlucky replied to Martin A.'s post in a topic in Marketplace
    Hi stoo2000 Any idea what is causing my error a couple of posts previous? invision support said I needed to contact the app developer as it was not an IPB error. Many thanks
  8. Unlucky replied to Martin A.'s post in a topic in Marketplace
    Hi, I am running IP.Board Member Map v1.0.9 on IP.Board 3.3.4 When I click the show friends button the system hangs I have this error reported in the mysql slow query log # Time: 130501 7:57:59 # User@Host: xxxxxxuser[xxxxxuser] @ localhost [] # Query_time: 207.757223 Lock_time: 0.000145 Rows_sent: 22 Rows_examined: 125913583 SET timestamp=1367409479; SELECT mm.*,m.member_id, m.members_display_name, m.members_seo_name,pf.friends_id FROM ibf_member_map mm LEFT JOIN ibf_members m ON ( m.member_id=mm.member_id ) LEFT JOIN ibf_profile_friends pf ON ( pf.friends_friend_id=m.member_id ) WHERE (pf.friends_member_id=1 AND pf.friends_approved = 1) OR m.member_id = 1 GROUP BY m.member_id;