Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
[Solved] Cash Mod Install problem
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: 1, 2  Next
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
[Solved] Cash Mod Install problem
PostPosted: 05/07/2007 5:16 PM Reply with quote
Hummingbird
korr
Hummingbird
Posts 8
Word Cnt. 281
BDay N/A
Sign N/A
Joined: May 07, 2007
Local time: 6:35 AM
peace.gif
Ive got the latest version of phpBB (2.0.22) and the latest version on the Cash mod but when i try and install i get errors with the template that i'm using. Ive searched everywhere to try and find the answer but can't so can someone please help me. errors bellow:

Code:

Warning

FIND FAILED: In file [templates/extremedarkred/memberlist_body.tpl] could not find:

colspan="8"

MOD script line #499 :: FAQ :: Report


and

Code:
Critical Error

FIND FAILED: In file [templates/subSilver/memberlist_body.tpl] could not find:

colspan="8"

MOD script line #499 :: FAQ :: Report


Thanks in advance.   occasion5
Back to Top
View user's profile Find all posts by korr Send private message  
Re: Cash Mod Install problem
PostPosted: 05/07/2007 5:47 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 7:35 AM
Location: St Pete, FL
peace.gif
Welcome to RCF korr!!!   Applause

The code in your extremedarkred/memberlist_body.tpl does not contain the code that the Cash MOD is attempting to modify.  Since that is the last modification for the memberlist_body.tpl, EM will make all the other modifications to the extremedarkred/memberlist_body.tpl.  So you can safely ignore the Warning error...

Apparently, the subSilver/memberlist_body.tpl colspan setting has been modified by another MOD.  So before I can offer you a suggestion of what to do, I need to know the current colspan setting for your subSilver/memberlist_body.tpl.  So could you provide a text link for your subSilver/memberlist_body.tpl file???

Creating text Links for phpBB files

First create a duplicate of the phpBB file on your PC, then rename the file by adding .txt to the end of the file name.  Next upload the file to a location on your FTP Server accessible to the public and provide a link back here for us to analyze it...

The path to your file could look something like this now:

Code:
http://yourdomain.com/downloads_folder/memberlist_body.txt

I need to take off for a few hours, so hopefully if you can provide the text link to your memberlist_body.tpl file, I can offer you a suggestion of how to fix that when I return...

Laughing
Laughing Laughing
Laughing Laughing Laughing Laughing Laughing
Laughing Laughing Laughing Laughing Laughing Laughing Laughing Laughing Laughing

Welcome to RCF korr!!!

Laughing Laughing Laughing Laughing Laughing Laughing Laughing Laughing Laughing
Laughing Laughing Laughing Laughing Laughing
Laughing Laughing
Laughing


headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] Cash Mod Install problem
PostPosted: 05/08/2007 10:20 AM Reply with quote
Hummingbird
korr
Hummingbird
Posts 8
Word Cnt. 281
BDay N/A
Sign N/A
Joined: May 07, 2007
Local time: 6:35 AM
peace.gif
Thanks for the warm welcome heres the link below:

http://www.m-i-a.co.uk/content/memberlist_body.tpl.txt

-Peace
Back to Top
View user's profile Find all posts by korr Send private message  
Re: Cash Mod Install problem
PostPosted: 05/08/2007 1:32 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 7:35 AM
Location: St Pete, FL
peace.gif
Ok, try this:

OPEN
cm_install_223.txt

FIND
Code:
#
#-----[ AFTER, ADD ]------------------------------------------
#
$cm_memberlist->generate_columns($template,$sql,8);

REPLACE WITH
Code:
#
#-----[ AFTER, ADD ]------------------------------------------
#
$cm_memberlist->generate_columns($template,$sql,9);

FIND
Code:
#
#-----[ FIND ]------------------------------------------
# in subSilver, the full line is
#     
#
colspan="8"
#
#-----[ IN-LINE FIND ]------------------------------------------
#
8

REPLACE WITH
Code:
#
#-----[ FIND ]------------------------------------------
# in subSilver, the full line is
#     
#
colspan="9"
#
#-----[ IN-LINE FIND ]------------------------------------------
#
9

Save, upload, and try again using EM...

You will still get a warning error on the extremedarkred/memberlist_body.tpl file, but you can safely ignore it...

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] Cash Mod Install problem
PostPosted: 05/08/2007 1:53 PM Reply with quote
Hummingbird
korr
Hummingbird
Posts 8
Word Cnt. 281
BDay N/A
Sign N/A
Joined: May 07, 2007
Local time: 6:35 AM
peace.gif
I did as you said above but i now get the error with the colspan of 9 heres the error:

Code:

Critical Error

IN-LINE FIND FAILED: In file [templates/subSilver/memberlist_body.tpl] could not find:

9

MOD script line #510 :: FAQ :: Report


-Peace
Back to Top
View user's profile Find all posts by korr Send private message  
Re: Cash Mod Install problem
PostPosted: 05/08/2007 1:58 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 7:35 AM
Location: St Pete, FL
peace.gif
Ok, try this:

OPEN
cm_install_223.txt

FIND
Code:
#
#-----[ IN-LINE FIND ]------------------------------------------
#
9
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
{NUM_COLUMNS}

REPLACE WITH
Code:
#
#-----[ IN-LINE FIND ]------------------------------------------
#
colspan="9"
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
colspan="{NUM_COLUMNS}"

Save, upload, and try again using EM...
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] Cash Mod Install problem
PostPosted: 05/08/2007 2:02 PM Reply with quote
Hummingbird
korr
Hummingbird
Posts 8
Word Cnt. 281
BDay N/A
Sign N/A
Joined: May 07, 2007
Local time: 6:35 AM
peace.gif
Sorry to bug you and thanks for the quick replys but its not having any of it even though it is there lol

Code:
Critical Error

IN-LINE FIND FAILED: In file [templates/subSilver/memberlist_body.tpl] could not find:

colspan="9"

MOD script line #510 :: FAQ :: Report


-Peace
Back to Top
View user's profile Find all posts by korr Send private message  
Re: Cash Mod Install problem
PostPosted: 05/08/2007 2:21 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 7:35 AM
Location: St Pete, FL
peace.gif
You don't have to apologize.  I've seen this happen on a few other forums as well.  For whatever reason, EM isn't able to see what it just found on your server.  It seems to always happen on these colspan settings.  I don't know why though.  So the idea is to give it a different set of instructions that do the same thing.  So try this instead:

OPEN
cm_install_223.txt

FIND
Code:
#
#-----[ FIND ]------------------------------------------
# in subSilver, the full line is
#     <td class="catBottom" colspan="8" height="28">&nbsp;</td>
#
colspan="9"
#
#-----[ IN-LINE FIND ]------------------------------------------
#
colspan="9"
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
colspan="{NUM_COLUMNS}"

REPLACE WITH
Code:
#
#-----[ FIND ]------------------------------------------
# in subSilver, the full line is
#
<!-- END memberrow -->
<tr>
<td
#
#-----[ IN-LINE FIND ]------------------------------------------
#
9
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
[NUM_COLUMNS}

Save, upload, and try again using EM...

Hopefully this will get you past this point in the MOD script...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] Cash Mod Install problem
PostPosted: 05/08/2007 3:01 PM Reply with quote
Hummingbird
korr
Hummingbird
Posts 8
Word Cnt. 281
BDay N/A
Sign N/A
Joined: May 07, 2007
Local time: 6:35 AM
peace.gif
I'm not sure whats going on its just again not workin properly

Code:
Critical Error

IN-LINE FIND FAILED: In file [templates/subSilver/memberlist_body.tpl] could not find:

9

MOD script line #510 :: FAQ :: Report


-Thanks again
Back to Top
View user's profile Find all posts by korr Send private message  
Re: Cash Mod Install problem
PostPosted: 05/08/2007 3:08 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 7:35 AM
Location: St Pete, FL
peace.gif
Are you sure you gave me the most current copy of the memberlist_body.tpl file from your subSilver template?  This last suggestion should have worked if what I have is what EM is seeing...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours
Goto page: 1, 2  Next
Page 1 of 2


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.1101s (PHP: 54% - SQL: 46%) - SQL queries: 58 - GZIP disabled - Debug on