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

install with plain site package will refer to unexisting CSS files

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Medium Medium
    • None
    • 3.8.3
    • Install
    • None
    • Version: 3.8.3
      PHP Version:
      Webserver:
      Database:

    Description

      When finishing the setup wizard with the plain site package, you will have these CSS imports:

      <style type="text/css">
          @import url("/design/base/stylesheets/core.css");
      
          @import url("/design/base/stylesheets/site.css");
      
          @import url("/stylesheets/t02/site-colors.css");
          @import url("/design/base/stylesheets/classes.css");
       
          @import url("/stylesheets/t02/classes-colors.css");
          @import url("/design/standard/stylesheets/debug.css");
          </style>
      

      /stylesheets/t02/site-colors.css and /stylesheets/t02/classes-colors.css do not exist

      The plain site package does not install a theme, therefor the default settings from design.ini are used for these CSS files.

      Suggested fix: install a minimal theme with the plain site package

      Attachments

        Activity

          People

            unknown unknown
            cyberwolf cyberwolf
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: