Problem whit open_basedir

Home Forums Calendar Products Events Calendar PRO Problem whit open_basedir

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1486914
    leoferrari
    Participant

    Please, i have this problem:

    Warning: file_exists(): open_basedir restriction in effect. File(/tmp/tribe_tmp_file_logger_2018-03-23.log) is not within the allowed path(s): (/home/adunicamp.org.br) in /home/adunicamp.org.br/www/novosite/wp-content/plugins/the-events-calendar/common/src/Tribe/Log/File_Logger.php on line 63

    Warning: is_writable(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/adunicamp.org.br) in /home/adunicamp.org.br/www/novosite/wp-content/plugins/the-events-calendar/common/src/Tribe/Log/File_Logger.php on line 137

    Warning: is_writable(): open_basedir restriction in effect. File(/tmp/tribe_tmp_file_logger_2018-03-23.log) is not within the allowed path(s): (/home/adunicamp.org.br) in /home/adunicamp.org.br/www/novosite/wp-content/plugins/the-events-calendar/common/src/Tribe/Log/File_Logger.php on line 68

    Warning: file_exists(): open_basedir restriction in effect. File(/tmp/tribe_tmp_file_logger_2018-03-23.log) is not within the allowed path(s): (/home/adunicamp.org.br) in /home/adunicamp.org.br/www/novosite/wp-content/plugins/the-events-calendar/common/src/Tribe/Log/File_Logger.php on line 63

    Warning: is_writable(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/adunicamp.org.br) in /home/adunicamp.org.br/www/novosite/wp-content/plugins/the-events-calendar/common/src/Tribe/Log/File_Logger.php on line 137

    Warning: is_writable(): open_basedir restriction in effect. File(/tmp/tribe_tmp_file_logger_2018-03-23.log) is not within the allowed path(s): (/home/adunicamp.org.br) in /home/adunicamp.org.br/www/novosite/wp-content/plugins/the-events-calendar/common/src/Tribe/Log/File_Logger.php on line 68

    Warning: is_writable(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/adunicamp.org.br) in /home/adunicamp.org.br/www/novosite/wp-content/plugins/the-events-calendar/common/src/Tribe/Log/File_Logger.php on line 137

    Warning: is_writable(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/adunicamp.org.br) in /home/adunicamp.org.br/www/novosite/wp-content/plugins/the-events-calendar/common/src/Tribe/Log/File_Logger.php on line 137

    What I have to do? The plugin seems working well. This error can

    #1488459

    Hi Leonardo,

    Thanks so much for reaching out!

    As a first step, can you try disabling the Event Log under Events > Help > Event Log?

    Let me know if that helps!

     

    Thanks,

    Jaime

    #1488522
    leoferrari
    Participant

    Done!
    But the errors its there.

    #1488554

    Hi Leonardo,

    Another thing you can try is to change the location of the log, so add something like this to your theme’s functions.php file:
    add_filter( 'tribe_file_logger_directory', function() { return '/my/custom/logging/location'; } );

    Let me know if that helps!

     

    Thanks,

    Jaime

     

    #1488560
    leoferrari
    Participant

    Jaime, perfect!!!
    this problem is resolved!

    thanks a lot.

    #1488647
    leoferrari
    Participant

    Perfect!

    #1489330

    Glad we could help, you are welcome back in our support forums any time!

    Since you marked this thread as Resolved, I am going to close this thread.

    Have a great week!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Problem whit open_basedir’ is closed to new replies.