Undefined type 'Theme'.

Post Reply
User avatar
cobber
Master Bludit
Posts: 78
Joined: Sun Feb 28, 2016 10:15 am
Location: Scotland
Has thanked: 21 times
Been thanked: 5 times

Morning

I'm just starting to take a closer look at Bludit and wondered if anyone else has had this error.
Undefined type 'Theme'.
The error (and others like it) appear within VSCode in the 'problem' section of the console.
The following is what the error refers to:

Code: Select all

<?php echo Theme::js('assets/js/vendor/what-input.js'); ?>
The theme actually works though, so I don't see an issue.
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Which theme do you use?
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
cobber
Master Bludit
Posts: 78
Joined: Sun Feb 28, 2016 10:15 am
Location: Scotland
Has thanked: 21 times
Been thanked: 5 times

Just one I made based on the Mars theme
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Can you please PM me the theme.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
cobber
Master Bludit
Posts: 78
Joined: Sun Feb 28, 2016 10:15 am
Location: Scotland
Has thanked: 21 times
Been thanked: 5 times

Incase it helps anyone with similar issues.

Upon reflection, I think the errors (undefined Theme) are NOT the fault of Bludit.

Other users of VSCode seem to be having similar issues and the fault appears to related to the 'intelephense' plugin.
Post Reply