Jump to content

Randy Calvert

Clients
  • Posts

    3,946
  • 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 don't mean to butt in, but one thing to check is that /tmp/ on the server that is extracting the file has sufficient space and/or permission. If installing other plugins is working, it might be something with the upload.
  2. Yes. Typically it's targeted only to show to people impacted though. For example, it had an Elasticsearch message in it once, and another during the PHP7->PHP8 time. 🙂
  3. This is highly dependent on your specific Apache/PHP setup. I would recommend disabling anything one by one and letting changes bake a few weeks so you can catch any unexpected/unintended consequences. In general, I would recommend reviewing: https://httpd.apache.org/docs/2.4/mod/ This will tell you what a majority of modules do. You can then evaluate your conf file folders and see if those directives are used in any way. (If so, they'll stop working.) Some general thoughts on the module list you provided are below... again, I don't know your specific server setup so don't take any of this as gospel. What is good to disable for me might be required for you based on your host entry setup, how PHP is compiled, etc.
  4. 4.5 introduced support for the marketplace. However that version is nearly 3 years old. My guess is the specific resource you’re looking at is not flagged by the owner as being compatible with that version of IPB. I would highly recommend you upgrade to the latest version. If you’re running it, you’re running a version of PHP that gets ZERO security upgrades and there have been several versions of IPB that have had security bug fixes since then.
  5. There is not a log of emails sent by the contact us form. If it was not logged by the mail server itself, it’s lost.
  6. Do you have your htaccess file setup correctly? It sounds like you may have friendly URLs enabled but your server is not processing the directives correctly. ACP>Search Engine Optimization>Rewrite URLs?
  7. Leave it overnight and it should be fine. Had something similar happen when it appeared stuck. Left it and came back the next day with it finally completed.
  8. Jim, I think he means the feature that notifies you if another reply was added while you were already viewing the topic. If so, it’s done by the software automatically in the background checking for new content in the threads you’re viewing.
  9. There are third party resources that can style banned member’s names. For example check out:
  10. https://invisioncommunity.com/contact-us/ Choose accounts and billing.
  11. In order to download/install the software, you need to have purchased the SELF-HOSTED version instead of IPS's hosted version. Specifically you will want to have purchased: https://invisioncommunity.com/buy/self-hosted/ I assume you have purchased the wrong service. If that's the case, the staff will need to help you fix this. (I'm just another customer!) You can reach the Accounts and Billing team by using this form: https://invisioncommunity.com/contact-us/ Once another member of the staff see this thread, they can also create a ticket for you as well with that team. After you have everything squared away... most 3rd party plugins/resources are purchased via the marketplace found in your new site's AdminCP.
  12. It's interesting that it would have also broken the ACP editor screen as well! At least you were able to get to the bottom of the problem!! That's the most important thing!
  13. Have you tried disabling your third party resources (apps and plugins) then clearing the system cache in the support section of the ACP?
  14. Click on reset default config. It will mean you have to fix any extra buttons you've added or rearranged. I've had that happen a few times with custom third party buttons that went wonky eventually.
  15. Take a look at the following for setting up Stripe and it’s associated webhooks:
  16. It’s built into the core CSS already. Just wrap the sidebar code with: <div class="ipsWidget" data-ipssticky data-ipssticky-relativeto="#ipsLayout_sidebar"> </div>
  17. I think this is a language translation issue. If you change signature to subscription… it makes much more sense. (If that is the case he needs to just setup the appropriate web hook.)
  18. https://help.hospitable.com/en/articles/4605516-how-can-i-add-the-ical-feed-to-the-calendar-on-my-device The above looks to have directions for iCal and android. I don’t have a device to test though.
  19. When this is done typically, the IPB staff generally remove the value that is stored in their server. This allows the next domain to try and activate it to do so and use that value. 🙂
  20. The existing core IPB software allows you to define profile fields that are not shown publicly. On a per-field basis, you can set how a value is handled. ACP > Members > Member Settings > Profiles In a profile field, you can edit it and set permissions: And as you noted, you could also create a Pages database if you wanted fine tuned control of the display and layout.
  21. You could do public_html for IPB and public_html/old for Wordpress. IPB does not have any folders named “old” so you won’t have any problems with WP just being in a sub folder.
  22. You could do one of two options… - Use Pages to create the HTML page verification. (Just make sure to choose the option to not use the board wrapper.) Paste the code Google asks for into a Pages page with the name they tell you. https://support.google.com/webmasters/answer/9008080?hl=en#html_verification - Use DNS authentication. If IPS hosts your DNS, you’ll need their help via a ticket to create a TXT record in your DNS. https://support.google.com/webmasters/answer/9008080?hl=en#domain_name_verification There are technically other options if you use Google Tag Manager and other Google services. The full list can be seen at: https://support.google.com/webmasters/answer/9008080
  23. Are you self hosted or hosted in IPS cloud platform?
  24. It’s a time out error. It means your server sent a request to Google but after 10 seconds got nothing back. This means one of two things: 1. There was a networking issue between your server and Google’s server. 2. Google’s servers for whatever reason was down and unable to respond. In either situation, IPS can’t fix those issues. It’s going to either be a temporary transient problem that fixes itself or something your host has to address. By the way… “resolving” most likely points more closely to your server’s DNS being the problem instead of Google as it’s highly unlikely that Google’s DNS was down.
×
×
  • Create New...