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

MAC Addresses view throws exception #186

Closed
matejv opened this issue Dec 3, 2014 · 1 comment
Closed

MAC Addresses view throws exception #186

matejv opened this issue Dec 3, 2014 · 1 comment

Comments

@matejv
Copy link
Contributor

matejv commented Dec 3, 2014

When I try to open /mac-address/list I get this error:

BadMethodCallException

File
    /usr/share/pear/Doctrine/ORM/EntityRepository.php
Line
    196
Message
    Undefined method 'getOrganisation'. The method name must start with either findBy or findOneBy!
Code
    0 

Trace

#0 /opt/ixp/application/controllers/MacAddressController.php(160): Doctrine\ORM\EntityRepository->__call('getOrganisation', Array)
#1 /opt/ixp/application/controllers/MacAddressController.php(160): Doctrine\ORM\EntityRepository->getOrganisation('001f9e')
#2 /opt/ixp/library/OSS-Framework.git/src/OSS/Controller/Action/Trait/Doctrine2Frontend.php(190): MacAddressController->listGetData()
#3 /opt/ixp/library/Zend/Controller/Action.php(516): IXP_Controller_Frontend->listAction()
#4 /opt/ixp/library/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('listAction')
#5 /opt/ixp/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#6 /opt/ixp/library/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch()
#7 /opt/ixp/library/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#8 /opt/ixp/public/index.php(85): Zend_Application->run()
#9 {main}

This started at release v3.7.0 and I think is caused by a change in commit 5c48610 in file doctrine/schema/Entities.OUI.dcm.xml

@pdxmaverick
Copy link

Confirmed, I have the same issue.

Brian Thompson
Senior Infrastructure Engineer // Senior Second Guesser

Direct: 503.943.6779
Mobile: 503.707.9018 // Twitter: iovation
www.iovation.com http://www.iovation.com/

On Wed, Dec 3, 2014 at 4:21 AM, Matej Vadnjal notifications@github.com
wrote:

When I try to open /mac-address/list I get this error:

BadMethodCallException

File
/usr/share/pear/Doctrine/ORM/EntityRepository.php
Line
196
Message
Undefined method 'getOrganisation'. The method name must start with either findBy or findOneBy!
Code
0

Trace

#0 /opt/ixp/application/controllers/MacAddressController.php(160): Doctrine\ORM\EntityRepository->__call('getOrganisation', Array)
#1 /opt/ixp/application/controllers/MacAddressController.php(160): Doctrine\ORM\EntityRepository->getOrganisation('001f9e')
#2 /opt/ixp/library/OSS-Framework.git/src/OSS/Controller/Action/Trait/Doctrine2Frontend.php(190): MacAddressController->listGetData()
#3 /opt/ixp/library/Zend/Controller/Action.php(516): IXP_Controller_Frontend->listAction()
#4 /opt/ixp/library/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('listAction')
#5 /opt/ixp/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#6 /opt/ixp/library/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch()
#7 /opt/ixp/library/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#8 /opt/ixp/public/index.php(85): Zend_Application->run()
#9 {main}

This started at release v3.7.0 and I think is caused by a change in commit
5c48610
5c48610
in file doctrine/schema/Entities.OUI.dcm.xml


Reply to this email directly or view it on GitHub
#186.

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

2 participants