 | Democracy MOD 0.2.1e |  |
Posted: 08/27/2007 6:45 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 7:11 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
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 |
|
|
 | Re: Democracy MOD 0.2.1e |  |
Posted: 08/27/2007 2:50 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:11 PM
Location: St Pete, FL
|

|
|
|
|
 |
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...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Democracy MOD 0.2.1e |  |
Posted: 08/27/2007 5:06 PM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 7:11 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
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 |
|
|
 | Re: Democracy MOD 0.2.1e |  |
Posted: 08/27/2007 5:15 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:11 PM
Location: St Pete, FL
|

|
|
|
|
 |
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...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Democracy MOD 0.2.1e |  |
Posted: 08/27/2007 8:32 PM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 7:11 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
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 |
|
|
 | Re: Democracy MOD 0.2.1e |  |
Posted: 08/27/2007 11:21 PM |
|
|
|
|
|
| Owl |
| Posts |
168 |
| Word Cnt. |
14,430 |
| BDay |
N/A |
| Sign |
N/A |
| Sex |
 |
|
|
|
Joined: Aug 02, 2007
Local time: 2:11 PM
|

|
|
|
|
 |
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 |
|
|
 | Re: Democracy MOD 0.2.1e |  |
Posted: 08/28/2007 3:14 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:11 PM
Location: St Pete, FL
|

|
|
|
|
 |
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}
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Democracy MOD 0.2.1e |  |
Posted: 08/29/2007 5:11 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 7:11 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
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
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Democracy MOD 0.2.1e |  |
Posted: 08/29/2007 4:36 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:11 PM
Location: St Pete, FL
|

|
|
|
|
 |
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...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Democracy MOD 0.2.1e |  |
Posted: 08/29/2007 9:09 PM |
|
|
|
|
|
| Owl |
| Posts |
168 |
| Word Cnt. |
14,430 |
| BDay |
N/A |
| Sign |
N/A |
| Sex |
 |
|
|
|
Joined: Aug 02, 2007
Local time: 2:11 PM
|

|
|
|
|
 |
I learned something from that post Nightrider for sure.
Thats awesome.... Saved.
FN |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|