Error installing Quick Reply Mod

Wondering why that MOD you have won't install correctly? Let's take a look
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
Twisties
Registered User
Posts: 7
Joined: Sat Apr 17, 2004 10:07 pm
Location: Australia
Contact:

Error installing Quick Reply Mod

Post by Twisties »

*waves*

Hi, I just installed the Easy Mod installer thingie today, and got the Country Flags mod installed correctly to test it out. And have installed another mod successfuly, but then went to try and install a Quick Reply mod that I downloaded and it came up with the following errors.
EasyMOD encountered the following error(s). A general error could be ABC. A critical error means D and you should do XYZ.
Critical Error

Function Trace: open_files[5]->modio_open[1]

Could not open [lang_main.php] for reading.
MOD script line #96 :: FAQ :: Report

MOD Title: Quick Reply 1.0.5 quick_reply.mod.txt
Author: Smartor smartor_xp@hotmail.com Hoang Ngoc Tu http://smartor.is-root.com" target="_blank
Processed Themes: subSilver
Processed Languages: english
Files Edited: 1
Commands Processed: 3
Unprocessed Commands: 0

The following commands were not recognized by EasyMOD and were ignored. The MOD script line number is displayed.

There was nothing quoted in the Mod Script line, and all commands were processed...just wondering what happened to stop the installation, did I do something wrong or?


dumb_blonde_female and loving it! *wink*

RyanThaDude29
Registered User
Posts: 90
Joined: Tue Apr 15, 2003 5:46 am
Location: Northwest Indiana
Contact:

Re: Error installing Quick Reply Mod

Post by RyanThaDude29 »

If my thoughts are correct, most of Smartor's MODs doesn't use the full path in the FINDs. The original find looks something like this

Code: Select all

#
#-----[ FIND ]------------------------------------------
#
lang_main.php
It should read like this for EasyMOD compatibility

Code: Select all

#
#-----[ FIND ]------------------------------------------
#
language/lang_english/lang_main.php
This also goes for any other modifications that aren't in the root of your phpBB, such as includes, images, templates.. well, you get the idea, hopefully. ;)

Twisties
Registered User
Posts: 7
Joined: Sat Apr 17, 2004 10:07 pm
Location: Australia
Contact:

Re: Error installing Quick Reply Mod

Post by Twisties »

oh ok, thankyou, I'll check that :)

If it's that easy, I can always modify the .txt file and try again :)

dumb_blonde_female and loving it! *wink*

Locked