Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Themes & Styling

Devtools newtheme inheritance Cannot copy non-existing folder

Solved by pamtbaau View solution

Started by Thomas Bieli 8 years ago · 3 replies · 963 views
8 years ago

Hey there

I cant create a new inheritance theme with the dev tool. I always get the error "Cannot copy non-existing folder."
If i create a blank or copy theme it works fine.

Steps to reproduce:

  1. download grav 1.4.8 (core or admin does not matter)
  2. install the devtools
  3. bin/plugin devtools newtheme
  4. enter a name, description, name and email
  5. choose inheritance
  6. choose '0' (quark - default theme)

Now I get the error

PVP Version 7.1.9

does anyone have an idea where the problem could lie?

I have already used this function. So it already worked..

greeting
Thoomyy

8 years ago

Found the issue....

TL;DR: Typo in folder to be copied: 'inheritence' must be 'inheritance'.

DevTools is trying to copy folder /user/plugins/devtools/components/theme/inheritance, but folder is actually named /user/plugins/devtools/components/theme/inheritence

Error is thown in Folder.php line 288:

TXT
if (!is_dir($source)) {
    throw new \RuntimeException('Cannot copy non-existing folder.');
}

I have logged an issue. In the meantime, if you rename folder /user/plugins/devtools/components/theme/inheritence to /user/plugins/devtools/components/theme/inheritance it will work.

last edited 08/04/18 by pamtbaau
8 years ago Solution

@Thoomyy Fixed in repo. Please re-install using:

BASH
$ bin/gpm install devtools

... or upgrade via Admin.

8 years ago

Hey pamtbaau

Thanks for help. Now it works fine 🙂

greeting
Thoomyy

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by Pedro M, 2 months ago
4 222 2 months ago
Themes & Styling · by Ian, 2 months ago
3 118 2 months ago
Themes & Styling · by Norbert, 2 years ago
11 481 3 months ago
Themes & Styling · by Lukáš Findeis, 3 months ago
0 72 3 months ago
Themes & Styling · by Sebadamus, 4 months ago
5 132 3 months ago