• After selecting “Save Gallery” (after adding one or more images to any of my webpages) the process usually hangs, forcing me to try options such as “Update.” But this almost always knocks me out of my website.

    I’ve been told to update my php.ini to “php5.ini”. I did this simply by renaming “php.ini” to “php5.ini” — not sure of that’s the way to do it.

    The text within that file is:
    register_globals = on
    allow_url_fopen = off

    expose_php = Off
    max_input_time = 30
    post_max_size = 8M
    file_uploads = On
    upload_max_size = 8M
    variables_order = “EGPCS”
    extension_dir = ./
    upload_tmp_dir = /tmp
    precision = 12
    SMTP = relay-hosting.secureserver.net
    url_rewriter.tags = “a=href,area=href,frame=src,input=src,form=,fieldset=”

    My website (https://OffCenterImages.com) won’t demonstrate the problem, sine it only occurs when I add images behind the scenes.

    URGENT QUESTION: Is there anything out of place here, or is there some OTHER way I can fix the “Save Gallery” process so it doesn’t hang?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"Save Gallery" often hangs after adding images or rearranging images in gallery.’ is closed to new replies.