• I can’t save my any edits or changes I make to the filter or titles. I can set a gallery up but after that it can’t be changed or edited in any way. It extremely frustrating. It was a waist of money and time because now I have to start over with a new plugin. Find a different plugin and save yourself the headache.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Pathhan

    (@razipathhan)

    If your uploaded images and changes are disappearing after updating, it is likely a server-related problem where not all values are being posted by your server.

    To resolve this issue, please get in touch with your hosting service provider and update the following variables in your php.ini file.

    max_input_vars = 10000
    post_max_size = 512M
    memory_limit = -1
    max_input_time = -1
    max_input_nesting_level = 512
    upload_max_filesize = 512M
    max_file_uploads = 100

    Please change these values.

    Thanks

    Thread Starter sorensendustin

    (@sorensendustin)

    I tried that and it did nothing to fix the problem. Also setting the memory_limit and max_input_time to -1 is not a good idea. If that is what someone has to do to use your plugin, then your plugin has issues.

    1. memory_limit = -1: This can be risky because a poorly written script or an unexpected error could consume all available memory, potentially crashing your server or causing performance issues. It might also lead to security vulnerabilities if an attacker can exploit the lack of memory limits.
    2. max_input_time = -1: This can be risky because a slow or malicious request could keep the server busy for an indefinite amount of time, leading to performance issues or denial of service (DoS) attacks.

    Plugin Author Pathhan

    (@razipathhan)

    Then make them –

    memory_limit = 512

    max_input_time = 120

    Thread Starter sorensendustin

    (@sorensendustin)

    I went way beyond that to memory_limit = 656M and max_input_time = 1700. I even tried the -1 settings you suggested. None of it changed a thing. It’s not a memory problem, it’s the plugin. I replaced it with Modula and it’s way better. Anyone looking for a gallery plugin, use Module instead. Their customer service is way way better too.

    Plugin Author Pathhan

    (@razipathhan)

    Please contact us on our official site A WP Life

    If you have premium account you can use the help desk ticket system by just login into your account – https://awplife.com/account/member

    Or you can submit a contact query to our site – https://awplife.com/contact

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this review.