Jump to content

bfarber

Clients
  • Posts

    163,911
  • Joined

  • Days Won

    346

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by bfarber

  1. I polled the team and we're going to skip making this change for the time being. If this becomes a prevalent issue we can revisit down the road;
  2. Yes, that's normal (it will run again 24 hours after the last time it did for an individual account), however the time of day an email is sent will vary from account to account.
  3. All emails are responsive, however sometimes larger images can cause the text to display small.
  4. ROOT_PATH shouldn't literally point to "/app" but if it does, I don't see how we can do much about that. Just use a different folder is what I'm going to recommend.
  5. The only one I can reproduce on our 4.5 codebase right now is the seo.php one. I'm submitting a fix for that. I would recommend holding off testing php 7.4 any further until you get your hands on 4.5. We've made many fixes already in 4.5 for php 7.4 issues.
  6. Errr - use a different root then? I mean, do you have a fix that works for you we can take a look at? I'm not really inclined to perform a new installation explicitly in "/app" to test right now, but if you have a suggested fix I'm happy to review it.
  7. We have not announced AMP support for 4.5
  8. There is no built in option for this - you can show individual records on separate maps, but there's no feature to show a consolidated map with all records on one map.
  9. If you have the sql_socket configuration option defined in your conf_global.php, you may need to remove it or adjust it in addition to adjusting the rest of the database information.
  10. I would recommend contacting your host about the issue.
  11. The error message comes directly from MySQL, not from us. We're reporting back to you the error MySQL produced. I agree it could be a bit clearer, but we don't develop MySQL itself.
  12. ImageMagick is broken on your server - contact your host, or switch your site to use GD to process images in the AdminCP.
  13. You cannot control what time digest emails are sent out. The task that sends the runs throughout the day and will send them as soon as the previous 24 hour period has passed. Different users will receive digests at different times of the day.
  14. 1) When the task runs, if there is any content in areas you follow that is "new" (you haven't read it), you should get an email with a summary of that content. 2) Digests are always sent via email. The setting you referenced is your default option when you automatically follow content you are posting. 3) No question here 4) This is a change for 4.5 which we applied to our community early to facilitate mobile push notifications. In other words, your list will look like this when you upgrade to 4.5.
  15. As the change you are suggesting has no practical impact in our case, it's not a change we are likely to make anytime in the immediate future. I'd recommend just adding the index and doing what you need to do.
  16. There are no options/settings to remove the breadcrumb on individual pages.
  17. All downloads are counted, including if a user downloads the file multiple times.
  18. This error is related to a faulty ImageMagick update (or, more specifically, the PHP extension for ImageMagick). You can ask your server administrator to look into the issue, or you can switch image processing to use GD in the AdminCP.
  19. No, there are no configuration options for it. Resources should load as they approach coming into view.
  20. Open conf_global.php in your community root directory and change the member_group variable to point to the appropriate group ID.
  21. It sounds like your database doesn't exist. Open conf_global.php and verify your SQL credentials are correct.
  22. No, there is no shortcut I'm afraid. You could just add an address field instead, which includes a country dropdown.
  23. Content count includes new content items, comments and reviews (in areas that increment the user's count).
  24. Ok, but why does that require changing the column type out of curiousity?
  25. We have slightly improved this error for 4.5, but the underlying problem remains the same - the image they uploaded most likely was very large and the image manipulation libraries ran out of memory trying to create a thumbnail.
×
×
  • Create New...