lukeholder / craft-dbug

Dbug adds pretty template debugging to Craft CMS
24 stars 2 forks source link

Class 'Ospinto\Debug' not found #2

Closed tylerwillingham closed 10 years ago

tylerwillingham commented 10 years ago

Using

{{ craft.request | dbug }}

at the top of my main wrapper template outputs the following:

Fatal error: Class 'Ospinto\Dbug' not found in /Users/XXXXXXX/Development/craft_project_name/craft/plugins/dbug/twigextensions/dbugTwigExtension.php on line 94
tylerwillingham commented 10 years ago

PHP Version is 5.4.4

RobErskine commented 10 years ago

I can confirm, I'm receiving this error as well. On PHP version 5.5.7

srhyne commented 10 years ago

As am I.

nexflo commented 10 years ago

true true -> one can always use {{ dump() }} to get a quick dump - but not as sexy...

lukeholder commented 10 years ago

Sorry guys, I never saw this issue in my email till @nexflo posted? strage. will take a look at this right away.

lukeholder commented 10 years ago

OK EVERYONE :) sorry about that, fixed release 1.3 is available on the releases page: https://github.com/lukeholder/craft-dbug/releases

Please note only the releases have the dependancies included, if you just clone the repo or download the repo zip you need to do a composer install for it to work obviously. I added a note in the readme.

dovrosenberg commented 8 years ago

I'm still getting this error in release 2.5.

lukeholder commented 8 years ago

@dovrosenberg you need to download from the releases page here: https://github.com/lukeholder/craft-dbug/releases

The github repo zip file link is the code only and not the compiled release. You need to download a release.