-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
People category not working. #131
Comments
Can you show me the output of your composer |
$ php composer.phar install The people section is the only one not working (so far), but I'm able to create new users. |
its happening for me too |
@rashivkp please provide the answers to the questions I asked the OP. I am not psychic. I'll do what I can to help you, but I need more information. |
@snipe sorry, $ compser install |
@rashivkp can you tell me whether your apache settings allow htaccess directory overrides with mod_rewrite? Also, what are the permissions of your files? |
yes, I had put AllowOverride All in configuration, I have tried using below command to see if its a problem with permission. but the error was there. drwxr-xr-x 12 rashi rashi 4096 Apr 4 10:55 app drwxr-xr-x 2 rashi rashi 4096 Apr 4 10:55 commands |
Can you tell me what line 149 of |
'Datatable' => 'Chumper\Datatable\Facades\DatatableFacade', |
Which package did you download? Clone from master, clone from develop, or did you grab a release? If so, which number? |
clone from develop, ad8b95f |
Hmm... I do see the following note on the Chumper repo: There was a pull request to change that line: I'm wondering if for some reason you're grabbing a pre-2.2 version of Datatables. Can you try changing that line back to to and re-running. That's the only thing I can think of that's changed. |
haa,, yes it works now. 💃 |
Interesting... the package.json should be pulling dev-master of Datatables, so I'm not sure why that fix broke things for you. |
anyway its not an issue,, I have some problem with composer update $ composer update Problem 1 |
Can report exact same issue, Chumper with change to DatabaseFacade requires new Orchestra version which requires new Laravel version which causes update to puke, since installed Laravel is 4.0.*. |
I'll take a look at this tonight, sorry for the hassle guys. |
What happens when you bump the lavavel version on |
I'm going to try to upgrade the package to Laravel 4.1 tonight, since this seems to be a recurring problem. Hang tight please. |
I've updated the package to use Laravel 4.1. Can you all try running:
and then And let me know if it works for you? If you run into a weird error like
Then try removing Because of a change in the way environmental variables are handled in 4.1, you'll need to make a change to your I'm setting up Travis-CI on this tonight as well, even though we don't have any real unit tests yet, just to make sure the setup passes with new pull requests. Again, apologies for the hassle. @jakemcgraw - I know you mentioned adding the calendar functionality. The changes I pushed through to master/develop shouldn't monkey with that too much. The upgrade was pretty painless, and affected files you likely wouldn't be modifying. |
Can I close this issue? |
yes ----- Original Message ----- From: "snipe" [email protected] Can I close this issue? — Prompt Softech Business Disclaimer: The information contained in this message may be confidential and/or proprietary, and legally protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any retention, dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and permanently deleting it from your computer. Thank you, Prompt Softech. |
Hello guys,
if I try to open the People Category (http:///admin/users) I get following errors.
Does anbody know what todo or how to solve that?
Thank you!
ErrorException
Class 'Chumper\Datatable\Facades\DatatableFacade' not found
…/vendor/laravel/framework/src/Illuminate/Foundation/AliasLoader.php64
<#unknown>0
…/vendor/laravel/framework/src/Illuminate/Foundation/AliasLoader.php64
<#unknown>0
…/app/storage/views/4f9c33148dd3050b359a8ae60b5a0fd888
…/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php38
…/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php45
…/vendor/laravel/framework/src/Illuminate/View/View.php100
…/vendor/laravel/framework/src/Illuminate/View/View.php81
…/vendor/laravel/framework/src/Illuminate/Http/Response.php70
…/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php141
…/vendor/laravel/framework/src/Illuminate/Routing/Router.php1414
…/vendor/laravel/framework/src/Illuminate/Routing/Controllers/Controller.php156
…/vendor/laravel/framework/src/Illuminate/Routing/Controllers/Controller.php126
…/vendor/laravel/framework/src/Illuminate/Routing/Router.php985
<#unknown>0
…/vendor/laravel/framework/src/Illuminate/Routing/Route.php80
…/vendor/laravel/framework/src/Illuminate/Routing/Route.php47
…/vendor/laravel/framework/src/Illuminate/Routing/Router.php1016
…/vendor/laravel/framework/src/Illuminate/Foundation/Application.php576
…/vendor/laravel/framework/src/Illuminate/Foundation/Application.php552
…/public/index.php49
The text was updated successfully, but these errors were encountered: