Visualizzazione risultati 1 fino 3 di 3

Discussione: PHP Notice: set_time_limit() has been disabled

  1. #1
    Guest

    Predefinito PHP Notice: set_time_limit() has been disabled

    set_time_limit() has been disabled for security reasons

    I have run into this error, the logs gave me this:

    2016-03-22 10:17:44 - PHP Notice: set_time_limit() has been disabled for security reasons in /membri/pvstoreopen/front/admin/model/tool/export_import.php on line 6654

    line 6654 looks like this:

    set_time_limit( 1800 );

    Any help?

  2. #2
    mzanella non è connesso AlterGuru
    Data registrazione
    29-12-2015
    Messaggi
    1,954

    Predefinito

    That error message looks pretty self-explanatory: you have a function in your script (set_time_limit) which is not available, due to security restrictions.

    If uou are the author of the script, you should be able to refactor and avoid that function.
    Otherwise, you can either ask the author or post the code here, so we can find a solution.

    PS: You asked your question in English and so I replied, but I wonder why using English here in the Italian forum.

  3. #3
    karl94 non è connesso Staff AV
    Data registrazione
    03-10-2005
    Messaggi
    17,744

    Predefinito

    Please use the international forum.

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •