Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
Democracy MOD 0.2.1e
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
Democracy MOD 0.2.1e
PostPosted: 08/27/2007 6:45 AM Reply with quote
Citation
masteranu84
Citation
Posts 487
Word Cnt. 35,729
BDay Oct 3
Sign Libra
Sex Sex:Male
Joined: Oct 29, 2006
Local time: 7:11 PM
Location: Klang, Malaysia
malaysiC.gif
I have some error msg as like below, i has go into includes/functions_post.phpinside but still cannot find the code as like below.
Code:
Error Detail
 
Critical Error

FIND FAILED: In file [includes/functions_post.php] could not find:

add_search_words('single', $post_id, stripslashes($post_message), stripslashes($post_subject));

MOD script line #1170 :: FAQ :: Report
 
Back to Top
View user's profile Find all posts by masteranu84 Send private message   Visit poster's website Yahoo Messenger MSN Messenger Phoogle Map
Re: Democracy MOD 0.2.1e
PostPosted: 08/27/2007 2:50 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: 3:11 PM
Location: St Pete, FL
peace.gif
Ok, try this:

OPEN
democracy020.txt

FIND
Code:
#
#-----[ FIND ]------------------------------------------
#
   add_search_words('single', $post_id, stripslashes($post_message), stripslashes($post_subject));

REPLACE WITH
Code:
#
#-----[ FIND ]------------------------------------------
#
add_search_words('single'

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

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: Democracy MOD 0.2.1e
PostPosted: 08/27/2007 5:06 PM Reply with quote
Citation
masteranu84
Citation
Posts 487
Word Cnt. 35,729
BDay Oct 3
Sign Libra
Sex Sex:Male
Joined: Oct 29, 2006
Local time: 7:11 PM
Location: Klang, Malaysia
malaysiC.gif
Ok, now is this problem~
Code:
Error Detail
 
Critical Error

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

<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /></td>

MOD script line #1575 :: FAQ :: Report
Back to Top
View user's profile Find all posts by masteranu84 Send private message   Visit poster's website Yahoo Messenger MSN Messenger Phoogle Map
Re: Democracy MOD 0.2.1e
PostPosted: 08/27/2007 5:15 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: 3:11 PM
Location: St Pete, FL
peace.gif
Ok, try this:

OPEN
democracy020.txt

FIND
Code:
#
#-----[ FIND ]------------------------------------------
#
      <td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /></td>

REPLACE WITH
Code:
#
#-----[ FIND ]------------------------------------------
#
{postrow.POSTER_AVATAR}

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

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: Democracy MOD 0.2.1e
PostPosted: 08/27/2007 8:32 PM Reply with quote
Citation
masteranu84
Citation
Posts 487
Word Cnt. 35,729
BDay Oct 3
Sign Libra
Sex Sex:Male
Joined: Oct 29, 2006
Local time: 7:11 PM
Location: Klang, Malaysia
malaysiC.gif
But i still get this error :

Code:
Error Detail
 
Critical Error

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

{postrow.POSTER_AVATAR}<br />

MOD script line #1584 :: FAQ :: Report
Back to Top
View user's profile Find all posts by masteranu84 Send private message   Visit poster's website Yahoo Messenger MSN Messenger Phoogle Map
Re: Democracy MOD 0.2.1e
PostPosted: 08/27/2007 11:21 PM Reply with quote
Owl
~Forum_Nut~
Owl
Posts 168
Word Cnt. 14,430
BDay N/A
Sign N/A
Sex Sex:Male
Joined: Aug 02, 2007
Local time: 2:11 PM
blank.gif
I would open up your

templates/subSilver/viewtopic_body.tpl

And do a manual search for that section to see if its even in there. Perhaps another mod over wrote that bit of the file.

Or perhaps its a line that another mod installed that its looking for.. Some guys do that. They forget that they installed another mod that altered that line when they write the mod and it screws up the installs.

Edit: in an unaltered file I was able to find that line.

BTW. You have a line break on the end of that code that is not on the code that Nightrider suggested. That shouldn't cause it not to find it though unless its been previously altered.

You should post your viewtopic_body.tpl file contents to a code box here it would be easier.

FN
Back to Top
View user's profile Find all posts by ~Forum_Nut~ Send private message  
Re: Democracy MOD 0.2.1e
PostPosted: 08/28/2007 3:14 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: 3:11 PM
Location: St Pete, FL
peace.gif
My copy of the Democracy MOD doesn't include the <br /> at the end of the IN-LINE FIND command.  This is what mine looks like:

Code:
#
#-----[ IN-LINE FIND ]------------------------------------------
#
{postrow.POSTER_AVATAR}

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: Democracy MOD 0.2.1e
PostPosted: 08/29/2007 5:11 AM Reply with quote
Citation
masteranu84
Citation
Posts 487
Word Cnt. 35,729
BDay Oct 3
Sign Libra
Sex Sex:Male
Joined: Oct 29, 2006
Local time: 7:11 PM
Location: Klang, Malaysia
malaysiC.gif
Now is this problem~~
Code:
Error Detail
 
Critical Error

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

<td valign="top" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td>

MOD script line #1588 :: FAQ :: Report
hysterical1
Back to Top
View user's profile Find all posts by masteranu84 Send private message   Visit poster's website Yahoo Messenger MSN Messenger Phoogle Map
Re: Democracy MOD 0.2.1e
PostPosted: 08/29/2007 4:36 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: 3:11 PM
Location: St Pete, FL
peace.gif
Ok, try this:

OPEN
democracy020.txt

FIND
Code:
#
#-----[ FIND ]------------------------------------------
#
            <td valign="top" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td>

#
#-----[ REPLACE WITH ]------------------------------------------
#
            <td valign="top" nowrap="nowrap">{postrow.REVIEWS_IMG} {postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.REPORTPOST_IMG} {postrow.IP_IMG}</td>

REPLACE WITH
Code:
#
#-----[ FIND ]------------------------------------------
#
{postrow.QUOTE_IMG}
#
#-----[ IN-LINE FIND ]------------------------------------------
#
{postrow.QUOTE_IMG}
#
#-----[ IN-LINE BEFORE, ADD ]------------------------------------------
#
{postrow.REVIEWS_IMG}
#
#-----[ IN-LINE FIND ]------------------------------------------
#
{postrow.DELETE_IMG}
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
 {postrow.REPORTPOST_IMG}

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

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: Democracy MOD 0.2.1e
PostPosted: 08/29/2007 9:09 PM Reply with quote
Owl
~Forum_Nut~
Owl
Posts 168
Word Cnt. 14,430
BDay N/A
Sign N/A
Sex Sex:Male
Joined: Aug 02, 2007
Local time: 2:11 PM
blank.gif
I learned something from that post Nightrider for sure.

Thats awesome.... Saved. Very Happy

FN
Back to Top
View user's profile Find all posts by ~Forum_Nut~ Send private message  
 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.0909s (PHP: 56% - SQL: 44%) - SQL queries: 58 - GZIP disabled - Debug on