Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End problem with chmod() function

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #44750
    amis
    Participant

    i have this error
    i want to give 0777 permation

    warning: chmod() [function.chmod]: Operation not permitted in /sites/all/mediafront/players/osmplayer/player/OSMPlayer.php

    #134969
    __
    Participant

    are you running under `safe_mode`?

    Many web hosts disable system function like `chmod()` (some more eloquently than others).
    Additionally, you won’t be able to `chmod` any files you don’t own in the first place.

    #135124
    johncruz
    Member

    It seems like your server has disabled or you are running under safe_mode.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.