Note that there are some explanatory texts on larger screens.

plurals
  1. POError warning in mkdir function cakephp
    primarykey
    data
    text
    <p>Another day, another question...</p> <p>I have trolled the "Intraweb" for the answers and I am well aware of the fact that it's a permissions issue, I am just struggling to work out what and where..</p> <pre><code>mkdir() [function.mkdir]: Permission denied [CORE/cake/libs/folder.php, line 498] </code></pre> <p>Any and all help is always appreciated.</p> <p>Updated with additional info:</p> <pre><code>mkdir - [internal], line ?? Folder::create() - CORE/cake/libs/folder.php, line 498 Folder::create() - CORE/cake/libs/folder.php, line 495 Folder::create() - CORE/cake/libs/folder.php, line 495 Folder::create() - CORE/cake/libs/folder.php, line 495 Folder::create() - CORE/cake/libs/folder.php, line 495 MeioUploadBehavior::_createFolders() - APP/models/behaviors/meio_upload.php, line 1145 MeioUploadBehavior::setup() - APP/models/behaviors/meio_upload.php, line 284 BehaviorCollection::attach() - CORE/cake/libs/model/model_behavior.php, line 332 BehaviorCollection::init() - CORE/cake/libs/model/model_behavior.php, line 268 Model::__construct() - CORE/cake/libs/model/model.php, line 483 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 637 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 493 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 require - APP/webroot/index.php, line 84 [main] - CORE/index.php, line 56 </code></pre> <p>context:</p> <p>$pathname = "/var/www/html/cakephp/app/webroot/app" $mode = 493 $nextPathname = "/var/www/html/cakephp/app/webroot" $old = 18</p> <p>In $pathname, I am not sure where it's getting /app at the end..</p> <p>The webroot permissions are as follows: </p> <blockquote> <p>drwxr-xr-x 6 501 80 4096 Jul 13 17:53 webroot</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload