Jump to content
thirty bees forum
  • 0

Can't add new attributes


vzex

Question

9 answers to this question

Recommended Posts

  • 0

How can I tell? Downloaded from TB last week.

Any one specific file to download and replace?

I also switched over to Panda, can't recall if default did the same. Would that matter? I know the options were there upon installation before I deleted sample store.

Link to comment
Share on other sites

  • 0

Looks like a regression in 1.0.2, classes/AttributeGroup.php function getHigherPosition() was bugged by:

commit bc9637ba9092ad0ba3a4d5c3744a068e025e58b8 Author: Michael Dekker git@michaeldekker.nl Date: Thu Jun 22 02:42:04 2017 +0200 Cleanup AttributeGroup

To fix it, just replace: ->select('MAX(position') With: ->select('MAX(position)')

Link to comment
Share on other sites

  • 0

My eyes are eating the rest of them :) Didn't work.

Is this the latest copy? https://github.com/thirtybees/thirtybees/blob/1.0.x/classes/AttributeGroup.php

Replaced mine with the above and getting the same error.

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