-
-
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
Licenses - Clone Fails #275
Comments
platform, version ? |
Sorry, CENTOS 6.5 Application Version: beta.0.5.4 Laravel Version: 4.1.31 On Tue, Oct 7, 2014 at 4:26 AM, Jay Richards [email protected]
|
Hi @cwhittl - I'm unable to reproduce this locally on the |
Sure, one question Is that going to kill my DB? On Thu, Oct 16, 2014 at 2:43 PM, snipe [email protected] wrote:
|
Honestly, I never got the most recent versions from @technogenus to work, so I don't know. The last stuff from their branch I got to work was already merged in, but that excludes the last two PRs (which he deleted, so I can't actually compare them.) He shouldn't have recommend to my users that they go off and install a branch that wasn't yet merged, since it means I then end up supporting code I didn't write and couldn't make part of the project. They were not official releases, and I couldn't merge his work into the main branch because it blew my shit up too. I'm only working off of the develop branch, since that's the branch I am responsible for. I definitely recommend backing up your current database before trying this, but if things blow up when you try using I'm sorry about this, and I'm angry at the way this has turned out. I should have stepped in and stopped him from telling people here to use his branches sooner. Got busy with my startup, etc, and assumed his PRs wouldn't be hellish to merge. I know, that's way more info than you wanted (DRA-MAAAAH!), but I wanted to explain why everything got donked up. I'm committed to helping you get it back on track though. |
LOL, what I will do is what I did last time which is create a brand new Thanks for your help and I hate that you are experiencing the DRAMA but we On Thu, Oct 16, 2014 at 3:51 PM, snipe [email protected] wrote:
|
Great :) I'm also working right now on adding a default location ID to assets that are RTD/pending/etc, since that was something that I think was part of his stuff, and you (or someone else) had asked for it. Should have something to push out to |
Perfect, will be messing with it tomorrow afternoon so I'll enjoy ALL THE On Thu, Oct 16, 2014 at 3:57 PM, snipe [email protected] wrote:
|
Great, let me know how it works out. I just pushed out my changes, and issued a release (v1.0, finally!), so please do let me know if you have any trouble. |
It looks like I was able to get it to work, I'm betting on the next update On Thu, Oct 16, 2014 at 5:23 PM, snipe [email protected] wrote:
|
Here is the error from the log-fpm-fcgi-2014-10-06.txt file.
Next exception 'ErrorException' with message 'Undefined variable: assignment_type_list (View: /var/www/assetb2_collectivebias_com/htdocs/app/views/backend/licenses/edit.blade.php)' in /var/www/assetb2_collectivebias_com/htdocs/app/storage/views/8977bdb747c590dce76ac047faf422f7:113
Stack trace:
#0 /var/www/assetb2_collectivebias_com/htdocs/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(41): Illuminate\View\Engines\CompilerEngine->handleViewException(Object(ErrorException))
#1 /var/www/assetb2_collectivebias_com/htdocs/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(56): Illuminate\View\Engines\PhpEngine->evaluatePath('/var/www/assetb...', Array)
#2 /var/www/assetb2_collectivebias_com/htdocs/vendor/laravel/framework/src/Illuminate/View/View.php(134): Illuminate\View\Engines\CompilerEngine->get('/var/www/assetb...', Array)
#3 /var/www/assetb2_collectivebias_com/htdocs/vendor/laravel/framework/src/Illuminate/View/View.php(102): Illuminate\View\View->getContents()
#4 /var/www/assetb2_collectivebias_com/htdocs/vendor/laravel/framework/src/Illuminate/View/View.php(76): Illuminate\View\View->renderContents()
#5 /var/www/assetb2_collectivebias_com/htdocs/vendor/laravel/framework/src/Illuminate/Http/Response.php(70): Illuminate\View\View->render()
#6 /var/www/assetb2_collectivebias_com/htdocs/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php(202): Illuminate\Http\Response->setContent(Object(Illuminate\View\View))
#7 /var/www/assetb2_collectivebias_com/htdocs/vendor/laravel/framework/src/Illuminate/Routing/Router.php(1427): Symfony\Component\HttpFoundation\Response->__construct(Object(Illuminate\View\View))
#8 /var/www/assetb2_collectivebias_com/htdocs/vendor/laravel/framework/src/Illuminate/Routing/Router.php(1003): Illuminate\Routing\Router->prepareResponse(Object(Illuminate\Http\Request), Object(Illuminate\View\View))
#9 /var/www/assetb2_collectivebias_com/htdocs/vendor/laravel/framework/src/Illuminate/Routing/Router.php(968): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request))
#10 /var/www/assetb2_collectivebias_com/htdocs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(738): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request))
#11 /var/www/assetb2_collectivebias_com/htdocs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(708): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request))
#12 /var/www/assetb2_collectivebias_com/htdocs/vendor/barryvdh/laravel-debugbar/src/Middleware.php(33): Illuminate\Foundation\Application->handle(Object(Illuminate\Http\Request), 1, true)
#13 /var/www/assetb2_collectivebias_com/htdocs/vendor/laravel/framework/src/Illuminate/Http/FrameGuard.php(38): Barryvdh\Debugbar\Middleware->handle(Object(Illuminate\Http\Request), 1, true)
#14 /var/www/assetb2_collectivebias_com/htdocs/vendor/laravel/framework/src/Illuminate/Session/Middleware.php(72): Illuminate\Http\FrameGuard->handle(Object(Illuminate\Http\Request), 1, true)
#15 /var/www/assetb2_collectivebias_com/htdocs/vendor/laravel/framework/src/Illuminate/Cookie/Queue.php(47): Illuminate\Session\Middleware->handle(Object(Illuminate\Http\Request), 1, true)
#16 /var/www/assetb2_collectivebias_com/htdocs/vendor/laravel/framework/src/Illuminate/Cookie/Guard.php(51): Illuminate\Cookie\Queue->handle(Object(Illuminate\Http\Request), 1, true)
#17 /var/www/assetb2_collectivebias_com/htdocs/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Illuminate\Cookie\Guard->handle(Object(Illuminate\Http\Request), 1, true)
#18 /var/www/assetb2_collectivebias_com/htdocs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(606): Stack\StackedHttpKernel->handle(Object(Illuminate\Http\Request))
#19 /var/www/assetb2_collectivebias_com/htdocs/public/index.php(49): Illuminate\Foundation\Application->run()
#20 {main} [] []
The text was updated successfully, but these errors were encountered: