Hi !
If a MOD has no SAVECLOSE action then EasyMOD 0.0.10a stops with saying "Installation failed" but does not show any sign of _what_ went wrong (i.e. the place where I expect the error message is just empty).
Ciao, Michael.
[BUG REPORT] Bug in handling MOD without SAVECLOSE
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
-
- Registered User
- Posts: 9
- Joined: Tue Sep 25, 2001 9:42 pm
- GPHemsley
- Registered User
- Posts: 1617
- Joined: Fri Apr 18, 2003 4:01 am
- Location: Long Beach, NY
- Contact:
Re: Bug in handling MOD without SAVECLOSE
Hmm.. I seem to remember this one coming up before, but I can't remember where..... Maybe it was even you that brought it up the first time? 
Gordon P. Hemsley
The GP Factory
EasyMOD Support Rant
My MODs: Topic Type MOD | View Topic Title While Posting MOD
The GP Factory
EasyMOD Support Rant
My MODs: Topic Type MOD | View Topic Title While Posting MOD
-
- Registered User
- Posts: 9
- Joined: Tue Sep 25, 2001 9:42 pm
Re: Bug in handling MOD without SAVECLOSE
Uh, oh. Maybe. Don't remember all the things I wrote in the last year.
Today I found another similar thing. I had accidentally made a MOD ending like this (with other actions pasted after SAVECLOSE but before EOM):
After processing this (for a very long time) only the titlebar of the EasyMod page is shown where I normally get the results.
Ciao, Michael.
Today I found another similar thing. I had accidentally made a MOD ending like this (with other actions pasted after SAVECLOSE but before EOM):
Code: Select all
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
#
#-----[ OPEN ]------------------------------------------
#
includes/functions.php
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx);
#
#-----[ AFTER, ADD ]------------------------------------------
#
include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main_map.' . $phpEx);
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin.' . $phpEx);
#
#-----[ AFTER, ADD ]------------------------------------------
#
include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin_map.' . $phpEx);
# EoM
Ciao, Michael.
Re: Bug in handling MOD without SAVECLOSE
Moving to the bug tracker forum. I think this is legit.
EDIT: hrmmm... "moving" is broken for now so I guess it will stay right here
-Nuttzy
EDIT: hrmmm... "moving" is broken for now so I guess it will stay right here
-Nuttzy