https://github.com/proudcommerce/pserrorlog
Save and show php error messages.
https://github.com/proudcommerce/pserrorlog
Last synced: 9 months ago
JSON representation
Save and show php error messages.
- Host: GitHub
- URL: https://github.com/proudcommerce/pserrorlog
- Owner: proudcommerce
- Created: 2013-07-30T13:36:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-30T13:52:58.000Z (over 12 years ago)
- Last Synced: 2025-01-31T08:33:04.627Z (11 months ago)
- Language: PHP
- Size: 91.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
psErrorLog
=========
Save and show php error messages.
Free Module for OXID eShop.
Features
- save php errors to log file
- show php errors in shop admin
- delete php error log file
Installation
1. copy content from copy_this folder into your shop root
2. edit config.inc.php (see below)
3. activate module psErrorLog in shop admin
4. see php error log file in shop admin --> service
Add to config.inc.php
// psErrorLog | start
ini_set('error_reporting', E_ALL);
ini_set('log_errors', true);
ini_set('display_errors', false);
ini_set('error_log','/YOURSHOPPATH/log/psErrorLog_PHP.log');
// psErrorLog | end
Screenshot

License
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
Copyright
Proud Sourcing GmbH 2013
www.proudcommerce.com
Credential
Thanks to Joscha Krug for code base ;-)