| View previous topic :: View next topic |
| Author |
Message |
markus [Administrator]
![[Administrator] [Administrator]](images/ranks/rank_stars7_admin.gif)

Joined: 28 Jul 2003 Posts: 1124
|
Posted: Sun Oct 17, 2004 9:22 am Post subject: [MOD-DB] Fix message_die for multiple errors v1.0.4 |
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Note:
This MOD has been kindly approved by the phpBB MOD Team
Check out its Release Announcement topic:
http://www.phpbb.com/phpBB/viewtopic.php?t=233542
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MOD Title: Fix message_die for multiple errors MOD
MOD Version: 1.0.4
MOD Description: This MOD replaces the "message_die() was called multiple times" message with something more usefull. It reports a list of all "those" error messages with all relevant information. So that may help board administrators to identify the problem.
Technical Comments: Actually, the "message_die() was called multiple times" message is unlike to happen on a fresh phpBB board, but it might happen related to MODs, depending on how they are coded.
Download:
Link removed. Please use the phpBB MODs Database (Admin Tools category).
MOD Header:
| Code: | ##############################################################
## MOD Title: Fix message_die for multiple errors MOD
## MOD Author: markus_petrux < phpbb.mods@phpmix.com > (Markus) http://www.phpmix.com
## MOD Description: This MOD replaces the "message_die() was called multiple times" message
## with something more useful. It reports a list of all "those" error messages with all
## relevant information. So that may help board administrators to identify the problem.
## MOD Version: 1.0.4
##
## Installation Level: (Easy)
## Installation Time: 3 Minutes
## Files To Edit: 1
## includes/functions.php
## Included Files: 0
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## - Technical comments:
## Actually, the "message_die() was called multiple times" message is unlike to happen on a
## fresh phpBB board, but it might happen related to MODs, depending on how they are coded.
##
##
## - MOD related comments:
## Tested with phpBB versions from 2.0.10 to 2.0.17, at the time of writing.
## This MOD is EasyMOD friendly.
##
##############################################################
## MOD History:
##
## 2005/09/06 - 1.0.4
## - Removed the define(HAS_DIED, 1) fix, preventing the MOD from being correctly
## installed since phpBB 2.0.17, where the constant definiton was fixed.
## - MOD Header has been also adapted to new format.
##
## 2004/10/17 - 1.0.3
## - Added a mailto: link to the "Please, contact the webmaster" message.
## This will be only available if the CONFIG table has been read, though.
## Thanks again to Ptirhiik for the idea. :-)
## Certainly it sounds wiser than using "smoke signals" to contact the webmaster.
##
## 2004/10/17 - 1.0.2
## - Added a "Please, contact the webmaster" message at the end of the report.
## - Fixed define(HAS_DIED, 1); typo. Thanks to Ptirhiik for letting me know this.
##
## 2004/10/17 - 1.0.0
## - Initial release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
############################################################## |
_________________ http://www.phpmix.org |
|
| Back to top |
|
 |
markus [Administrator]
![[Administrator] [Administrator]](images/ranks/rank_stars7_admin.gif)

Joined: 28 Jul 2003 Posts: 1124
|
Posted: Sun Oct 17, 2004 10:39 am Post subject: Re: [RC] Fix message_die for multiple errors MOD v1.0.0 |
|
|
ok, ZIP updated to version 1.0.2 !
Changes:
- Added a "Please, contact the webmaster" message at the end of the report.
- Fixed define(HAS_DIED, 1); typo. Thanks to Ptirhiik for letting me know this. _________________ http://www.phpmix.org |
|
| Back to top |
|
 |
markus [Administrator]
![[Administrator] [Administrator]](images/ranks/rank_stars7_admin.gif)

Joined: 28 Jul 2003 Posts: 1124
|
Posted: Sun Oct 17, 2004 11:31 am Post subject: Re: [RC] Fix message_die for multiple errors MOD v1.0.0 |
|
|
ok, ZIP updated to version 1.0.3 !
Changes:
Added a mailto: link to the "Please, contact the webmaster" message.
This will be only available if the CONFIG table has been read, though.
Thanks again to Ptirhiik for the idea.
Certainly, it sounds wiser than using "smoke signals" to contact the webmaster. _________________ http://www.phpmix.org |
|
| Back to top |
|
 |
markus [Administrator]
![[Administrator] [Administrator]](images/ranks/rank_stars7_admin.gif)

Joined: 28 Jul 2003 Posts: 1124
|
Posted: Tue Oct 19, 2004 4:16 pm Post subject: Re: [RC] Fix message_die for multiple errors MOD v1.0.3 |
|
|
This MOD has been submitted to the MODs Database.
It has been also included by Ptirhiik to his Categories Hierarchy MOD v2.1.0.
 _________________ http://www.phpmix.org |
|
| Back to top |
|
 |
markus [Administrator]
![[Administrator] [Administrator]](images/ranks/rank_stars7_admin.gif)

Joined: 28 Jul 2003 Posts: 1124
|
|
| Back to top |
|
 |
markus [Administrator]
![[Administrator] [Administrator]](images/ranks/rank_stars7_admin.gif)

Joined: 28 Jul 2003 Posts: 1124
|
Posted: Tue Sep 06, 2005 1:06 pm Post subject: Re: [RC] Fix message_die for multiple errors MOD v1.0.0 |
|
|
ZIP updated to version 1.0.4 !
Changes:
- Removed the define(HAS_DIED, 1) fix, preventing the MOD from being correctly installed since phpBB 2.0.17, where the constant definiton was fixed.
- MOD Header has been also adapted to new format.
This version is currently in the MOD Validation queue. _________________ http://www.phpmix.org |
|
| Back to top |
|
 |
markus [Administrator]
![[Administrator] [Administrator]](images/ranks/rank_stars7_admin.gif)

Joined: 28 Jul 2003 Posts: 1124
|
|
| Back to top |
|
 |
|