Jump to content

Martin A.

Clients
  • Posts

    4,230
  • Joined

  • Last visited

  • Days Won

    21

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Martin A.

  1. Is this a new installation or an upgrade from the IPB3 version? If you want, you can give me ACP access and I'll take a look. This is my profile: https://mopar1973man.com/profile/3334-martin-a/ I'm going on a 4-5 day long hike today, so won't be able to look at immediately (unless you respond within 30 minutes).
  2. This is actually a bug with IPS Suite, not this app.
  3. Will get that sorted. All language strings should be translatable. The one used on the tab is "frontnavigation_membermap". Do you as an admin see a different error message than guests? One with a bit of debugging info?
  4. The star. If you hover it you'll see it says "Make default module". A filled star means that it's currently default.
  5. This is happening because "Marker Groups" is set as the default module. Not sure if this is on purpose or not. But as you may notice, when you're clicking on the menu item, you're taken to the marker groups list, not the actual map. The profile map will be fixed in the next version, which will come shortly after IPS 4.1.13 is released. If this is not on purpose, go to ACP > Applications,click on "Member Map" to make the module list expand, and click where the arrow is on the attached image.
  6. It's probably running out of memory. Create (or edit) a file named "constants.php" in your root directory (where you'll find init.php and conf_global.php) with the following content. <?php // DON'T INCLUDE THIS IF YOU ALREADY HAVE THIS IN THE FILE define( 'MEMBERMAP_FORCE_QUEUE', TRUE ); This will force Member Map to do the recaching in a background task.
  7. Looks like there might be an issue with the form you get in the map view. If you add one through Browse Markers > Members, it should show up.
  8. Then you'll need to find out what the true error behind that 500 error page is. You may be able to see it under ACP > Support > System Logs, or through cPanel.
  9. PM me the URL to both forums and I'll have a look.
  10. I don't think this is related to this application, and I assume you get the same error if you try to install anything else. You'll need to submit a support ticket to IPS about this.
  11. @Carlos de Alcântara, you probably have to add the menu item in System > Site Features > Menu Manager.
  12. @stoo2000 have been notified, and a hotfix for this will be pushed out as soon as possible.
  13. Could you send me your ACP details for me to have a look?
  14. Try setting the ACP language to English. The language strings for the menu items may be missing.
  15. Are you sure it's actually installed and enabled?
  16. Thanks @Kjell Iver Johansen Gitarnorge is fixed. Not sure why that fURL error keeps coming back though. The DB "errors" will be fixed in 3.1.1, which is currently being tested by @VR6Pete.
  17. What storage and caching methods do you use? (ACP > Settings > Advanced Configuration > Data Storage) Could you try running the support tool (ACP > Support > Something isn't working correctly)?
  18. That's odd. I kind of want you to try the new version before changing it. I can send a pre-release to you for testing. 1. 2. Don't see anything wrong with neither of them.
  19. Go blame IPS. They're the one who made it this way. Just look at the Forums app. Same thing there.
  20. How many markers do you have? I'm working on a new caching method for maps with more than 4000 markers. That calculated memory consumption for doing that in one go is roughly 40-45MB. If you have less than that I'll need to lower the limit. What this new method does is firing a task in the background instead of doing it in one go. The downside of this is a slight delay from when a marker is added till it's visible on the map. In my tests the task fired instantly, so there were no delay at all, but that might change if there are other tasks in the queue. Because you are currently viewing the permissions the member group has, not the settings. Previously there was a group setting for this, which you had to edit the member group to see.
  21. Thank you Rhett! To be honest I was a bit frightened when the saw the reply notification. "How many IPS Cloud servers have I exploded now? Memory consumption trough the roof?" But it wasn't, just a great bit of feedback And you probably would have contacted us privately if that was the case
  22. Guess you'll learn something every day. Didn't know you had to manually push something to the search index when it's not coming from a regular form. Fixed in the next release.
  23. Those two are sort of related (same mistake). Both will be corrected in the next release. That too will be fixed. But it should still return results. It does for me, at least. Yes. Both member and custom markers are kept.
  24. Glad you like it! The import is sorted by last activity, so at least you get the most "important" members first Figured it was better to put it on the lower side rather than trying to be too ambitious. I have no statistics as to how many requests a regular board would consume, other than when all shared the same key, and that was balancing on the edge.
×
×
  • Create New...