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

Errors at reports > product > most viewed #23

Closed
rbrussaard opened this issue Jun 7, 2012 · 2 comments
Closed

Errors at reports > product > most viewed #23

rbrussaard opened this issue Jun 7, 2012 · 2 comments

Comments

@rbrussaard
Copy link

Fatal error: Call to undefined method Mage_Reports_Model_Resource_Product_Viewed_Collection::setPeriod() in /Applications/MAMP/htdocs/magento2/app/code/core/Mage/Adminhtml/Block/Report/Grid/Abstract.php on line 213

Fatal error: Undefined class constant 'NS_SEPARATOR' in /Applications/MAMP/htdocs/magento2/lib/Magento/Autoload.php on line 129

@magento-team
Copy link
Contributor

Hi rbrussaard,

  1. We have confirmed issue with report on most viewed products, and reported it in internal bug tracking system. We intend to fix it in the nearest 2-4 weeks. However, we can postpone it, because Magento 2 still in alpha development stage, and this bug doesn't interfere with scope of our current work.
  2. We were not able to reproduce the error with 'NS_SEPARATOR'. And unit test on that class executes successfully. It seems, that there can be something with your local copy of the class. Try to compare it with original class, published there.

Thank you for the report.

Closing the ticket.

@magento-team
Copy link
Contributor

UPD: we have fixed the bug. The fix will be included into one of upcoming next code updates.

magento-team added a commit that referenced this issue Jul 3, 2012
* Refactored backend (admin) menu generation:
  * Menu is separated from `adminhtml.xml` files into `menu.xml` files
  * Rendering menu became responsibility of `Mage_Backend` instead of `Mage_Adminhtml` module
  * Implemented XML-Schema for `menu.xml`
  * Actions with menu items defined in schema: add, remove, move, update, change parent and position
* Refactored customers import feature. New ability to provide import data in 3 files: master file (key customer information) + address file (customer id + address info) + financial file (customer id + reward points & store credit)
* Optimized memory consumption in integration tests:
  * Found and eliminated memory leaks in `Mage_Core_Model_App_Area`, `Mage_Core_Model_Layout`
  * Manually unset objects from PHPUnit test case object in `tearDown()` in integration tests. Garbage collector didn't purge them because of these references
  * Disabled running `integrity` test suite by default in integration tests
* Improvements in visual design editor JavaScript:
  * eliminated dependency of code on HTML-literals, reduced code coupling between templates and JavaScript files
  * implemented blocking unwanted JavaScript activity in visual design editor mode
* Various fixes in UX, code stability, modularity
* GitHub requests:
  * [#23](#23) -- added `Mage_Customer_Block_Account_Navigation::removeLink()`
magento-team pushed a commit that referenced this issue Jan 9, 2015
MAGETWO-31052: M2 GitHub Update (version 0.42.0-beta3)
This was referenced Mar 4, 2015
@stevieyu stevieyu mentioned this issue Apr 3, 2015
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