-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to load Blade v 3.5 and next #47
Comments
`<?php use eftec\bladeone; class MyBladeLang extends bladeone\BladeOne { $blade = new \MyBladeLang($views, $compiledFolder, MyBladeLang::MODE_SLOW); $lang='jp'; // try es,jp or fr try { tree |
COMPOSER |
I didn't get sorry, I don't think it's a DIR problem. Mine actually is set to:
|
I tried a new project (the project explained in the code) and it works. I mentioned about the "dir" because of the markdown annotation removes the _ _ character. Which version of PHP are you using? and, how its fail? |
This is the error i receive from my autoload class which loads the MyBladeLang class: Unable to load the class: Blade (errro code: 2) require (Blade.php): failed to open stream: No such file or directory anyway I can't understand why in 3.4 and older works and 3.5 and newer dont. |
Where are you trying to load the class name "Blade"?. |
Hi, |
I am planning to remove Blade class anyways.
|
Hi,
I've updated from version 3.4 to version 3.7 without change nothing and the plugin won't load anymore. I'm using BladeWithLang. I've also try to downgrade to version 3.5 and the problem still persist. Version 3.4 is okay.
I'm delegating to Composer autoload the loading. So my situation is the following:
config.php file:
MyBladeLang.class.php file:
index.php file:
Since 3.4 this was working correctly. Can you explain me what am I doing wrong that stopped to load the class?
Thanks in advance,
Best Regards,
The text was updated successfully, but these errors were encountered: