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. No, not base64. Plain file content as value.
  2. Have you looked in your system log? There might be something there labelled as "template_error" that have information as to why it can't be saved.
  3. Did you read his post? Specifically where he wrote that he tried disabling the mentioned application? Upgrading to 4.7.8 or newer will most likely fix this for you, as one of the calls in the stack trace have been remove. It's related to storing the members current timezone in the database.
  4. ELIMINATED! Can you make sure you've not edited the template "popupContent" in communitymap > front > map, and that you've enabled the "show label" option for each for those fields? I can't reproduce your issue. Added to next version.
  5. That "open" value is coming from some really old topics
  6. We're having the same issue on your test install as well. Backtrace doesn't show much #0 /home/nginx/domains/<domain>>/public/applications/core/sources/Setup/Upgrade.php(1254): IPS\_Db->query() #1 /home/nginx/domains/<domain>>/public/applications/core/setup/upg_107640/upgrade.php(50): IPS\core\Setup\_Upgrade::runManualQueries() #2 /home/nginx/domains/<domain>>/public/applications/core/sources/Setup/Upgrade.php(594): IPS\core\setup\upg_107640\_Upgrade->step1() #3 /home/nginx/domains/<domain>>/public/applications/core/sources/Setup/Upgrade.php(326): IPS\core\Setup\_Upgrade->step1() #4 /home/nginx/domains/<domain>>/public/applications/core/modules/setup/upgrade/upgrade.php(47): IPS\core\Setup\_Upgrade->process() #5 /home/nginx/domains/<domain>>/public/system/Helpers/MultipleRedirect/MultipleRedirect.php(93): IPS\core\modules\setup\upgrade\_upgrade->IPS\core\modules\setup\upgrade\{closure}() #6 /home/nginx/domains/<domain>>/public/applications/core/modules/setup/upgrade/upgrade.php(77): IPS\Helpers\_MultipleRedirect->__construct() #7 /home/nginx/domains/<domain>>/public/system/Dispatcher/Controller.php(118): IPS\core\modules\setup\upgrade\_upgrade->manage() #8 /home/nginx/domains/<domain>>/public/system/Dispatcher/Setup.php(220): IPS\Dispatcher\_Controller->execute() #9 /home/nginx/domains/<domain>>/public/panel/upgrade/index.php(34): IPS\Dispatcher\_Setup->run() #10 {main} But since I'm awesome, I got you the queries it's running as well. array ( 0 => array ( 'table' => 'core_polls', 'query' => 'UPDATE core_polls SET poll_item_class=\'IPS\\\\forums\\\\Topic\' WHERE pid in( SELECT poll_state FROM forums_topics WHERE poll_state IS NOT NULL)', ), 1 => array ( 'table' => 'core_polls', 'query' => 'UPDATE core_polls SET poll_item_class=\'IPS\\\\blog\\\\Entry\' WHERE pid in( SELECT entry_poll_state FROM blog_entries WHERE entry_poll_state IS NOT NULL)', ), )
  7. What he said ^ Your subscription expired July 28 2022.
  8. You could fetch the key with AJAX when needed. That would at least hide the key from plain sight, and prevent it from being scraped. I've received this email from Google about API keys from multiple projects I'm involved in. I think they are sending this to everyone with a key visible in the source code regardless of restrictions applied to it.
  9. I'm afraid this isn't possible. It is probably better to create this in Google Maps and then embed it into the event/marker/topic.
  10. I see. Probably because the only way to add a tab to clubs was to fake it as a club node. Looks like I can use Club::_tabs() instead now.
  11. Member Map, or Community Map? I do load clubs there, but AFAIK I never save them. Where does a club get its last activity date from?
  12. I've added this as a member group setting now, so all your member groups can have different icons and icon colors, as opposed to just a different pin color. You say "many bugs". Was it just those two? With bug 2 I assume you mean it still shows in the popup even when disabled? Saving the form a second time after disabling it would have "fixed" that. Fixed this in the next version.
  13. I'll have a look at this next week.
  14. We're a dying race, no one's gonna take our place once we eventually leave and this platform will be without any 3rd party developers to bother them and break their codes. Sounds like the dreams of the IPS management 🙂 How long haven't we begged them to do something about the marketplace? Everything we say is ignored. The amount of topics lacking a staff answer in this forum is evidence of that.
  15. Good thing it selects the members based on their last activity status then 🙂 You can also run this query to have it run hourly (Don't do this with a 1000 limit tho!) UPDATE `core_tasks` SET `frequency` = 'P0Y0M0DT1H0M0S' WHERE `app`='communitymap' AND `key`='locationSync';
  16. Yeah, changing the limit on file is how to do it. Do mind that it's now sending 1000 requests to Geoapify at once, this may result in a timeout and it's not actually processing 1000 members. Not that it really matters, as it will redo those it couldn't on the next run.
  17. As Nathan said. User have selected that his install of Member Map was "Community Map" from the marketplace, which it is not. This prevents him from installing Community Map until you remove this connection between the two.
  18. How many members are you going to import? You can manually run this task as many times as you'd like, just be aware of the daily API quota that you should exceed. Search for "tasks" in the ACP search to get to the task manager. If you click that "Marketplace" link in the image, where does this take you?
  19. I can also confirm this. First one occurred a few months ago.
  20. You don't say which Invision Community version you've upgraded from. Have you selected as part of the 4.5 onboard process that the "Member Map" application you have installed is "Community Map" from the marketplace? In your application list, when you click on the "Marketplace" link, are you taken to the Communtiy Map page? If this is the case you'd have to get IPS support to remove this connection, or link Member Map with the correct Marketplace file. Once you've done that you can (purchase and) install Community Map which have an import tool to bring your markers over. There is also a new version of Member Map which is uninstallable, as the one you have will most likely give you error if you try to remove it.
  21. The issue with the strong tag will be fixed in the release. I couldn't upload a fix for that until the current version was approved, and asking them to cancel the pending version would delay the fix for the autocomplete even further. I know permissions are a bit weird for the member markers, but this particular permission is handled in the group setting. @dhpunkt I've noted down you feature suggestion and I'll see what I can do about it.
  22. If you're still on PHP 7.4 and an older version of Invision Community I'm definitely going to say that's an issue. Report back when you've upgraded everything.
  23. Thanks. I've improved this. (isset( $json['results'] instead of in_array). Wow, this isn't something I've even considered would be an issue. I've removed the return type on all void methods. Did you click the "Restart sync process" first? Also be aware that deleting the markers would put them in the deletion queue, if that is enabled. Go to your moderator CP and have a look at the "Deleted Content" page. From there you can permanently delete the markers. The default suite setting is for content to be "soft deleted" for 30 days.
  24. That's weird, as I did exactly as you wrote on a new test account, and I got this result. I then changed his location to "Paris" and is was immediately placed in Paris France.
  25. As the user, as an admin, or in the ACP? I tried this on my install. Changed the location in the profile field that is selected in the profile sync setting, the change was immediate.
×
×
  • Create New...