All add-ons currently require PHP 7.4 or greater.

On July 4th 2024 PHP 8.2 will be the new minimum requirement for all add-ons. Expect any add-on released after that date to require 8.2 or greater. Some releases may not immediately take advantage of 8.x specific features in PHP, which means you might, be able to continue using new releases in PHP 7.4, however, if you experience an error the first thing you should do is update to PHP 8.2 then create a support ticket if the error persists.

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: Unable to load the requested file: helpers/low_variables_helper.php

Status Resolved
Add-on / Version Publisher Lite Don't know - bought today
Severity
EE Version 2.10.2

Chris Cox

Jun 10, 2016

Description:
It seems I’m having this exact issue: https://boldminded.com/support/ticket/1193

I’ve tried this:

Edit the publisher_query file and add this conditional.

class Publisher_query
{
    private $cache_key;

    public function modify($find, $replace, $sql, $debug = FALSE)
    {
        // Add this…
        if (ee()->publisher_lib->is_installing()) {
            return $sql;
        }

But this hasn’t worked (get the same error message)

I can’t see the further discussion on https://boldminded.com/support/ticket/1193 as they’re all marked as ‘Comment has been marked private.’

Are you able to share a fix for this?

Many thanks,

Chris

#1

BoldMinded (Brian)

The solution the other user had was to uninstall LV, install Publisher, then re-install LV.

Were you getting a database/query error too?

#2

Chris Cox

Hi Brian,

We fixed this by uninstalling LV, install Publisher, then re-install LV.

Thanks for your help.

I don’t think we were seeing the database/query error.

Many thanks,

Chris

Login to reply