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

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

theme

Started by Jose 3 years ago · 2 replies · 435 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 stuart young, 2 weeks ago
3 251 2 weeks ago
Themes & Styling · by Sebadamus, 3 weeks ago
5 317 3 weeks ago
Themes & Styling · by martynfoster735, 4 weeks ago
1 310 4 weeks ago
Themes & Styling · by Justin Young, 1 month ago
1 348 1 month ago
Themes & Styling · by Slebeig, 2 months ago
4 474 2 months ago