Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Invalid License

Status Resolved
Add-on / Version Fluidity 4.8
Severity
EE Version 6.0.6

Luke David

Apr 08, 2024

Description of the problem I’ve just purchased Fluidity. I’ve copied my license out of my account and into your php template example and uploaded the php config.

<?php

return [
    'licenseKey' => 'key provided as private comment',
    'checkForUpdates' => true,
    'showIcons' => true,
    'fields' => [
        408 => [ // Fluid field ID
            'Add Section' => [
                'solutions_image_copy' => [
                    'label' => 'Copy|Image Section',
                    'desc' => 'A section that displays copy and an image in a two column layout',
                    'icon' => 'https://www.buxtonco.com/images/system-fluidity/copy-image.svg',
                    'preview' => 'https://www.buxtonco.com/images/system-fluidity/copy-image.png',
                ]
            ]
        ]
    ]
];

Error Messages Unlicensed Add-on: Fluidity does not have a valid license.

Your license is available at boldminded.com, or expressionengine.com. If you purchased from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account.

Screenshots / Videos / Template Code I’ve uploaded the screenshot of the error

#1

Luke David

Comment has been marked private.

#2

BoldMinded (Brian)

Did you try clearing your cache?

#3

BoldMinded (Brian)

I’m 99% certain that if you clear EE’s cache it’ll work. I see the license and it is showing that it is valid.

Login to reply