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

Notice: Undefined index: value in /app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Select.php on line 72 #3596

Closed
gnusmus opened this issue Mar 1, 2016 · 8 comments
Labels
Fixed in 2.3.x The issue has been fixed in 2.3 release line Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Progress: needs update

Comments

@gnusmus
Copy link

gnusmus commented Mar 1, 2016

I am getting following notice when choose order page in admin panel.
I am getting this notice when set transaction id in my payment module.

Notice: Undefined index: value in /home/gnusmus/samba/public_html/magento2.local/app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Select.php on line 72
#0 /home/gnusmus/samba/public_html/magento2.local/app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Select.php(72): Magento\Framework\App\ErrorHandler->handler(8, 'Undefined index...', '/home/gnusmus/s...', 72, Array)
#1 /home/gnusmus/samba/public_html/magento2.local/app/code/Magento/Backend/Block/Widget/Grid/Column.php(488): Magento\Backend\Block\Widget\Grid\Column\Filter\Select->getHtml()
#2 /home/gnusmus/samba/public_html/magento2.local/app/code/Magento/Backend/view/adminhtml/templates/widget/grid/column_set.phtml(42): Magento\Backend\Block\Widget\Grid\Column->getFilterHtml()
#3 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/TemplateEngine/Php.php(59): include('/home/gnusmus/s...')
#4 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Element/Template.php(255): Magento\Framework\View\TemplateEngine\Php->render(Object(Magento\Backend\Block\Widget\Grid\ColumnSet), '/home/gnusmus/s...', Array)
#5 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Element/Template.php(279): Magento\Framework\View\Element\Template->fetchView('/home/gnusmus/s...')
#6 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Element/AbstractBlock.php(657): Magento\Framework\View\Element\Template->_toHtml()
#7 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(542): Magento\Framework\View\Element\AbstractBlock->toHtml()
#8 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(518): Magento\Framework\View\Layout->_renderBlock('sales.transacti...')
#9 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('sales.transacti...')
#10 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(472): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('sales.transacti...')
#11 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('sales.transacti...', true)
#12 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Element/AbstractBlock.php(497): Magento\Framework\View\Layout\Interceptor->renderElement('sales.transacti...', true)
#13 /home/gnusmus/samba/public_html/magento2.local/app/code/Magento/Backend/view/adminhtml/templates/widget/grid.phtml(133): Magento\Framework\View\Element\AbstractBlock->getChildHtml('grid.columnSet')
#14 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/TemplateEngine/Php.php(59): include('/home/gnusmus/s...')
#15 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Element/Template.php(255): Magento\Framework\View\TemplateEngine\Php->render(Object(Magento\Backend\Block\Widget\Grid), '/home/gnusmus/s...', Array)
#16 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Element/Template.php(279): Magento\Framework\View\Element\Template->fetchView('/home/gnusmus/s...')
#17 /home/gnusmus/samba/public_html/magento2.local/app/code/Magento/Backend/Block/Template.php(104): Magento\Framework\View\Element\Template->_toHtml()
#18 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Element/AbstractBlock.php(657): Magento\Backend\Block\Template->_toHtml()
#19 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(542): Magento\Framework\View\Element\AbstractBlock->toHtml()
#20 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(518): Magento\Framework\View\Layout->_renderBlock('sales.transacti...')
#21 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('sales.transacti...')
#22 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(472): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('sales.transacti...')
#23 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('sales.transacti...', false)
#24 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Element/Text/ListText.php(26): Magento\Framework\View\Layout\Interceptor->renderElement('sales.transacti...', false)
#25 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Element/AbstractBlock.php(657): Magento\Framework\View\Element\Text\ListText->_toHtml()
#26 /home/gnusmus/samba/public_html/magento2.local/app/code/Magento/Backend/Block/Widget/Tabs.php(387): Magento\Framework\View\Element\AbstractBlock->toHtml()
#27 /home/gnusmus/samba/public_html/magento2.local/app/code/Magento/Backend/view/adminhtml/templates/widget/tabs.phtml(57): Magento\Backend\Block\Widget\Tabs->getTabContent(Object(Magento\Sales\Block\Adminhtml\Order\View\Tab\Transactions))
#28 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/TemplateEngine/Php.php(59): include('/home/gnusmus/s...')
#29 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Element/Template.php(255): Magento\Framework\View\TemplateEngine\Php->render(Object(Magento\Sales\Block\Adminhtml\Order\View\Tabs), '/home/gnusmus/s...', Array)
#30 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Element/Template.php(279): Magento\Framework\View\Element\Template->fetchView('/home/gnusmus/s...')
#31 /home/gnusmus/samba/public_html/magento2.local/app/code/Magento/Backend/Block/Template.php(104): Magento\Framework\View\Element\Template->_toHtml()
#32 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Element/AbstractBlock.php(657): Magento\Backend\Block\Template->_toHtml()
#33 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(542): Magento\Framework\View\Element\AbstractBlock->toHtml()
#34 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(518): Magento\Framework\View\Layout->_renderBlock('sales_order_tab...')
#35 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('sales_order_tab...')
#36 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(472): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('sales_order_tab...')
#37 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('sales_order_tab...', true)
#38 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(569): Magento\Framework\View\Layout\Interceptor->renderElement('sales_order_tab...')
#39 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(520): Magento\Framework\View\Layout->_renderContainer('left')
#40 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('left')
#41 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(472): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('left')
#42 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('left', true)
#43 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(569): Magento\Framework\View\Layout\Interceptor->renderElement('left')
#44 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(520): Magento\Framework\View\Layout->_renderContainer('side.col')
#45 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('side.col')
#46 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(472): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('side.col')
#47 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('side.col', true)
#48 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(569): Magento\Framework\View\Layout\Interceptor->renderElement('side.col')
#49 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(520): Magento\Framework\View\Layout->_renderContainer('page.main.conta...')
#50 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('page.main.conta...')
#51 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(472): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('page.main.conta...')
#52 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('page.main.conta...', true)
#53 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(569): Magento\Framework\View\Layout\Interceptor->renderElement('page.main.conta...')
#54 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(520): Magento\Framework\View\Layout->_renderContainer('page.content')
#55 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('page.content')
#56 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(472): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('page.content')
#57 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('page.content', true)
#58 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(569): Magento\Framework\View\Layout\Interceptor->renderElement('page.content')
#59 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(520): Magento\Framework\View\Layout->_renderContainer('page.wrapper')
#60 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('page.wrapper')
#61 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(472): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('page.wrapper')
#62 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('page.wrapper', true)
#63 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(569): Magento\Framework\View\Layout\Interceptor->renderElement('page.wrapper')
#64 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(520): Magento\Framework\View\Layout->_renderContainer('backend.page')
#65 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('backend.page')
#66 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(472): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('backend.page')
#67 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('backend.page', true)
#68 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(569): Magento\Framework\View\Layout\Interceptor->renderElement('backend.page')
#69 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(520): Magento\Framework\View\Layout->_renderContainer('root')
#70 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('root')
#71 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(472): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('root')
#72 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('root', true)
#73 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Layout.php(938): Magento\Framework\View\Layout\Interceptor->renderElement('root')
#74 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Framework/View/Layout/Interceptor.php(492): Magento\Framework\View\Layout->getOutput()
#75 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Result/Page.php(241): Magento\Framework\View\Layout\Interceptor->getOutput()
#76 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/View/Result/Layout.php(162): Magento\Framework\View\Result\Page->render(Object(Magento\Framework\App\Response\Http\Interceptor))
#77 /home/gnusmus/samba/public_html/magento2.local/var/generation/Magento/Backend/Model/View/Result/Page/Interceptor.php(193): Magento\Framework\View\Result\Layout->renderResult(Object(Magento\Framework\App\Response\Http\Interceptor))
#78 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/App/Http.php(119): Magento\Backend\Model\View\Result\Page\Interceptor->renderResult(Object(Magento\Framework\App\Response\Http\Interceptor))
#79 /home/gnusmus/samba/public_html/magento2.local/lib/internal/Magento/Framework/App/Bootstrap.php(258): Magento\Framework\App\Http->launch()
#80 /home/gnusmus/samba/public_html/magento2.local/index.php(39): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http))
#81 {main}

@mazhalai
Copy link
Contributor

mazhalai commented Mar 1, 2016

@gnusmus can you please help us reproduce this issue. What version of magento? How did you deploy magento? via git? via composer create-project or via zip from magento.com

@gnusmus
Copy link
Author

gnusmus commented Mar 2, 2016

@mazhalai.... I tried different versions (2.0.0, 2.0.2) and installed them in different ways, but the problem was everywhere ...For example, with this module https://github.com/Inchoo/magento2-Inchoo_Stripe I have the same problem

@katmoon katmoon added the PS label Mar 22, 2016
@mazhalai
Copy link
Contributor

mazhalai commented May 9, 2016

@gnusmus is this still an issue?

@mazhalai mazhalai self-assigned this May 9, 2016
@mazhalai
Copy link
Contributor

@gnusmus closing as non-responsive.

@Techytt
Copy link

Techytt commented Oct 3, 2017

@mazhalai I am still facing this issue, can you please help me on this?

@magento-engcom-team magento-engcom-team added the Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed label Oct 3, 2017
@twosg
Copy link

twosg commented Nov 8, 2017

Just have the same problem.
Magento 2.1.9 installed with composer.

It happens when I try to open an order view in admin, where the payment method was Braintree PayPal.

@madonzy
Copy link

madonzy commented Nov 15, 2017

@Parimalmakwana @twosg @gnusmus here is the PR that fixes this issue: #12284

@magento-engcom-team
Copy link
Contributor

Hi @gnusmus. Thank you for your report.
The issue has been fixed in magento-engcom/magento2ce#1289 by @magento-engcom-team in 2.3-develop branch
Related commit(s):

The fix will be available with the upcoming patch release.

@magento-engcom-team magento-engcom-team added the Fixed in 2.3.x The issue has been fixed in 2.3 release line label Jan 27, 2018
magento-engcom-team pushed a commit that referenced this issue Jan 14, 2019
[EngCom] Public Pull Requests - 2.3-develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed in 2.3.x The issue has been fixed in 2.3 release line Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Progress: needs update
Projects
None yet
Development

No branches or pull requests

7 participants