Path

ezpublish / documentation / ez publish / technical manual / 4.7 / installation / ez publish 4.7 etna known i...


Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

eZ Publish 4.7 Etna Known Issues

The following issues are specifically related to eZ Publish 4.7.

eZ Network related issues

  • If you are using the eZ Network extension and monitors are enabled, the database checker will return the following errors:

          DROP TABLE ez_ct_change_entry;

          DROP TABLE ez_ct_change_log;

      These errors should be ignored.

  • The monitors in eZ Network will not run systems using the Oracle database. If you are using Oracle, do not use the sync_monitor cronjob (php runcronjobs.php sync_monitor);
  • If using eZ Network extension on a system using the Oracle database, the upgrade checker will return the following warnings:

          DROP INDEX ezx_ezpnet_installation00001_i;

          CREATE INDEX ezx_eznet_install_cust_id ON ezx_ezpnet_installation (customer_id);

          DROP INDEX ezx_ezpnet_mon_result_f00002_i;

          CREATE INDEX ezx_eznet_mon_result_finished ON ezx_ezpnet_mon_result (finished)

      These errors should be ignored.

eZ Comments related issues

  • If installing eZ Comments on postgresql, the database checker will return the following errors:

          ALTER TABLE ezcomment RENAME COLUMN text TO  text_tmp;

          ALTER TABLE ezcomment ADD COLUMN text text;

          ALTER TABLE ezcomment ALTER text SET NOT NULL;

          UPDATE  ezcomment SET  text=text_tmp;

          ALTER TABLE ezcomment DROP COLUMN text_tmp;

      These errors should be ignored.

Other known issues

# ID

Description

#018959

If using oracle, the ezasynchronouspublisher daemon is unable to recover if database temporarily goes away

#019237

(tc-845) eZ Flow blocks don't work with custom classes

#019260

Collapsible navigation in iphone access breaks if tapped quickly

#019274

(tc-27) In ESI, serving files through FTp, is requiring the destination folder to exist

#019279

Module not found, after removing ezteamroom

#019286

Operator 'ezkeywordlist' is not registered in EzTeamRoom

#019287

Design element javascript/ezoe/ez_core.js does not exist in any design - EzTeamRoom

#019297

(tc-401) (ezdfs) clearing cache is not working as should in cluster ezdfs

#019300

EzStyleEditor Font-Size = Margin-Top?

#019301

Watermark transparency is lost in image editor using GD on a gif image

#019306

eZAsynchronouspublisher: After Publishing Undefined group: 'ImageDataTypeSettings' in site.ini in var/log/error.log

#019308

When using multiupload option the website toolbar is missing

#019320

(tc-160) (Teamroom) Adding an event to a calendar raises a fatal error in Postgres

#019321

It's not possible to fetch for logged in users in Oracle DFS

#019322

Unable to view MP4 Videos on IE9 With Oracle DFS

#019324

(eZ Image Editor) The shortcuts, in the image Editor button's tooltips, are in triplicate

#019327

(tc-53) - "carriage returns" <CR> and <BR> don't work on Online editor

#019328

Autosave not displaying "The draft is being saved" if Intervale=0 and TrackUserInput=disabled

#019330

eZFlow Multimedia Carousel not working properly in Postgres

#019331

TC-80: Sending information collection isn't sending e-mail in Postgres

#019334

Internet Explorer 9 does not show any error message when reproducing .ogv video

#019335

README.cluster in ezoracle extension is not updated

#019339

After Upgrading to eZ Publish 4.7 rc1 I have to login to have access to frontend with Oracle

#019342

Error migrating permissions from Mysql to Oracle in eZ Publish 4.6 when using ./extension/ezoracle/bin/shell/ora-initialize.sh

#019365

Line disappears after soft carriage return (eZOE)

#019381

(tc-554) - Editing articles, that have translations, on Dashboard only allows to edit in english language

#019392

clear cache doesn't remove translation list cache

#019399

'Top Rated' block will not display if a limit is not defined

#019407

ezteamroom : the extension has dependency to ezmultiupload, but that is not defined in extension.xml

#019413

(Teamroom) Signed up and confirmed new users are unable to access teamroom

#019414

(Teamroom) Aligning a line does not work in Online Editor of Teamroom

#019415

(Teamroom) Sorted ordering bullets does not work on Online Editor of Teamroom

#019417

Database Check Failed after upgrading from Ez Publish 4.6 > 4.7 with MySql

#019420

Search no working correctly in eZ Teamroom

#019423

Unable to "Disable editor" when online editor is on Full Screen

#019424

Typo in demo content of installation packages for eZ Publish 4.7

#016687

eZ XML Export DataTypes (type <country>) does not export correctly

#019338

Database Check Failed after upgrading from Ez Publish 4.6 > 4.7 rc1 with Oracle

#019341

Database check fails on a clean 4.6 installation running as MySQL DB Cluster

#019418

Postgres issue with ezcomment table

Andrea Melo (14/05/2012 1:16 pm)

Andrea Melo (15/05/2012 12:52 pm)


Comments

There are no comments.