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

Unable to inherit x-corporation theme, Grav stop with error

theme

Started by Jose 3 years ago · 2 replies · 335 views
3 years ago

Hello,

  1. I inherited x-corporation with mytheme but I get the error:

"Class 'Grav\Theme\Xcorporation' not found"

  1. The problem Is in the php file, user/themes/mytheme/mytheme.php has:
PHP
<?php
namespace Grav\Theme;

class mytheme extends Xcorporation
{
   // Some new methods, properties etc. 
}
?>

  1. Grav works fine with the original X-Corporation theme, it creates a folder: user/themes/x-corporation with the following file: x-corporation.php
PHP
<?php
namespace Grav\Theme;

use Grav\Common\Theme;

class Xcorporation extends Theme
{
}
?>
  1. I found on the forum this same topic from 2017 with no solution:
    /forum/archive/theme-inheritance-problem-extending-parent-theme-t970

    But I need to extend x-corporation theme and I do not find the way to solve this error, any help is appreciated.
    Thanks and regards.
    joejac

3 years ago

@joejac, I cannot reproduce the issue....

Using a fresh install of Grav + Admin:

  • I installed X-Corporation using $ bin/gpm install x-corporation
  • Created inheriting theme 'mytheme' using bin/plugin devtools new-theme
  • Updated /user/config/system.yaml to set theme to 'mytheme'
  • Fired up the browser and all is well...
3 years ago

Hello and thanks @pamtbaau
I do not know what to say, perhaps is my Centos 7 VPS that has several php versions and I had to inherit manually, because bin/plugin devtools new-theme does not run on my VPS.
I am working without the class in the php file, I know it is not correct but It stopped the error.
Thanks for your time to test.
Regards
joejac

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by Pedro M, 2 months ago
4 197 2 months ago
Themes & Styling · by Ian, 2 months ago
3 92 2 months ago
Themes & Styling · by Norbert, 2 years ago
11 454 3 months ago
Themes & Styling · by Lukáš Findeis, 3 months ago
0 47 3 months ago
Themes & Styling · by Sebadamus, 4 months ago
5 127 3 months ago