Jump to content

Adlago

Clients
  • Posts

    3,880
  • Joined

  • Last visited

  • Days Won

    23

Adlago last won the day on February 15

Adlago had the most liked content!

Contact Methods

Profile Information

  • Gender
    Male

Recent Profile Visitors

15,636 profile views
  1. Try this <?php \define( 'LONG_REQUEST_TIMEOUT', 60 ); \define( 'REDIS_ENABLED', true ); \define( 'STORE_METHOD', 'FileSystem' ); \define( 'STORE_CONFIG', '{"path":"/home/your account/public_html/datastore"}' ); \define( 'CACHE_METHOD', 'None' ); \define( 'CACHE_CONFIG', '[]' ); \define( 'SUITE_UNIQUE_KEY', '########' ); \define( 'IPS_FOLDER_PERMISSION', '0777' ); \define( 'FOLDER_PERMISSION_NO_WRITE', '0755' ); \define( 'IPS_FILE_PERMISSION', '0666' ); \define( 'FILE_PERMISSION_NO_WRITE', '0644' );
  2. I had a similar issue when I used data storage with cookies-free domain - When I started the process of loading resources to the main domain, my site was stuck with no CSS...And a field for resources with a message that they are currently inactive. Manually starting tasks did not help. I think I re-started the data storage change process, and then the previous task completed and the site recovered.
  3. You never showed a result of this test, you would have seen your vulnerability site.
  4. Cron command should be executed every 1 minute. Ask the host to edit from 30 to 1 minute.
  5. This exists on the author's site, so my advice is for him to remove them...
  6. After original IPS externals JS, you have loading 3rd party externals JS <script src="https://unpkg.com/react/umd/react.production.min.js"></script> <script src="https://unpkg.com/react-dom/umd/react-dom.production.min.js"></script> Make sure that these 3rd party JS do not create a conflict (for example - remove them from your global template or stop a plugin that introduces them to your site). Then clear cache site and try to change owner in your club.
  7. Charles must have messed something up... Here is the installation of 3.4.9 in my root directory...
  8. You are wrong, I have been a client since 15.01.2015 - and then I got a license for 4.0, including 3.4.9 And 3.4.8 existed long before 4.0.
  9. Clicking the "x" in an owner's name will remove it from the field. You mark an empty field with the mouse and start typing "km " From the list of users that pops up, click on your nickname. It will appear in the owner field. Then save, and remove cache site.
  10. Observing this club of yours, you want to replace Support-1 owner with ??? probably with kmk? Such an issue should not occur. Are you sure you are doing this replacement correctly? Could you describe the steps of this change please. Hey, now I did the same action in my test installation - there I have 4 such clubs - and change happened without any issue.
  11. This story looks more and more to me like a missing closing curly brackets ace in some code in a template causing an infinite loop and crashing the forum. @LiveG When your forum is up and running, open your forum with dev tool your browser and check the console for logged errors.
  12. @Randy Calvert Is there a configuration that creates an issue described by the author of the topic?
  13. Test your security headers https://securityheaders.com/ and show your results
×
×
  • Create New...