Sharetribe version 7.5.0 is now available!

Exactly, my concerns are same. i’m glad Stefan, you have raised the issues.

@sst @Mohd_Sameer

  1. Unfortunately I’m not able to reproduce this, and LinkedIn social image works fine in multiple marketplaces I’ve tested (as long as it follows the 2:1 recommended ratio). Can you share an example? A link to a marketplace where it doesn’t work?
  2. After running the command described earlier, what has happened? Can you find "footer":true in marketplace_plans.features and/or the feature_flags tables for your community ID?

Hi,
for 1. I get the following error in irb, when I run the ruby commands from the top
NameError: uninitialized constant FeatureFlagService
NameError: uninitialized constant PlanService

??

Hmm I have no idea what that mean. How are you running rails command usually? Are you correctly connected to your instance? Are you able to run a simple rails command to query your community details, just to be sure that it runs at the correct place?

Hopefully someone with more knowledge about your setup or rails commands in general will be able to help.

Hey @thomasmalbaux, why you guys are not updating the ruby and node versions, I know that Ruby 2.3.x will be reaching “end of life” at any moment now. Isn’t 2.3.1 full of security vulnerability? And why Node 7.x, the current version is +10.x? Am I missing something?

That’s a good point and good reminder.

We do update things regularly, and monitor security alerts. However any major update (like a Ruby version) means weeks of work for our team (and no focus on new or improved feature). It sounds simple on paper however in practice, that has tons of impacts! The codebase is quite big already and a version upgrade means refactoring lots of things. And that means that everything, all the features, big or small, have to be tested, as we can risk breaking things for the thousands of marketplaces we host.

But this is not a reason not to update things and we’ll definitely keep an eye on that and consider such task in our prioritization.

1 Like

Thanks, I understand it makes sense indeed. Keep up the good work!

1 Like
  1. I executed those commands successfully in rails console, I can see following row in marketplace_plans table

    | id | community_id | status | features                                             | member_limit | expires_at          | created_at          | updated_at          |
    |  1 |            1 | active | {"whitelabel":true,"admin_email":true,"footer":true} |         1000000 | 2039-03-28 12:44:53 | 2019-03-28 12:44:53 | 2019-03-28 12:44:53 |
    

and this new row (id=5) in “feature_flags” table;

| id | community_id | person_id  | feature       | enabled | created_at          | updated_at |
|  5 |            1 | NULL       | footer        |       1 | 2019-03-28 12:44:38 | 2019-03-28 12:44:38 |

And still I’m unable to enable footer on the marketplace…

Dear Thomas,
I can confirm the same as kaleem. The rails command work well, but there is no effect in the admin backend. Still the same problem with the message:

Configure and remove all Sharetribe branding from the footer of your marketplace by [upgrading to the Pro plan or higher].
The other options are hidden.

I have run the rails commands; checked in the DB if the entries are made (yes) and then migrated the DB again, precompiled and rebooted but no effect on that.

Any idea?

The footer problem is still present? I guess it has something to do with the plans? Anyone solved that problem already?

I executed those commands successfully in rails console, I can see following row in marketplace_plans table

| id | community_id | status | features                                             | member_limit | expires_at          | created_at          | updated_at          |
|  1 |            1 | active | {"whitelabel":true,"admin_email":true,"footer":true} |         1000000 | 2039-03-28 12:44:53 | 2019-03-28 12:44:53 | 2019-03-28 12:44:53 |

and this new row (id=5) in “feature_flags” table;

| id | community_id | person_id  | feature       | enabled | created_at          | updated_at |
|  5 |            1 | NULL       | footer        |       1 | 2019-03-28 12:44:38 | 2019-03-28 12:44:38 |

And still I’m unable to enable footer on the marketplace…