• After installing wp with the yootheme template I get this message:

    Warning: mkdir() [function.mkdir]: Permission denied in /home/mypage/public_html/wp-content/themes/yoo_pure_wp/warp/systems/wordpress.3.0/helpers/system.php on line 87

    I tried to change the permissions to 777 in the system.php file, but with no change.

    It looks like it is trying to make a directory…

Viewing 14 replies - 1 through 14 (of 14 total)
  • Anonymous User

    (@anonymized-3085)

    If you purchased the theme I would hope they their own support forums, have you asked there?

    Thread Starter TSeierstad

    (@tseierstad)

    They resently started with wordpress themes so the forum is quite small. i.e. the response is quite litle…

    Anonymous User

    (@anonymized-3085)

    If you’ve purchased theme theme then asking them for support is where you should be going, you paid for it after all!

    Thread Starter TSeierstad

    (@tseierstad)

    It looks like a general wordpress problem, not a theme problem. I find this error several places on the net, but no one fixed my problem or looked exactly the same…

    Anonymous User

    (@anonymized-3085)

    No, Not a WordPress problem.

    a quick google search brings up quite a few issues for various things.

    Thread Starter TSeierstad

    (@tseierstad)

    ok if you say so.
    So there is nothing you can help me with?

    Anonymous User

    (@anonymized-3085)

    no I can’t, sorry. (not that I don’t want, but I can’t think what is causing the issue)

    Thread Starter TSeierstad

    (@tseierstad)

    Thank you, I got a little closer πŸ™‚

    This is not a problem with the file, but with the directory.
    Try to chance the permission of the directory /systems/wordpress.3.0/helpers to 777.

    So, the template will can create new directories in the directory /systems, /wordpress.3.0 or /helpers.

    Thread Starter TSeierstad

    (@tseierstad)

    There was a problem with the permissions in the php. It is never recomended to change a file or folder to 777. Some servers can even reject permissions on a user for doing this to protect itself. 777 should never be used.

    how did you fix this? same problem here. Same theme..

    Thread Starter TSeierstad

    (@tseierstad)

    This is a permission problem with the php when trying to write to the files. You have to talk with your service provider about this and they should fix this. Send them your error messages and they will see what they have to fix. There is nothing you can do, only them. Good luck!

    you need to add manually the folder cache under your theme folder
    example:
    /wp-content/themes/yoo_air_wp/cache
    and set the 777 perms

    Thread Starter TSeierstad

    (@tseierstad)

    ghiboz: You should never have a folder with permission 777. The problem is in the php that is trying to write. ItΒ΄s missing the allowed access, this is fixed by the service provider.

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Warning: mkdir() [function.mkdir]: Permission denied’ is closed to new replies.