Jump to content

Randy Calvert

Clients
  • Posts

    3,664
  • Joined

  • Last visited

  • Days Won

    73

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

  1. I can replicate this as well. I installed the patch and still am prompted each time the update task runs to install it. There are no available updates/patches to install.
  2. Remember… IPB is seeing counting how many times the topic was opened by ANYTHING. Google does not count things that does not execute JavaScript (which is what the GA tag is) meaning it won’t count its own traffic or that of other search type bots.
  3. In your browser when running the installer… are you using the SAME EXACT address that shows up for your license in the client area? For example www vs no www and such matters.
  4. That's a lesson I learned a long time ago. 🙂 The "latest" is not always the best. In fact in the corporate world, most organizations run slightly older LTS releases of software instead of the hot off the press versions. The key question to ask is if there is something specific you need in the latest release (for example a known bug was fixed in the newest release that is causing problems for you). From a security perspective, since 8.2 for example is still supported, if there was a major security issue, they would release the next sub point release (8.2.XX). It would not require upgrading to 8.3.x until 8.2 is EOS.
  5. That's certainly up to you... however IPS generally does monthly releases. So if you skip a month, you'll most likely just be in the same spot a month later. At most I would suggest waiting a week or so after the release.
  6. Have you installed the latest patch inside of your ACP? This was just fixed yesterday.
  7. I believe you would find it in the Support section of the ACP. You'll find a link in the upper right hand corner of the ACP. There will be a section with recommended things to fix. If that does not work, you may have to fix it using something like phpMyAdmin.
  8. In a nutshell... you want to upload the files to the same spot where you first installed the IPB software into. We can't tell you EXACTLY where your files are uploaded on your website as it depends on your hosting provider and how they setup their server. Here's a little more detail on the process to do a manual upgrade: - Download the latest version of the IPB software from the client area. (If you had a legacy migration from another platform, you might need to also check the box to download the converters as well.) - Extract that ZIP file that is downloaded. Inside of it will be all of the files related to IPB. - Launch an FTP application of your choice and connect to your server. - Find where your IPB files are installed on the server. (If you're using a server with cPanel, this is typically inside of the "public_html" folder.) - Upload all of the extracted files up to your server. It will prompt you some of the files already exist and what do you want to do. You will select to OVERWRITE the existing file. This process will take a little bit to do. Once complete, you will visit yoursite.com/admin/upgrade to kick off the upgrader. It will ask you to login with your ACP credentials and then walk you through the rest of the steps.
  9. You might also try clearing your browser cache or try a different browser to see if the issue persists. I've seen a situation where a JS did not cache properly in the browser and I was getting some funky things happening in the ACP.
  10. If you would like to suggest it, I would either post the idea in the Feedback forum so it does not get lost in the sea of support requests or ask a staff member to move this topic over there for you. 🙂
  11. No. There is no concept as “mark unread”. The closest you’ll get in the base software is to have someone else post in that topic which would make it unread for you again.
  12. Most likely your PHP installation does not have the correct module to enable PHP to connect via SFTP. This would be something that would need to be compiled into your PHP installation. Just because your computer has an SFTP client on it does not mean your PHP client has support for it. 😄
  13. No. IPB would not be aware of payments made outside of its software by default. You would need to cancel the existing stripe subscription and setup/store payment info within IPB. Otherwise you could work with a 3rd party developer to create some sort of bridge that could check the status of a stripe subscription and promote/demote users.
  14. Given there has not even been a closed preview or open preview and that we are a third of the way through March… I would be highly surprised if there will be something available in download form this month.
  15. Are you using some sort of WAF or Cloudflare on your site?
  16. I can’t wait for the new bumpin’ music track!
  17. I would recommend upgrading your IPB version and PHP version. PHP7 is end of life and does not get support from its authors anymore. There are also security updates that are known in the older versions. If one of those are exploited on your site, there will not be much anyone can do to help you. If you absolutely simply cannot upgrade, I would HIGHLY recommend you have really good backups and that you actually test that you can recover from a backup.
  18. If you can’t reach the license server but you can ping it… I would check if your curl supports TLS 1.2. If you ONLY accept 1.1 or 1.3 you will likely have problems.
  19. I've seen situations where people have manually linked to attachments by copy/pasting the URL. If that happens instead of using the "Other Media" option (insert existing attachment) for example, it would not get updated. It won't update links someone copy/pasted.
  20. 4.7.16 is currently in beta. Once it is released, the issue should be fixed. 🙂
  21. I've not seen anyone on my community complain about this and there have not been others on the support site here reporting a similar activity. So there's a pretty good chance it's not core causing the issue for you. What happens when you disable chatbox? Does it still happen? I personally would start there as SSO should not have anything to do with interacting with your pages once logged in. The classifieds app generally is interacted only when using the application itself. The chatbox however can be loaded on almost any page.
  22. I’m confused here… you said in the first post the page refresh occurs if you go away for a long period of time and come back or switch away from the tab for an extended period of time. Now you’re saying it’s happening as they’re writing a post or replying. In they start typing a post and go away for some period of time… even if the page refreshes IPB will auto store the content. It also happens if you navigate away from the page without submitting the message. I just literally tested this on my own site and on this forum and it works. I completely navigated away from this page (clicking the activity stream and then clicking this thread again). When I came back, my post was restored along with a message at the bottom explaining the content was auto restored.
  23. It’s not easy at all. I did this a while back with Google Tag Manager feeding data using the DataLayer. It’s been quite a while since I’ve done it, but I would start by looking up info on DataLayer.
×
×
  • Create New...