Jump to content

Can't create new products / Page doesn't load completly


DaggaTora

Recommended Posts

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

  • 3 months later...

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?

  • Like 1
Link to comment
Share on other sites

  • 5 months later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...