Jump to content

iacas

Clients
  • Posts

    593
  • Joined

  • Last visited

 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 iacas

  1. I had a member sign up recently and AutoWelcome didn't seem to fire. It's enabled, and everything should be working just fine. PHP 8, IPS 4.7.6… and so far as I know, everything else is okay.
  2. Ha ha. That would annoy the other members too much (even if I set it to 50 or 75 every hour) because… they'd have to dismiss a bunch of new markers all the time. I like 1000 or so once a day. There will be days I run it manually once, too. Thank you.
  3. Yeah. I did a few of the 100-run ones (like 10 or 12), then I changed it to 1000 and did it once. Still good. And still 43,000+ remaining. 😄 Doing it by the hundreds… they'd still be processing in 2024.
  4. Is there a way to bump it up from processing only 100 at a time? To like… 2000 at a time? I've been running this for awhile now and still have 45000+ to process. I changed the $limit to 1000 on line 54 of the task. That may do it.
  5. The first post checkbox was for merging the first post with a subsequent post, not for merging topics, though, right? Not sure what you're asking exactly. (Just a user here, of course.)
  6. Ah, I had searched for "member" and "commu" and "map" and didn't see it. For others, the task is called "locationSync". I'll run it a few times now.
  7. Processing 100 member map markers per day is annoying and bad for my site: visitors who don't visit every day are going to miss out on posts and content that's new that occurred just before that day's processing of markers. Is there any way to mark these as read for everyone? Or to not have them show up as "new" in a default stream of "unread" content, @Martin A.? Or at least… let me process ALL of them instead of 100 at a time, so they're "out of the way"?
  8. As an admin on the public profile page. The location was Youngsville, Louisiana. He had typed in "Youngsville, LA" and it located it somewhere near northwestern NY, so I changed it to "Louisiana" and nothing changed, so it may have simply been a matter of… a map failure to locate the correct location, even with the state name in it.
  9. In his profile. Previously this resulted in an immediate change to the marker. I see that happening now. 100 or so yesterday, 100 or so today. Thanks for the heads up.
  10. I changed the location of a member today… but his marker never updated its location. This was nearly immediate before. Hours later, it still hasn't been updated.
  11. iacas

    iAwards

    Did you try the fix noted above?
  12. Works here too on the same setup.
  13. Well, okay. I made a backup of the modified file(s), because the patch did modify those files, so I was able to quickly revert to put the fix back in. For others, or myself if I goof in the near future… if ( \count( $data ) ) became if ( is_countable( $data ) AND \count( $data ) ) Thank you. All set now.
  14. Thanks. Should I apply this patch, and then restore the Widget.php files that you modified? Or does this patch include that fix (it doesn't seem to)?
  15. The access credentials are all correct except the SFTP stuff. I'm waiting on something for that. It'll be updated to what's on file, so it may begin working again (the SFTP stuff) before I'm able to get back here to say so. But everything else - admin panel access - is correct.
  16. Anything, @Marc Stridgen or @Mark H?
  17. I'd already done those steps in trying to figure it out before, but I did them again just now and it still generates the error. It happens on a default theme (even though it's not tied to a theme, and my theme is a lightly modified child theme), and I disabled all third-party plugins and applications. The details in the support thing should be accurate. I manually ran all the other "cleanup" tasks, but the main "cleanup" one still generates the error above.
  18. iacas

    iAwards

    @Adriano Faria, I'm using the advice above to see if I might be able to fix this, too: Oh, sorry, thought those would merge. I appreciate the help with the iAwards bug/issue.
  19. When you split this into its own topic, I lose the follow, so I didn't even see that you posted this reply until I went to look for my own post.
  20. iacas

    iAwards

    Thank you! That seems to have solved it.
  21. iacas

    iAwards

    Still getting the same error with autoAwardRules on IPS 4.7.4. I don't have any auto-awarded rules. I created one, to see if that would make the error go away, and it still gave the error.
  22. My cleanup task has seemingly NEVER completed (not lately, anyway): It gives this error when run manually: As text, that's: TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given (0) #0 /path/to/site/system/Widget/Widget.php(1009): IPS\cms\_Widget::getUniqueIds() #1 /path/to/site/applications/core/tasks/cleanup.php(263): IPS\_Widget::emptyTrash() #2 /path/to/site/system/Task/Task.php(274): IPS\core\tasks\_cleanup->execute() #3 /path/to/site/applications/core/modules/admin/settings/advanced.php(754): IPS\_Task->run() #4 /path/to/site/system/Dispatcher/Controller.php(107): IPS\core\modules\admin\settings\_advanced->runTask() #5 /path/to/site/applications/core/modules/admin/settings/advanced.php(38): IPS\Dispatcher\_Controller->execute() #6 /path/to/site/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\settings\_advanced->execute() #7 /path/to/site/adminstuff/index.php(13): IPS\_Dispatcher->run() #8 {main} I've just now started looking into it. IPS 4.7.3, PHP 8.1. No patches available.
×
×
  • Create New...