$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>Unable to create directory uploads201812. Is its parent directory writable by the server?|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Unable to create directory uploads201812. Is its parent directory writable by the server?

matteradmin11PV0评论

Few days ago I migrated my site to a new server and the problem started after that, before migrating everything was fine. Now, when I click on add media and select any image it says... Unable to create directory uploads/2018/12. Is its parent directory writable by the server? I found some answers to this question, and have tried to edit the options.php file but no luck yet also I have checked it and fourd that the permissions on above directory is 777. So please check the same and help me.

Few days ago I migrated my site to a new server and the problem started after that, before migrating everything was fine. Now, when I click on add media and select any image it says... Unable to create directory uploads/2018/12. Is its parent directory writable by the server? I found some answers to this question, and have tried to edit the options.php file but no luck yet also I have checked it and fourd that the permissions on above directory is 777. So please check the same and help me.

Share Improve this question edited Dec 19, 2018 at 5:56 fuxia 107k39 gold badges255 silver badges461 bronze badges asked Dec 19, 2018 at 4:36 pkbhattpkbhatt 132 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

This is the common issue we are facing when we change the server of the website.However in this there is no issue of permission to folder . In your admin, go to Settings/Media and change the upload path to that of the new server.

Post a comment

comment list (0)

  1. No comments so far