Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-19306

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

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • 4.7.0-dev
    • Legacy > Clustering
    • None
    • Operating System: RHEL 6.2
      PHP Version: 5.3.3
      Database and version: Mysql 5.1.61
      Browser (and version): Firefox 11.0

    Description

      After adding an article when using eZAsynchronouspublisher I keep getting

      [ Mar 30 2012 15:56:05 ] [192.168.2.204] eZINI::variable:
      Undefined group: 'ImageDataTypeSettings' in site.ini

      and

      [ Mar 30 2012 15:55:30 ] [192.168.2.204] eZTemplate:
      Unknown template variable 'node' in namespace ''

      on the var/log/error.log file

      Steps to reproduce
      Setup 
      
      1. Create a ./settings/override/content.ini.append.php and add the following text
      
      <?php /* #?ini charset="utf8"?
      [PublishingSettings]
      # Enable/Disable the asynchronous publishing feature
      AsynchronousPublishing=enabled
      */ ?>
      
      2. Create a ./settings/override/cronjob.ini.append.php
      
      <?php /* #?ini charset="utf8"?
      [PublishingSettings]
      [CronjobPart-frequent]
      Scripts[]=indexcontent.php
      */ ?>
      
      3. Edit ./settings/override/site.ini.append.php and add
      [SearchSettings]
      DelayedIndexing=enabled
      
      4. Run the Interactive script
      
      $ php bin/php/ezasynchronouspublisher.php
      
      Create a Folder
      
      1. Login into admin2, using admin accout
      2. Click on "Content structure" from the top menu
      3. Click on "Create new" button
      4. Choose "Folder" from the drop down list
      5. Fill in "News" on the Name field
      
      Create an Article
      
      1. Click on "Content structure" from the top menu
      2. Click on "News" folder
      3. Click on "Create new" button
      4. Choose "Article" from the drop down list
      5. Fill in with the following:
          Title(required): Article1
          Summary: Summary of article 1
      
      6. Click on "Send for publishing" button
      7. Open a terminal window
      8. open var/log/error.log
      
      

      Attachments

        Activity

          People

            unknown unknown
            pedro.resende pedro.resende
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: