 | conundrum mods? |  |
Posted: 08/26/2007 7:48 AM |
|
|
|
|
|
| Crow |
| Posts |
57 |
| Word Cnt. |
3,220 |
| BDay |
Nov 8 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Mar 28, 2007
Local time: 9:53 PM
|

|
|
|
|
 |
i have been trying to install mods from the offical phpbb site for my forum such as theyoutube mod but i cant seem to install most of these mods and get a critical error message unless the mod is very simple.
I think the problem is that the style i am using is conundrum and the mods look for subsilver.
Can anyone help me find mods for conundrum? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: conundrum mods? |  |
Posted: 08/26/2007 10:48 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:53 PM
Location: St Pete, FL
|

|
|
|
|
 |
Most of the BBCode MODs require that the Multi-BBCode MOD be installed before they can be installed. So if you haven't installed the Multi-BBCode MOD yet, that would be the next thing that you need to do before anything else. I also recommend that you install the BBCode Organizer MOD before installing any BBCode MODs so that the BBCode panel display will be a lot easier to organize...
If you encounter any Critical or Warning errors during a MOD install, don't be shy about posting them here. I will be more than happy to walk you through the process and hopefully teach you some easy to use and learn tricks to get past these MOD script conflicts...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: conundrum mods? |  |
Posted: 08/26/2007 11:19 AM |
|
|
|
|
|
| Crow |
| Posts |
57 |
| Word Cnt. |
3,220 |
| BDay |
Nov 8 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Mar 28, 2007
Local time: 9:53 PM
|

|
|
|
|
 |
i installed the multi bbcode and then there were 2 upgrades
Multi BBCode update 1.2.1 to 1.4.0 which i get this msg:
Critical Error
FIND FAILED: In file [posting.php] could not find:
// MULTI BBCODE-begin
//NOTE: the first element of each array must be '' Add new elements AFTER the ''
$EMBB_keys = array('') ;
$EMBB_widths = array('') ;
$EMBB_values = array('') ;
for ($i=1; $i<count($EMBB_values); $i++)
{
// load BBcode MODs info
$val = ($i*2)+16 ;
$template->assign_block_vars('MultiBB', array(
'KEY' => $EMBB_keys[$i],
'NAME' => "addbbcode$val",
'WIDTH' => $EMBB_widths[$i],
'VALUE' => $EMBB_values[$i],
'STYLE' => "bbstyle($val)")
);
}
// MULTI BBCODE-end
MOD script line #60 :: FAQ :: Report
the other upgrade doesnt work either but i presume thats cos the 2nd upgrade didnt take
I tried to install this 2:
Advanced Quick Reply Mod
and i got this error:
Critical Error
Function Trace: open_files[3]->modio_open[1]
Could not open [lang/lang_english/lang_main.php] for reading.
MOD script line #75 :: FAQ :: Report
I also got this warning when i tried to install an RSS content syndicator
it appeared on the easymod installer screen as an error.
Warning: fopen(./mods/RSS_Content_Syndicator_202/rss.MOD.txt) [function.fopen]: failed to open stream: Permission denied in /mounted-storage/home37c/sub005/sc30325-WTGS/andy.ie/forum/admin/admin _easymod.php on line 226
any suggestions? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: conundrum mods? |  |
Posted: 08/26/2007 12:10 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:53 PM
Location: St Pete, FL
|

|
|
|
|
 |
You only need to install the Upgrades if you had a previous version of the Multi-BBCode MOD installed. But you started out by installing the current version 1.4.0, so there is no need to upgrade to it from a previous version. You can get rid of the two included upgrade MOD scripts since you are already at 1.4.0...
This is a mistake by the MOD author in the MOD script for the Advanced Quick Reply MOD. You might notice that there is no such folder named lang in the phpBB install, but there is a folder named language. So this is how you correct this mistake:
OPEN
Advanced_Quick_Reply_111/install.txt
FIND
| Code:
|
#
#-----[ OPEN ]------------------------------------------
#
lang/lang_english/lang_main.php
|
REPLACE WITH
| Code:
|
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
|
Save, upload, and try again using EM...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: conundrum mods? |  |
Posted: 08/26/2007 12:14 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:53 PM
Location: St Pete, FL
|

|
|
|
|
 |
| nephronim wrote:
|
I also got this warning when i tried to install an RSS content syndicator it appeared on the easymod installer screen as an error.
Warning: fopen(./mods/RSS_Content_Syndicator_202/rss.MOD.txt) [function.fopen]: failed to open stream: Permission denied in /mounted-storage/home37c/sub005/sc30325-WTGS/andy.ie/forum/admin/admin _easymod.php on line 226
any suggestions?
|
Although I have never seen this error before, my guess would be that this is caused because the filename includes two parts that EM looks for to determine whether the file is a MOD script, which may be confusing EM. So try renaming the file either RSS_Content_Syndicator_202/rss.txt or RSS_Content_Syndicator_202/rss.MOD A MOD script comes in either txt or mod file types, so the inclusion of both in the filename may be causing this error...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: conundrum mods? |  |
Posted: 08/26/2007 12:26 PM |
|
|
|
|
|
| Crow |
| Posts |
57 |
| Word Cnt. |
3,220 |
| BDay |
Nov 8 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Mar 28, 2007
Local time: 9:53 PM
|

|
|
|
|
 |
i made that adjustment u sugested and i got another critical error fom that quick reply mod:
Critical Error
FIND FAILED: In file [language/lang_english/lang_main.php] could not find:
//
// That's all Folks!
MOD script line #80 :: FAQ :: Report |
|
|
 |
 |
| Back to Top |
|
|
 | Re: conundrum mods? |  |
Posted: 08/26/2007 12:52 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:53 PM
Location: St Pete, FL
|

|
|
|
|
 |
Ok, for a FIND to work, EVERYTHING listed needs to match. If there is a missing quote or extra or missing space, then there is no exact match, so you see these errors. Note that different versions of phpBB are different in this code and if you support multiple languages, the text would be in the alternative language rather than what the MOD author used in the FIND...
This is a trick that you can use from now on whenever a MOD author tries to find this code in a language file. The solution that I'm proposing will work 100% of the time...
OPEN
Advanced_Quick_Reply_111/install.txt
FIND
| Code:
|
#
#-----[ FIND ]------------------------------------------
#
//
// That's all Folks!
|
REPLACE WITH
| Code:
|
#
#-----[ FIND ]------------------------------------------
#
?>
|
The only thing you have to make sure is that the very next command is a BEFORE, ADD rather than an AFTER, ADD command, which it is in this MOD...
I can see that this is going to be a problem too. The MOD author doesn't quite understand the difference between REPLACE WITH and IN-LINE REPLACE WITH commands. The option he chose would screw things up once the MOD is installed...
FIND
| Code:
|
#
#-----[ FIND ]------------------------------------------
#
{postrow.POSTER_NAME}
#
#-----[ REPLACE WITH ]------------------------------------
#
<a href="javascript:emoticon('[b]{postrow.POSTER_NAME}[/b], ')">{postrow.POSTER_NAME}</a>
|
REPLACE WITH
| Code:
|
#
#-----[ FIND ]------------------------------------------
#
{postrow.POSTER_NAME}
#
#-----[ IN-LINE FIND ]------------------------------------------
#
{postrow.POSTER_NAME}
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------
#
<a href="javascript:emoticon('[b]{postrow.POSTER_NAME}[/b], ')">{postrow.POSTER_NAME}</a>
|
Save, upload, and try again using EM...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: conundrum mods? |  |
Posted: 08/26/2007 1:02 PM |
|
|
|
|
|
| Crow |
| Posts |
57 |
| Word Cnt. |
3,220 |
| BDay |
Nov 8 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Mar 28, 2007
Local time: 9:53 PM
|

|
|
|
|
 |
OK i did all that now it goes to step 3 of installation and puts up this message:
Critical Error: modio_move[3]
FTP ERROR: could not move file [admin/mods/526/quick_reply.tpl] to [subSilver]
ATTEMPING REMAINDER OF POST PROCESS |
|
|
 |
 |
| Back to Top |
|
|
 | Re: conundrum mods? |  |
Posted: 08/26/2007 1:25 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:53 PM
Location: St Pete, FL
|

|
|
|
|
 |
Ok this is another mistake by the MOD author. This is how you correct this problem:
OPEN
Advanced_Quick_Reply_111/install.txt
FIND
| Code:
|
#
#-----[ COPY ]------------------------------------------
#
copy quick_reply.php to /
copy quick_reply.tpl to templates/subSilver
|
REPLACE WITH
| Code:
|
#
#-----[ COPY ]------------------------------------------
#
copy quick_reply.php to quick_reply.php
copy quick_reply.tpl to templates/subSilver/quick_reply.tpl
|
Save, upload, and try again using EM...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: conundrum mods? |  |
Posted: 08/26/2007 1:39 PM |
|
|
|
|
|
| Crow |
| Posts |
57 |
| Word Cnt. |
3,220 |
| BDay |
Nov 8 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Mar 28, 2007
Local time: 9:53 PM
|

|
|
|
|
 |
ive completed all that and its at long last workin!
Thanks i really appreciate it!
The conundrum template seems to cause all kinds of problems.
I have installed that youTube_100 but it hasnt shown up as any change on the message.
I think there was warnings but it still installed, this was the case for a few of the mods, what should i do.
I have been trying to put the youtube mod in the forum for a while.
I also installed that multi bbcode organiser also as instructed but still it doesnt make the new buttons appear. |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|