Page Theme error on install

Permalink
When I view my theme under the Themes I get this error:

The theme file page_theme.php does not define the class Application\Theme\HAYES\PageTheme

My file:
<?php
namespace Application\Theme\Hayes;
use Concrete\Core\Page\Theme\Theme;
class PageTheme extends Theme {
protected $pThemeGridFrameworkHandle = 'bootstrap3';
}
>

trixiemay
 
hutman replied on at Permalink Reply
hutman
Does your directory structure look like this - case exact?

application/themes/hayes/page_theme.php
trixiemay replied on at Permalink Reply
trixiemay
Gave up and installed 5.6.3.3.
Always works everytime for me.