Comment to 'Albums module causing my site/NGINX to freeze'
  • Files & Folder Permissions are okay and Cron Job is running.

    Web-server: nginx/1.26.2

      rewrite_module - FAIL (you will need to install rewrite_module for Apache)

    UNA version = 13.1.0 - WARNING (your version is outdated, upgrade to the latest 14.0.0-RC2 maybe required)

    expires_module - FAIL

    deflate_module - FAIL

    ---

    My site works perfectly with the server marked as FAIL except for the Albums module turned on. The failed items are turned on but are not recognized by UNA. I don't think these are the issue. There could be some compatibility issue between the UNA version and the Albums version (13.0.5). I think something must be missing or written wrong in a conf file or htaccess.

    • This is all I can provide right now. I have to leave for work:

      PHP:

      version = 8.1.2-1ubuntu2.20 - OK

      allow_url_fopen = On - OK

      allow_url_include = Off - OK

      magic_quotes_gpc = Off - OK

      memory_limit = 128 MB - OK

      post_max_size = 100 MB - OK

      upload_max_filesize = 100 MB - OK

      register_globals = Off - OK

      safe_mode = Off - OK

      disable_functions - OK

      php module: curl = curl - OK

      php module: gd = gd - OK

      php module: mbstring = mbstring - OK

      php module: json = json - OK

      php module: fileinfo = fileinfo - OK

      php module: zip = zip - OK

      php module: openssl = openssl - OK

      php module: exif = exif - OK

      MySQL version = 8.0.40 - OK

      PHP:

      PHP accelerator = ZendOPcache - OK

      PHP setup = fpm-fcgi - OK

      MySQL:

      key_buffer_size = 16 MB - OK

      max_heap_table_size = 32 MB - OK

      tmp_table_size = 32 MB - OK

      thread_cache_size = 9 - OK

      • It would be good to increase the memory_limit parameter (512Mb would be vey good).

        • I just increased it in php.ini.