March 29 2024 13:48:50
Navigation
· Home
· Articles
· Downloads
· FAQ
· Discussion Forum
· News Categories
· Contact Me
· Search
Demos
· Glossary
Users Online
· Guests Online: 2

· Members Online: 0

· Total Members: 1,892
· Newest Member: skalsted
Last Seen Users
· muscapaul 6 days
· Unforgiven 8 weeks
· Wheeler11 weeks
· batbaru116 weeks
· MM97 weeks
· Zippo119 weeks
· hyperkolyok121 weeks
· Wivern174 weeks
· Sinders293 weeks
· Froberg337 weeks
Support sites
Fusion Sites
PHP-Fusion
View Thread
 Print Thread
Error Reports Infusion v3.xx
muscapaul
Error Reports Infusion v3.xx', 'New version: v3.00

A simple system to collect error reports from members on your site, to comment on these and to track/change their status (Open, response Added, Closed). A Latest Error Reports side panel is available to alert to to any error reports. The Panel only shows when error reports were made during the last 15 days. Their status is indicated by '0' for Open, '|' for Response Added and '_' for Closed.

Remark:
Upgrade of the Error Reports Infusion as available for PHP-Fusion v6 from the main PHP-Fusion site.

Changes:
- Fully updated to comply with PHP-Fusion v7.00 and for XHTML 1.0 compliancy.
- Latest Error Reports Panel updated to only show the errors that were reported during the l5 days and to show their status.

Upgrading from PHP-Fusion v6 to PHP-Fusion v7:
Please note, if you want to upgrade you Error Reports Infusion during a PHP-Fusion version upgrade from v6 to v7, there is no need to defuse the infusion. There will be no error messages as long as you upload the infusion files at the same time as the PHP-Fusion files. When you upload the infusion files, you can simply overwrite the existing ones.
PHP-Fusion v7 utilises a somewhat different system for administering admin rights for Infusions. In v6 it used to be a single setting that gave rights to all Infusions. Under the new version every infusion will be given its own code for admin rights. As a result it is necessary to run an upgrade script (../infusions/error_reports/v6-7upgrade.php) that will at least at the rights for the primary Superadministrator. The file has checkboxes to indicate whether all superadmins should be given access rights to the Error Reports Infusion and/or whether all admins with Infusion Administration rights should be given those rights.
This script only needs to be run if a site is upgraded from PHP-Fusion v6 to v7. Even though a check has been built in to prevent the script from being run after the upgrade has already been performed, it is advised to delete the script from your server after upgrading.

DOWNLOAD (last version: 28.07.2008)
* double locale definition removed from ../locale/English.php (would not have caused errors but is still out of place Wink) (28.07.2008; thx to SiteMaster)
* added Danish locale (28.07.2008; thx to SiteMaster)
Edited by muscapaul on 18-09-2008 13:10
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
Diemux
Hey, de download link wijst naar de verkeerde download Smile (PM full)
(http://www.muscapaul.com/downloads.php?cat_id=6&download_id=41)

Moet zijn:

http://www.muscapaul.com/downloads.php?cat_id=6&download_id=51
 
muscapaul
Corrected.
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
W3C_Valid
translated to Danish

removed one line in Englosh.php $locale['err164'] = "Closed";
it was there 2 times Wink
W3C_Valid attached the following file:
danish_3.zip
 
www.sitemaster.dk
muscapaul
Processed. Wink
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
helmuth
attached revised Danish locales for v7_error_reports_v3.00.28.07.2008 Wink
helmuth attached the following file:
danish_8.zip
 
http://helmuth.dk/
HobbyMan
In error_reports.php line 42

Download source  Code
$result = dbquery("INSERT INTO ".DB_ERROR_REPORTS." (error_user, error_summary, error_version, error_description, error_response, error_status, error_datestamp) VALUES('".$userdata['user_id']."', '$error_summary', '$error_version', '$error_description', '', '".$locale['err142']."', '".time()."')");




There is no $locale['err142'] in the locale which results in;

Notice: Undefined variable: error_status in /home/xxxxxx/public_html/infusions/error_reports/error_reports.php on line 139
Edited by HobbyMan on 04-08-2008 19:02
 
muscapaul
Unfortunate typo. Should be 162...
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
muscapaul
New version: v3.01

Changes:
v3.01 (muscapaul)
- Typo resulting in bug in error_reports.php corrected (thx to HobbyMan).
- Updated Danish locale added (thx to helmtuh).

DOWNLOAD (last version: 18.09.2008)
* Turkish and Polish locale files added (18.09.2008)
Edited by muscapaul on 18-09-2008 13:13
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
Pieka
Polish locale attached (iso/utf-8).
Pieka attached the following file:
polish_locale_iso-utf8_1.zip
Edited by Pieka on 04-09-2008 17:54
 
MAxwELL_TR
New version: v3.01
Turkish Language File (T?rk?e Dil DosyasıWink Added
MAxwELL_TR attached the following file:
turkish.rar
 
muscapaul
Download updated.
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
Smokeman
Hi.

I'm getting an error with the latest version:

Notice: Undefined variable: error_status in C:\WM\www\hjemmeside\infusions\error_reports\error_reports.php on line 74

- line 74 looks like this:
Download source  Code
echo "<td class='tbl1'>".$error_status."</td>\n";



PHPFusion-Tips.dk
 
http://www.phpfusion-tips.dk/
muscapaul
Under what circumstances did you get this error. DO you have an upgraded version?
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
edi18028
I installed newest version Error Reports in PHP-Fusion 7.00.05 and I couldn't submit errors. They don't appear in database. My webpage doesn't show any errors or warnings. What I did wrong? I downloaded mod from this page. Anybody have idea what's going on? Frown
 
muscapaul
Did you infuse it...?
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
edi18028
Problem solved. Problem was with error_status. I must changed code.
Line 42
Download source  Code

         $result = dbquery("INSERT INTO ".DB_ERROR_REPORTS." (error_user, error_summary, error_version, error_description, error_response, error_status, error_datestamp) VALUES('".$userdata['user_id']."', '$error_summary', '$error_version', '$error_description', '', '".$locale['err162']."', '".time()."')");




changed on
Download source  Code

         $result = dbquery("INSERT INTO ".DB_ERROR_REPORTS." (error_user, error_summary, error_version, error_description, error_response, error_status, error_datestamp) VALUES('".$userdata['user_id']."', '$error_summary', '$error_version', '$error_description', '', '0', '".time()."')");




and lines where
Download source  Code

      if ($data['error_status'] == '0') {
         $error_status = $locale['err162'];
      }
      if ($data['error_status'] == '1') {
         $error_status = $locale['err163'];
      }
      if ($data['error_status'] == '2') {
         $error_status = $locale['err164'];
      }
      echo "<td class='tbl1'>".$error_status."</td>\n";




i changed on
Download source  Code

      if ($data['error_status'] == '0') {
        echo "<td align='center' class='tbl1'>".$locale['err162']."</td>\n";
      }
      if ($data['error_status'] == '1') {
        echo "<td align='center' class='tbl1'>".$locale['err163']."</td>\n";
      }
      if ($data['error_status'] == '2') {
        echo "<td align='center' class='tbl1'>".$locale['err164']."</td>\n";
      }




Now it's working fine
Edited by edi18028 on 27-10-2009 18:24
 
masteredu
thx now it works, but whats with this error ?

Download source  Code
Notice: Undefined variable: error_status in /tchost/edu/web/fusion/infusions/error_reports/error_reports.php on line 74


 
muscapaul
What language (locale) do you use?
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
masteredu
muscapaul wrote:
What language (locale) do you use?


german
masteredu attached the following file:
german_1.rar
Edited by masteredu on 06-01-2010 20:37
 
Jump to Forum:
Donate
Please help to make
muscapaul.com
possible and enable
further improvements!
Login
Username

Password



Forgotten your password?
Request a new one here.
Temporary email addresses
Please note: While activating new accounts I usually check them out. If I notice an account registered with a temporary email address it will be deleted.
Newsletter
Newsletters are for registered members only.
Shoutbox
You must login to post a message.

01/12/2021 16:45
Szép napot

13/06/2021 07:01
I found this site again!

21/04/2020 18:32
Barely...

11/11/2013 00:48
Cool! This site is still around!

18/10/2013 20:28
hey! Smile

25/06/2011 01:40
My name is Andreo, I'm new member Smile

25/06/2011 01:39
Hello Muscapaul, is there anyone here ?

13/09/2010 01:02
nice mod thanks Smile

10/07/2010 15:01
Paul, hows thing?

07/07/2010 03:47
Who becomes the world champion on football? We wil

Render time: 0.20 seconds 9,149,943 unique visits