XrowBugReportingBundle

UNIX name Owner Status
XrowBugReportingBundle eZ Ecosystem stable
Version Compatible with
N/A N/A
Interested in this extension? Sponsor it!

Xrow Bug Reporting

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/

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.