DaggaTora Posted October 24, 2011 Share Posted October 24, 2011 Hi all,Im I' facing a problem trying to add new products. Page stops interrupts loading at the category selection, as seen at the image below. Any idea? does somone faced this problem before? Thanks. Link to comment Share on other sites More sharing options...
vinaym Posted October 24, 2011 Share Posted October 24, 2011 there may be several reasons for this, have u checked the php logs. Link to comment Share on other sites More sharing options...
DaggaTora Posted October 25, 2011 Author Share Posted October 25, 2011 thanks vinaym. PHP Fatal error: Call to undefined method Category::getCategoryInformations() in public_html/admin101/tabs/AdminProducts.php on line 2757 and this is what i found in that line: $selectedCat = Category::getCategoryInformations(Tools::getValue('categoryBox', array($default_category)), $this->_defaultFormLanguage); echo ' <script type="text/javascript"> post_selected_cat = \''.implode(',', array_keys($selectedCat)).'\'; </script>'; Link to comment Share on other sites More sharing options...
PrestaThemes.com Posted February 24, 2012 Share Posted February 24, 2012 thanks vinaym. PHP Fatal error: Call to undefined method Category::getCategoryInformations() in public_html/admin101/tabs/AdminProducts.php on line 2757 and this is what i found in that line: $selectedCat = Category::getCategoryInformations(Tools::getValue('categoryBox', array($default_category)), $this->_defaultFormLanguage); echo ' <script type="text/javascript"> post_selected_cat = \''.implode(',', array_keys($selectedCat)).'\'; </script>'; Hi, I know this was a few month ago, but did you resolve this issue? 1 Link to comment Share on other sites More sharing options...
timpop Posted August 4, 2012 Share Posted August 4, 2012 Did anyone find a solution to this error? I'm facing the exact same thing when trying to create a new product. I tried installing a fresh php file, this didn't work.. Thanks! Link to comment Share on other sites More sharing options...
timpop Posted August 4, 2012 Share Posted August 4, 2012 I have found a solution, at least for my case. It appears I also had to replace a new version of the file /classes/Category.php For me this fixed the problem, hopefully for you it will do as well! Best, Tim Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now