Forums / Install & configuration / Upgrading from 3.4.4 - 3.5

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Upgrading from 3.4.4 - 3.5

Author Message

Jack Rackham

Monday 17 January 2005 2:03:14 am

After upgrading from 3.4.4 to 3.5, this message is shown on the top of my admin panel and my user site, but everything else works fine.

) $prechecks[$value]['allow'] = $tmp_allow; } break; default: { eZDebug::writeError( "Unknown precheck rule: $name=$value", 'Access' ); } break; } } } function accessDebugEnabled() { $ini =& eZINI::instance(); return $ini->variable( 'SiteAccessSettings', 'DebugAccess' ) == 'enabled'; } function accessExtraDebugEnabled() { $ini =& eZINI::instance(); return $ini->variable( 'SiteAccessSettings', 'DebugExtraAccess' ) == 'enabled'; } ?>

Jack Rackham

Monday 17 January 2005 4:36:27 am

I have now discovered that the admin panel is not working properly. The problem is similar to http://www.ez.no/community/forum/install_configuration/migration_3_4_4_3_5_admin_interface_issue, but when I add [ContentSettings]
ViewCaching=enabled the problem is not solved!