Arrick Garringer

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Import Limit on Aggregator (false warning?) #1402994
    Arrick Garringer
    Participant

    The imports are running now, but I still don’t think I needed the 200/day upgrade. Please advise.

    in reply to: Scheduled Imports not Running #1363356
    Arrick Garringer
    Participant

    It seems like they are working now after adjusting some of our server settings. I did notice during testing, that if I put an event on my calendar, and it imports as an event…if I delete the event from my calendar, it doesn’t appear to remove it from the Events Calendar. Should it be synchronizing deletions when it runs an import?

    Arrick Garringer
    Participant

    I would like to close this thread. I found the setting for Import where I changed from “up to 1 month” to “up to 300 imports” and it’s working fine now.

    I am still having issues with the scheduled imports not running, but I’ll open a separate thread for that.

    Thanks!

    Arrick Garringer
    Participant

    I increased my Max Execution Time to 600 per the advice of my hosting company. It still is not importing events on the Google Cal from November, but will import something that’s sooner.

    Here are the resource limits from php.ini

    ;;;;;;;;;;;;;;;;;;;
    ; Resource Limits ;
    ;;;;;;;;;;;;;;;;;;;

    ; Maximum execution time of each script, in seconds
    ; http://php.net/max-execution-time
    ; Note: This directive is hardcoded to 0 for the CLI SAPI
    max_execution_time = 600

    ; Maximum amount of time each script may spend parsing request data. It’s a good
    ; idea to limit this time on productions servers in order to eliminate unexpectedly
    ; long running scripts.
    ; Note: This directive is hardcoded to -1 for the CLI SAPI
    ; Default Value: -1 (Unlimited)
    ; Development Value: 60 (60 seconds)
    ; Production Value: 60 (60 seconds)
    ; http://php.net/max-input-time
    max_input_time = 600

    ; Maximum input variable nesting level
    ; http://php.net/max-input-nesting-level
    ;max_input_nesting_level = 64

    ; How many GET/POST/COOKIE input variables may be accepted
    max_input_vars = 3000

    ; Maximum amount of memory a script may consume (128MB)
    ; http://php.net/memory-limit
    memory_limit = 1024M

Viewing 4 posts - 1 through 4 (of 4 total)