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: Navee support extension

Status Resolved
Add-on / Version Publisher 1.7.4
Severity
EE Version 2.11

Cameron Ross

Jan 20, 2017

Hi

I have raised a ticket with the navee guys also but i an not sure if this is an issue with the navee publisher navee support extension

if i drag and drop my items in my ee navigation menu item in they don’t save. If i refresh they revert back to their original position. I cant see any errors or js issues. I am using Publisher - NavEE Support 1.4.2. 

Thanks

#1

BoldMinded (Brian)

If it has anything to do with drag and drop its most likely a NavEE issue. Did you check the Ajax network request response in your inspector for errors?

#2

Cameron Ross

ah thanks

I see an error

Fatal error: Uncaught Error: Call to undefined function split() in /system/expressionengine/third_party/navee/mcp.navee.php:2711 Stack trace:

0 /system/expressionengine/controllers/cp/addons_modules.php(357): Navee_mcp->sort_navigation_items()

1 /system/codeigniter/system/core/CodeIgniter.php(329): Addons_modules->show_module_cp()

2 v/system/index.php(193): require_once(‘/var/www/html/e…’)

3 {main}

thrown in /system/expressionengine/third_party/navee/mcp.navee.php on line 2711

#3

BoldMinded (Brian)

I think split() is deprecated. If you change it to explode() it’ll probably work.

#4

Cameron Ross

thanks

explode worked

Login to reply