|
|
rastoma |
|
|
Posts: 32
Posts Per Day: 0.03
Reputation: 100.00%
Reputation Score: +1 / -0
Time Online: 7 hours 54 minutes
|
code and mod directories are 777
.js and .gif file uploaded as binary.
mod file uploaded in ascii
all paths correct.
have tried chaning paths inside .v2m from virtual paths to hard links pointing to my forum and the template directory.
code does not get inserted in board and no snowfall, I get this error when trying to install:
--» Code not found in source ...
please help. |
|
|
|
|
|
Apollo |
|
|
Posts: 207
Posts Per Day: 0.16
Time Online: 1 days 23 hours 12 minutes
|
The mod only works for the latest version of the forum code.
To install snowfall in earlier versions, you have to edit the code manually, as I had to in a forum that has to stay back at 9.2 for the moment. |
|
|
|
|
|
Martin |
|
|
Posts: 4,558
Gender:  Male
Posts Per Day: 3.16
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 17 minutes
Location: UK
Age: 50
|
What version of eblah are you using? and what code was not found? |
| Martin's Reputation: Increase |
|
|
|
|
|
rastoma |
|
|
Posts: 32
Posts Per Day: 0.03
Reputation: 100.00%
Reputation Score: +1 / -0
Time Online: 7 hours 54 minutes
|
i'm using 9.6
Install Report The following actions have been preformed with this modification. If you were testing this mod or there were errors (and you did not override them) durring the attempted installation of this mod, then no files have been modified; otherwise the files have been modified. Modify File: ./Code/BoardIndex.pl (1 actions) Source Code: sub LoadIndex { if($URL{'a'} eq 'tog') { Tog(); } my($moderate,$postsandtops); $gdisable = 1; $title = $mbname; header(); foreach (@catbase) { ($nme,$id) = split(/\|/,$_); if($id eq $URL{'c'}) { $catid = $id; $catname = $nme; last; } } if($URL{'c'} ne '') { $dirlist = qq~<a href="$surl">$mbname</a> <b>› $catname</b>~; } else { $dirlist = "<b>$mbname</b>"; }
$ebout .= <<"EOT";
After: <script type="text/javascript" language="javascript1.2"><!-- var imgSrc = '/blahdocs/template/snow.gif'; var PicX = 20; var PicY = 20; var NumSnow = 15; var fallRate = 0.010; var driftRate = 8; //--></script> <script src="/blahdocs/template/snowfall.js" type="text/javascript" language="javascript1.2"></script>
--» Code not found in source ...
This mod will not (un)install successfully. If you wish to install this mod anyway, click here.
|
|
|
|
|
|
rastoma |
|
|
Posts: 32
Posts Per Day: 0.03
Reputation: 100.00%
Reputation Score: +1 / -0
Time Online: 7 hours 54 minutes
|
i just setup a new install of 9.6 under a different domain. board works perfectly.
i uploaded the snow mod and it still doesn't work. i don't get an error, it just doesn't show installed and doesn't create the other file in the Mods directory showing it installed.
code and mods is 777
|
|
|
|
|
|
Martin |
|
|
Posts: 4,558
Gender:  Male
Posts Per Day: 3.16
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 17 minutes
Location: UK
Age: 50
|
If you want me to take a look just pm the ftp details. Xmas is over by the way  (Well it is for most!!) |
| Martin's Reputation: Increase |
|
|
|
|
|
rastoma |
|
|
Posts: 32
Posts Per Day: 0.03
Reputation: 100.00%
Reputation Score: +1 / -0
Time Online: 7 hours 54 minutes
|
i know  but it's still snowing in some parts of the country  the main reason is I'm just bugged why it won't work. |
|
|
|
|
|
Apollo |
|
|
Posts: 207
Posts Per Day: 0.16
Time Online: 1 days 23 hours 12 minutes
|
I'm curious too, having stuck the same code in other pages where it ran fine.
May be a basic and obvious suggestion, but have you had a look at the actual section (character by character) of source code in Boardindex.pl to see if it is exactly as the Mod installer is looking for?
A download error might have altered a character, and that would be enough to throw the install off. It's rare, but I've had it happen. Sat puzzled until a fresh download and install fixed the problem. |
|
|
|
|
|
Martin |
|
|
Posts: 4,558
Gender:  Male
Posts Per Day: 3.16
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 17 minutes
Location: UK
Age: 50
|
This is now working OK after uploading a fresh copy of BoardIndex.pl |
| Martin's Reputation: Increase |
|
|
|
|
|
Apollo |
|
|
Posts: 207
Posts Per Day: 0.16
Time Online: 1 days 23 hours 12 minutes
|
 And so simple in the end. |
|
|
|
|
|
|