ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


error SAFE MODE


  • 2004-05-27 15:59:32

    error SAFE MODE

    Warning: SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access ../content/1 owned by uid 48 in /home/webmaster/public_html/atutor/tools/file_manager.php on line 188

  • 2004-05-28 13:40:08

    Safemode off

    Safemode has to be turned off.

  • 2004-05-28 15:23:58

    Configuration is ok

    ; Safe Mode
    ;
    safe_mode = On

    ; By default, Safe Mode does a UID compare check when
    ; opening files. If you want to relax this to a GID compare,
    ; then turn on safe_mode_gid.
    safe_mode_gid = On

    ; When safe_mode is on, UID/GID checks are bypassed when
    ; including files from this directory and its subdirectories.
    ; (directory must also be in include_path or full path must
    ; be used when including)
    safe_mode_include_dir =
    ; When safe_mode is on, only executables located in the safe_mode_exec_dir
    ; will be allowed to be executed via the exec family of functions.
    safe_mode_exec_dir =

    ; open_basedir, if set, limits all file operations to the defined directory
    ; and below. This directive makes most sense if used in a per-directory
    ; or per-virtualhost web server configuration file.
    ;
    ;open_basedir =

  • 2004-05-29 20:28:39

    Safe mode off 2

    Safemode has to be turned "OFF".