Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
conundrum mods?
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: Previous  1, 2, 3, 4, 5, 6  Next
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
Re: conundrum mods?
PostPosted: 08/27/2007 5:59 PM Reply with quote
Crow
nephronim
Crow
Posts 57
Word Cnt. 3,220
BDay Nov 8
Sign Scorpio
Sex Sex:Male
Joined: Mar 28, 2007
Local time: 6:15 PM
irelandCx7.gif
ok the mod tells me what it was looking to adjust do i go into the file and just take out that particular code from the file?
Back to Top
View user's profile Find all posts by nephronim Send private message  
Re: conundrum mods?
PostPosted: 08/27/2007 6:02 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:15 PM
Location: St Pete, FL
peace.gif
In the MOD script, it gives you commands on which files to OPEN and what needs to be done.  So you would need to follow the MOD instructions below the OPEN to see if you can find the code that was added or modified.  The first command after an OPEN will always be a FIND.  So you would try to find the code in the FIND statement.  The reason why you may not find the code is if it was replaced or if code was added in the middle of the found code...

My guess would be that the code is correctly added to the posting.php file and to both the subSilver and Minimal posting_body.tpl files.  I would also venture to guess that the code is missing in the Conundrum/posting_body.tpl file.  You can manually add the code by following the instructions for modifying the templates/subSilver/posting_body.tpl file instructions in the MOD script.  Of course since we have seen that the Conundrum/posting_body.tpl file has been modified and it looks very different from the code in the other two templates, then you would want to use the code that I suggested early on in this topic.  It might be easier to make the Conundrum/posting_body.tpl code look more like the original so that it won't cause future install problems...

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: conundrum mods?
PostPosted: 08/28/2007 5:14 AM Reply with quote
Crow
nephronim
Crow
Posts 57
Word Cnt. 3,220
BDay Nov 8
Sign Scorpio
Sex Sex:Male
Joined: Mar 28, 2007
Local time: 6:15 PM
irelandCx7.gif
i was thinkin ok,
i made a backup of the entire forum before i got easymod going what would u say about dumping most of the main files back into the forum thus bringing us back to the beginning to start again.
Would this be easier than trying to adjust all the individual files?
Back to Top
View user's profile Find all posts by nephronim Send private message  
Re: conundrum mods?
PostPosted: 08/28/2007 3:18 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:15 PM
Location: St Pete, FL
peace.gif
It really depends on how much you had installed before all of this started.  If your forum was pretty much clean beforehand, it might be easier to start with a clean slate...

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: conundrum mods?
PostPosted: 08/29/2007 5:36 AM Reply with quote
Crow
nephronim
Crow
Posts 57
Word Cnt. 3,220
BDay Nov 8
Sign Scorpio
Sex Sex:Male
Joined: Mar 28, 2007
Local time: 6:15 PM
irelandCx7.gif
ok i restored the forum back to its original state:
i firstly i installed the multi-bbc-1-4-0.mod and that installed for me.
Then i recieved this error

Critical Error

Critical Error

Function Trace: open_files[1]->modio_open[2]->modio_mkdirs[1]->ftp_mkdir_struct[3]

FTP ERROR: could not make directory [templates]
Current dir: [/forum/admin/mods/BBcode_buttons_organiser/processed]
MOD script line #119 :: FAQ :: Report
Back to Top
View user's profile Find all posts by nephronim Send private message  
Re: conundrum mods?
PostPosted: 08/29/2007 4:40 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:15 PM
Location: St Pete, FL
peace.gif
False Folder Create Error...

This is a false error that occurs on a few sites, but not most others. I can't begin to guess why this happens, but you can work around it simply by pressing the Back button in your browser and trying again. If EM has to create multiple folders, then you will see this error message for each folder. Just keep going back and forth until all the folders have been created and the MOD install can continue...

Also, since you have this problem on your site, if a Copy command creates a new folder, then you will see an error message at Step 3. At that point, you can repeat what you did above by pressing the Back button in your browser to Step 2, then proceed back to Step 3...

Until I can figure out what is causing this false error or until someone else can explain it, this will be a minor inconvenience that you can easily work around...

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: conundrum mods?
PostPosted: 08/29/2007 6:25 PM Reply with quote
Crow
nephronim
Crow
Posts 57
Word Cnt. 3,220
BDay Nov 8
Sign Scorpio
Sex Sex:Male
Joined: Mar 28, 2007
Local time: 6:15 PM
irelandCx7.gif
I now get this error from the same mod:
Code:
Critical Error

Critical Error

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

<!-- BEGIN MultiBB -->
{MultiBB.VALUE}_help = "{MultiBB.HELP}";
<!-- END MultiBB -->

MOD script line #125 :: FAQ :: Report
Back to Top
View user's profile Find all posts by nephronim Send private message  
Re: conundrum mods?
PostPosted: 08/30/2007 2:50 PM Reply with quote
Crow
nephronim
Crow
Posts 57
Word Cnt. 3,220
BDay Nov 8
Sign Scorpio
Sex Sex:Male
Joined: Mar 28, 2007
Local time: 6:15 PM
irelandCx7.gif
so what u think?
Back to Top
View user's profile Find all posts by nephronim Send private message  
Re: conundrum mods?
PostPosted: 08/30/2007 4: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:15 PM
Location: St Pete, FL
peace.gif
I'm guessing that you are trying to install the BBCode Organizer MOD version 1.4.0a but haven't installed the BBCode Organizer MOD 1.4.0 yet.  1.4.0a is an update of BBCode Organizer 1.4.0, so you need to install 1.4.0 first...

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: conundrum mods?
PostPosted: 08/30/2007 4:34 PM Reply with quote
Crow
nephronim
Crow
Posts 57
Word Cnt. 3,220
BDay Nov 8
Sign Scorpio
Sex Sex:Male
Joined: Mar 28, 2007
Local time: 6:15 PM
irelandCx7.gif
well looking for that mod all i can get is the 1.4.0a or 1.4.0c mod but that's all. Do u know where i can get that mod
Back to Top
View user's profile Find all posts by nephronim 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: Previous  1, 2, 3, 4, 5, 6  Next
Page 4 of 6


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.0938s (PHP: 55% - SQL: 45%) - SQL queries: 57 - GZIP disabled - Debug on