This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 196865

Summary: "See more" links under the top rated and most downloaded doesn't work in plugin portal 2
Product: updatecenters Reporter: _ wadechandler <wadechandler>
Component: PluginportalAssignee: Jan Pirek <jpirek>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: 7.0   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description _ wadechandler 2011-03-18 18:14:38 UTC
I was testing the plugin portal 2 and noticed the links for "See more" under top rated and most downloaded don't work. I see this message:
An error occurred
Page not found
Exception information:

Message: Action "list" does not exist and was not trapped in __call()
Stack trace:

#0 /usr/share/php/Zend/Controller/Action.php(515): Zend_Controller_Action->__call('listAction', Array)
#1 /usr/share/php/Zend/Controller/Dispatcher/Standard.php(295): Zend_Controller_Action->dispatch('listAction')
#2 /usr/share/php/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#3 /usr/share/php/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch()
#4 /usr/share/php/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#5 /home/nbweb/pluginportal-2.0/public/index.php(27): Zend_Application->run()
#6 {main}  

Request Parameters:

array (
  'action' => 'list',
  'module' => 'plugins',
  'controller' => 'index',
  'filter' => 'most-downloaded',
)
Comment 1 Jiri Kovalsky 2011-03-19 09:36:13 UTC
Yes, that's right. Honzo, can you please investigate what's wrong with the list action? Thanks!
Comment 2 Jiri Kovalsky 2011-03-29 16:41:04 UTC
We changed it to "Run filter" and move focus to the table below.