Skip to content
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

sColumns not defined. #10

Open
mitchkramez opened this issue Jul 23, 2014 · 0 comments
Open

sColumns not defined. #10

mitchkramez opened this issue Jul 23, 2014 · 0 comments

Comments

@mitchkramez
Copy link

Getting ErrorException thrown with message "Undefined offset: 1"

Doing a bit of debugging and it appears that sColumns isn't set and is throwing an error. (http://ep.d.pr/j0Ys/4F8F3x3D)

Stacktrace:
#20 ErrorException in /vhosts/laravel.dev/httpdocs/vendor/bllim/datatables/src/Bllim/Datatables/Datatables.php:78
#19 Illuminate\Exception\Handler:handleError in /vhosts/laravel.dev/httpdocs/vendor/bllim/datatables/src/Bllim/Datatables/Datatables.php:78
#18 Bllim\Datatables\Datatables:__construct in /vhosts/laravel.dev/httpdocs/vendor/bllim/datatables/src/Bllim/Datatables/Datatables.php:105
#17 Bllim\Datatables\Datatables:of in /vhosts/laravel.dev/httpdocs/app/controllers/AdminUserController.php:316
#16 AdminUserController:data in <#unknown>:0
#15 call_user_func_array in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Routing/Controller.php:231
#14 Illuminate\Routing\Controller:callAction in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:93
#13 Illuminate\Routing\ControllerDispatcher:call in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:62
#12 Illuminate\Routing\ControllerDispatcher:dispatch in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Routing/Router.php:962
#11 Illuminate\Routing\Router:Illuminate\Routing{closure} in <#unknown>:0
#10 call_user_func_array in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Routing/Route.php:109
#9 Illuminate\Routing\Route:run in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Routing/Router.php:1028
#8 Illuminate\Routing\Router:dispatchToRoute in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Routing/Router.php:996
#7 Illuminate\Routing\Router:dispatch in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:776
#6 Illuminate\Foundation\Application:dispatch in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:746
#5 Illuminate\Foundation\Application:handle in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Session/Middleware.php:72
#4 Illuminate\Session\Middleware:handle in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Cookie/Queue.php:47
#3 Illuminate\Cookie\Queue:handle in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Cookie/Guard.php:51
#2 Illuminate\Cookie\Guard:handle in /vhosts/laravel.dev/httpdocs/vendor/stack/builder/src/Stack/StackedHttpKernel.php:23
#1 Stack\StackedHttpKernel:handle in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:642
#0 Illuminate\Foundation\Application:run in /vhosts/laravel.dev/httpdocs/public/index.php:49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant