I get this error??

Warning: SAFE MODE Restriction in effect. The script whose uid is 507 is not allowed to access /home/virtual/site4/fst/var/www/html/shop/Snowmobile owned by uid 48 in /home/virtual/site4/fst/var/www/html/admin1130/index.php on line 298

🙁

Those folders exist too with 777 permissions whats going on?

    What's the ownership of the file you are trying to use? Are you including it or just linking to it?

      mkdir("$path$pdir", 0777);

      thats what Im trying to do..

        Would I have to change anything in PHP.ini?

        ; 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 =

          Write a Reply...