Jump to content

JReviews

Clients
  • Posts

    38
  • 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 JReviews

  1. Deleting the cached file allowed the db settings to take over.
  2. @Marc Stridgen Having the same issue. Can provide more information on where I would find the "template save disk path"? I did find the setting just now in the same screen as the proxies one. It's set to a wrong path from a previous server, but I can't change that either because it always goes back to the previous value.
  3. Thanks for the quick reply Marc. Unfortunately that didn't make a difference. I even tried using a different browser.
  4. Thanks Marc. Yes, I understand the template problem is unrelated. It is a direct result of putting together a staging site on the same server. I think I got it now. I noticed that when clearing the cache on staging, if I didn't do anything else there the production site started working. I updated the config file on staging to disable the cache and set the new storage path, even though I am not sure if it's used when cache method is set to None. This appears to have fixed it. \define( 'STORE_METHOD', 'FileSystem' ); // Redis \define( 'STORE_CONFIG', '{"path":"/path/to-staging"}' ); \define( 'CACHE_METHOD', 'None' ); // Redis
  5. Spoke to soon. Something weird is going on. Now the production site (which was still in the older version) is having errors after setting up the staging site as if they are connected, but the configuration files point to different databases and the sites have separate filesystems. I was able to use the support area to clear the cache once, but after that it no longer loads. I just get an empty content area there, with sidebar and nothing related to support. And the production forum thinks it's on the latest version, even though I had restored from a backup and then cloned the site to create the staging version which is upgraded and seems to works fine. On the front-end of the production site I see this error: And I can't run the support tool because it doesn't load and the front-end is now unusable.
  6. Set up a staging site, converted a handful of tables from MySQL to innoDB and that one upgraded without errors. Hopefully I can repeat that on production with the same results. Would be nice to have advance notice that this is going to make the upgrade fail though a check in the updater.
  7. Hi I attempted the upgrade today and got the error in the screenshot after which the site became unusable. Unfortunately the errors are not detailed enough to be actionable. I was able to revert to a backup. Would it be possible to get the steps needed to fix this so the upgrade doesn't fail? I've also updated the Stored Access Info in the client area. Using MySQL v8.0.22 in case that makes any difference. Thanks Alejandro
  8. You are right, but it wasn't clear to me straightaway from the code you shared. Should have taken a few more minutes to read it 😉
  9. That's great news. Since I didn't know that, I actually created a hook to override the key method 😉
  10. Hi I have a plugin that uses the IPS\Text\Encrypt class descrypt and encrypt methods to store client login data. After moving to a new server the data can no longer be decrypted. Is is possible to transfer the encryption key to the new server to allow this to continue working? Thanks
  11. Hi I am looking for some guidance please. I have a production site on 4.4.3 and upgraded a dev site to v4.5.4 and most of the custom plugins I have are not working. I created these a couple of years ago and don't have the original files. These are mostly using hooks. On the dev site when I enable IN_DEV, one plugin complains about the template file not being there. I am assuming that when on IN_DEV it tries to read the actual files instead of getting the info from the database. Since I don't have the original files, is there a way to re-create the files from the production site? Where would i find the template file? Just trying to understand the basics so I can then try to fix the plugins one by one. Thanks
  12. Of course, I understand. It's just a suggestion 😎
  13. Thanks for this plugin and the updates. I would like to suggest a feature where for forum posts, instead of showing replacement text for every reply, only the original post is shown and underneath it the message requesting the user to log in. Some topics can have many pages of replies and that would be a good improvement.
  14. Hi Just purchased the plugin and I can't figure out where to find the settings! In the plugins page I see an "edit" icon and when I click on that a dialog appears with "Something went wrong. Please try again.". Can you point me in the right direction? Using Invision Community v4.3.6 and plugin version 2.3.1.
×
×
  • Create New...