Forums

Agregado theme, permission issues? (2 posts)

  1. romilsworld
    Member
    Posted 2 years ago #

    Hi all,

    I'm trying to use the Agregado theme and get this error:`

    Warning: mkdir() [function.mkdir]: Permission denied in /home/mediacra/public_html/romil/wp-content/themes/agregado/functions.php on line 656

    Warning: chmod() [function.chmod]: No such file or directory in /home/mediacra/public_html/romil/wp-content/themes/agregado/functions.php on line 658

    Warning: Cannot modify header information - headers already sent by (output started at /home/mediacra/public_html/romil/wp-content/themes/agregado/functions.php:656) in /home/mediacra/public_html/romil/wp-includes/pluggable.php on line 865`

    I do have the right kind of server and permission issues sholdn't exist, thought I don't got cURL access. Has it something to do with my core wordpress installation files?

    Any pointers to this problem would be appreciated. Thanks.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Looks like there's a problem in the functions.php file.

    http://codex.wordpress.org/Answers-Trouble_Shooting#Headers_already_sent
    http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F

    should give you some help in getting rid of the "headers already sent" error which appears to relate to your theme's functions.php file.

    However, it also seems that the theme is attempting to create a directory - an action which isn't allowed on your server when run from a script. It might help if you checked line 656 of functions.php to find out what directory it is trying to create (and where) and then set that directory up manually via FTP.

Topic Closed

This topic has been closed to new replies.

About this Topic