[BUG REPORT] Bug in handling MOD without SAVECLOSE

Want to share what MODs you've gotten to work with EM? Happy about all the time your're saving? Want to say "thanks"? Here's the place.
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!
Locked
Bananeweizen
Registered User
Posts: 9
Joined: Tue Sep 25, 2001 9:42 pm

[BUG REPORT] Bug in handling MOD without SAVECLOSE

Post by Bananeweizen »

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.

User avatar
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

Post by GPHemsley »

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? :P

Bananeweizen
Registered User
Posts: 9
Joined: Tue Sep 25, 2001 9:42 pm

Re: Bug in handling MOD without SAVECLOSE

Post by Bananeweizen »

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):

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
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.

Nuttzy99
Registered User
Posts: 927
Joined: Fri Aug 03, 2001 7:09 am
Contact:

Re: Bug in handling MOD without SAVECLOSE

Post by Nuttzy99 »

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 :cool:
SpellingCow.com - Free spell check service for your forums or any web form!
My Other Site

Locked