Jump to content
thirty bees forum
  • 0

Problem after copying translation to my theme


Question

Posted

I copied the dutch translation from comunity theme to my own theme.

After this i got something very strange: https://www.screencast.com/t/pyrr038RhpW

Al the backoffice menus wher changed to english in adminmodus, in my shop i cant see profiles anymore: https://www.screencast.com/t/FF90ssA9ff

Also my shop doesnt show the products anymore, so i think something happened that shouldnt be this way.

How can i role back this?

2 answers to this question

Recommended Posts

  • 0
Posted

In productcatalog i get this message:

[ThirtyBeesException]

Root category must be an integer value at line 345 in file classes/helper/HelperTreeCategories.php

    • @version 1.0.0 Initial version
  1. */
  2. public function setRootCategory($value)
  3. {
  4. if (!Validate::isInt($value)) {
  5. throw new PrestaShopException('Root category must be an integer value');
  6. }
  7. $this->rootcategory = $value;
  8. return $this; HelperTreeCategoriesCore->setRootCategory - [line 3168 - controllers/admin/AdminProductsController.php] - [1 Arguments] AdminProductsControllerCore->initContent - [line 366 - classes/controller/Controller.php] ControllerCore->run - [line 743 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 63 - admin/index.php]
  • 0
Posted

I solved it for myself by reinstalling tb again, but i remember it went wrong sometime ago with another shop.

It goes wrong when copying the dutch translation from comunity theme to another theme

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...