Jump to content

Randy Calvert

Clients
  • Posts

    3,945
  • Joined

  • Last visited

  • Days Won

    78

 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 Randy Calvert

  1. I think it’s working now that he’s changing the subject to “del”. Though I would recommend leaving it as it was in case it can help others later. 🙂
  2. You might ping @Adriano Faria to see if he could make a Pages version of this plugin... This one looks to be for Files, not Pages.... so I don't think it would work for what you need, but if he can do this... it should not be hard to do it for Pages. 🙂
  3. There is not a BUILT-IN system to do this, however there is a plugin in the Marketplace that might be up your alley...
  4. There is not an easier way today. You correct in that you would need to individually change each member's notification settings to disable email for a user. If you would like it considered for a future release, there is a feature request forum you can make the request in: https://invisioncommunity.com/forums/forum/499-feature-suggestions/
  5. Did you confirm ALL tables are InnoDB? That screenshot is showing only about a third of all the tables associated with an IPB install. (There are nearly 300 tables associated with an IPB install!) When I saw this occur on a website I help with, it was because one or two tables were not converted.
  6. Ahhhh... we may be getting somewhere. IPS\Http\Request\CurlException: https://ips-corp-sites.s3.amazonaws.com/invisionpower-com/monthly_2022_02/nexxe_xml.d655e00a117f24bd3b706d020d0c9b7f?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIAJDL6T6G73T4MX7SQ/20220206/us-east-1/s3/aws4_request&X-Amz-Date=20220206T055948Z&X-Amz-Expires=1200&X-Amz-SignedHeaders=host&response-content-disposition=attachment;%20filename*=UTF-8''nexxe.xml&response-content-type=application/xml;charset=UTF-8&X-Amz-Signature=0590fa05ee25ffbe81fef02789248dc502c97e5044fd2e6e411de283d951b439 Operation timed out after 10000 milliseconds with 3011102 out of 6538833 bytes received (28) You're trying to download the file from IPS servers (which is hosted on AWS). Your instance downloaded about half of the file and the transfer failed. It looks like you downloaded about half of the file and quit receiving data. The operation timed out after 10 seconds of no activity. This could be either a temporary network issue between you and IPS servers OR if you have some sort of firewall or other protection system, it might be blocking the transfer. Try installing it again.... see if that error repeats again.
  7. If it was literally just updated 4 days ago, it's POSSIBLE there is something in that release that caused a problem. I have not purchased that theme, so I can't confirm it. However if you post in the support topic for that theme, the author can check into it for you! 🙂 Also... do you have any System Log or Error log messages? It's possible one of those logs might have some detail that might shed some light on the problem.
  8. If you're able to install other marketplace items, it's possible that it is something unique to that plugin. I would reach out to the plugin author. It might be a bug with the latest version of IPB (4.6.10).
  9. The reported content section and the approval queue are two different things. If you are asking about removing multiple reported content items... Check the box next to each report you want to remove. It will pop up a small window in the bottom center to change the status of those reports or delete them. If you're referring to the Approval Queue itself... instead of dealing with the approval queue to deal with spam, just mark the user as a Spammer. It will ban the member and delete ALL content from that user. It will be like they never existed.
  10. IPS does not provide support for upgrading your servers or making sure you meet the minimum system requirements. That would be something you need to do. You can check to make sure you meet the minimum requirements for IPB 4.x by running the following script: Once you know you meet the requirements: MAKE A FULL BACKUP OF YOUR SITE FILES AND DATABASE (I cannot emphasize this enough in case you have problems, you want to be able to roll back!) Download a copy of the latest 4.x version from the client center. Upload them to your server and override any files that it notes already exist. Access "www.yourdomain.com/admin/upgrade". Follow the prompts to walk through the upgrade process. The staff will generally try to help as much as possible with conversions, however given that IPB 3.x is 10+ years old... it can be difficult to support and cannot be guaranteed. There was someone who went through a recent 3-4 upgrade and the staff were able to fix some mySQL 8 issues for him so that he could complete his upgrade process for example. They're absolutely willing to help, but just realize there might be challenges/hiccups along the way. (Thats also why its recommended to have a complete backup available just in case!)
  11. Have you checked to make sure you have the appropriate writable permissions on your uploads folder? One of the common reasons for failure to do activities like this is to not have the correct permissions on a folder in which the system is trying to access.
  12. I don't believe disable_functions is available via the user side of the cPanel MultiPHP INI. https://features.cpanel.net/topic/add-disable_functions-to-multiphp-ini-editor-basic-mode https://serverok.in/php-disable_functions-php-fpm-cpanel (this is in reverse of what you what, but shoes it's not a user level activity, but instead a server level function meaning WHM or admin level SSH is needed) You might need to make the request to your host to disable this for you potentially if they're willing to do it.
  13. Info is posted at: If you're changing paths, etc... you might need to clear your system cache after updating your conf_global.php file. Also make sure you're using TESTINSTALL on your key postfix as indicated in the URL above to make it reflected as your test instance.
  14. I'm glad that just picking a color with the color picker worked for you! If you need help with something more "robust", feel free to post the specific opening and closing tags you're trying to use. Someone might be able to give you some feedback on it!
  15. This typically happened because you applied the closing tag incorrectly. For example: FIRST BOX <span style="color:purple;font-weight:bold"> SECOND BOX </span> You would not want the close span included in the first box (as it would not apply anything to the group name itself. If you forget to include the close span in the second box, it will also break the HTML and not render correctly and possibly output like you described above. Another example would be something like IPS used to do for the Customer group by putting a red + mark in front of their name and making it italic. It might look something like: FIRST BOX <span style="color:red"><strong>+</strong></span> <i> SECOND BOX </i> And the output might look like + Randy Calvert
  16. Hi there! Click the Pencil icon next to your new theme. In the "General" tab will be "Default Front-end Theme?", set that to be enabled. Make sure Guests and other member groups that you want to access it are set in the "Available for" section. That should do it for you!
  17. Within forums, a moderator can reward a person for their post contributions with a badge and/or points. Is there a way to do something similar for gallery or blog contributions? I can't seem to find it if there is. If it's not possible, could this topic be moved to the Feature Suggestion forum for future consideration? Thanks!
  18. Well... still a 3rd party issue, but able to be fixed by IPS! They should technically not be calling the method that way even though it's "works". 😇
  19. Take a look at: Edit: @Adriano Faria beat me to the punch by mere SECONDS! 🤣
  20. How is the title of a topic going to describe a picture within that topic? What happens if there are multiple pictures in that topic?
  21. No, this is not currently possible within forums. It only is supported within Pages and Blogs.
  22. Yes and yes. Now remember… it’s only supported currently by search engines like Bing and Yandex. It’s not supported (yet) by Google. So depending on how you get your traffic, it might or might not make a big difference.
  23. Just to understand the ask... what are you asking them exactly enter into the alt tag field? Easily understanding what the image means typically involves describing the contents of the image. For example... A caption might be "A Bored Cat". Now... if a user uploads an image, how is IPS going to know what the image is about for it to apply a proper caption. When a user adds an image, there is already a spot for them to describe the image... that's what the image title is for. Now... if they just added "User uploaded image" as the description, it puts something in the field, but it defeats the intended purpose of the field, which is to actually DESCRIBE the image. Just saying it's an uploaded image does not help an accessible user understand what is inside of the image.
  24. There is an optional patch that was released today that fixes most of the Dispatcher issues. Have you applied it yet?
  25. A lot of those errors look related to themes. I assume you’re using a custom theme. Most likely something in the theme is out of date. While it may not be breaking the site, it could still be throwing errors.
×
×
  • Create New...