xrow/bug-reporting-bundle

Creates a ZIP file with system information for eZ 5.4/6.x

1.0.4 2017-02-24 15:23 UTC

This package is auto-updated.

Last update: 2024-04-16 02:20:01 UTC


README

Description:

This Tool will generate a ZIP file with relevant eZ Platform/Studio information.

What you will find inside the ZIP:

  • QA.txt file with common Q&A
  • phpinfo.html file with complete PHP information
  • SystemInformation.txt file with PHP version, PHP Accelerator, etc
  • InstalledComposer.json file with installed components
  • composer.json file with current composer
  • FolderPermissionRoot.txt file with permissions for folders in installed eZ-directory
  • FolderPermissionWeb.txt file with permissions for folders in /web directory
  • FolderPermissionApp.txt file with permissions for folders in /app directory
  • /config folde with all relevant .yml files from /app/config directory
  • /logs folder with all relevant .log files from /app/logs directory
  • /ezpublish_legacy/settings folder with all relevant settings for eZ Publish 5.4

Installation:

Run:

$ composer require xrow/bug-reporting-bundle

In app/AppKernel.php add

            new Xrow\BugReportingBundle\XrowBugReportingBundle(),

Usage:

$ app/console bugreporting:create --dest=destination-dir

Default destination directory is:

$ app/cache/dev/eZbugReporting/