Jump to content

JReviews

Clients
  • Posts

    38
  • Joined

  • Last visited

Reputation Activity

  1. Like
    JReviews got a reaction from Jim M in Can't enable "Trust IP addresses provided by proxies"   
    Deleting the cached file allowed the db settings to take over.
  2. Like
    JReviews got a reaction from Marc Stridgen in Failed upgrade 4.5.4.2 to 4.6.8   
    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  
×
×
  • Create New...