Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
[Solved] Not installing : Forum notification mod - EM Friendly 1.4.0
Post new topic   Reply to topic View previous topic :: View next topic
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
[Solved] Not installing : Forum notification mod - EM Friendly 1.4.0
PostPosted: 06/12/2007 12:48 AM Reply with quote
Dove
circleofatlantis
Dove
Posts 79
Word Cnt. 6,418
BDay N/A
Sign N/A
Sex Sex:Male
Joined: Jun 11, 2007
Local time: 2:03 AM
Location: Normally off the planet.
australC_1xa.gif
Critical Error

COPY FAILED: The target file to be copied [./mods/forum_notification_1.4.0_EM_Friendly/language/lang_english/ema il/newtopic_notify.tpl] could not be found.
copy language/lang_english/email/newtopic_notify.tpl to language/lang_english/email/newtopic_notify.tpl
MOD script line #74 :: FAQ :: Report


Error Detail

Critical Error

COPY FAILED: The target file to be copied [./mods/forum_notification_1.4.0_EM_Friendly/language/lang_english/ema il/forum_notify.tpl] could not be found.
copy language/lang_english/email/forum_notify.tpl to language/lang_english/email/forum_notify.tpl
MOD script line #74 :: FAQ :: Report

MOD Data
MOD Title: Forum notification mod - EM Friendly     1.4.0     forum_notification_1.4.0.txt
Back to Top
View user's profile Find all posts by circleofatlantis Send private message [ Hidden ]
Re: Not installing : Forum notification mod - EM Friendly 1.4.0
PostPosted: 06/12/2007 1:20 AM 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: 12:03 PM
Location: St Pete, FL
peace.gif
Ok, it looks like what happened here is that you forgot to maintain the directory structure when you extracted the files from the archive.  You should see a language subfolder inside of the forum_notification_1.4.0_EM_Friendly MOD directory if you've done it correctly.  If you aren't sure how to extract the files, here is a tutorial of how to do it using Winzip.  If you use something else, it should have a similar feature...

This example is for the Cash MOD, but it would apply the same for every MOD that you download that is in Zip format...

Winzip Extract Files Instructions

If you are using Winzip to extract the files from the Cash MOD or any other zipped MOD, this is how you should do it...

  1. Press the Extract button:



  2. Choose a destination folder that you can quickly and easily find:



  3. Make sure that the All files/folders in archive is selected as well as the User Folder Names checkbox (Important)



  4. Then press the extract button:



  5. When you look in the Cash MOD folder, you should see this if the extract was successful:


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: [Solved] Not installing : Forum notification mod - EM Friendly 1.4.0
PostPosted: 06/12/2007 8:06 PM Reply with quote
Dove
circleofatlantis
Dove
Posts 79
Word Cnt. 6,418
BDay N/A
Sign N/A
Sex Sex:Male
Joined: Jun 11, 2007
Local time: 2:03 AM
Location: Normally off the planet.
australC_1xa.gif
Your right. Thats very odd. I must have copied instead of extracted or something.

Ok, done that and got this :

An error was encountered while processing the SQL commands. Further SQL processing has been halted. You may choose to complete the MOD installation anyway and perform the SQL commands manually yourself. However, at this point EM cannot guarantee the MOD will work correctly so you are best off seeking support from the Author before continuing further.

The failed line was:

CREATE TABLE phpbb_forums_watch (
   forum_id SMALLINT(5) UNSIGNED NOT NULL DEFAULT 0,
   user_id MEDIUMINT(8) NOT NULL DEFAULT 0,
   notify_status TINYINT(1) NOT NULL DEFAULT 0,
   INDEX forum_id (forum_id),
   INDEX user_id (user_id),
   INDEX notify_status (notify_status)
);


SQL ERROR: 1050
Table 'phpbb_forums_watch' already exists
Back to Top
View user's profile Find all posts by circleofatlantis Send private message [ Hidden ]
Re: [Solved] Not installing : Forum notification mod - EM Friendly 1.4.0
PostPosted: 06/12/2007 9:52 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: 12:03 PM
Location: St Pete, FL
peace.gif
circleofatlantis wrote:
SQL ERROR: 1050
Table 'phpbb_forums_watch' already exists

This is the key to knowing what to do.  Since in SQL, you cannot create duplicate tables, fields (columns), or keyed records, you would expect to see an error message like this if you attempted to do just that.  So what that means is that since this table has already been created, either another MOD added a table using the same name or you have already made the appropriate database changes for this MOD...

Out of the hundreds of MODs that I have installed, I have only seen a small number that tried to make database adjustments made by previous MODs.  So I would bet that you have already applied the database changes from this MOD so you can ignore this error and can complete the MOD install.  You can always press the Back button in your browser and uncheck the SQL query that failed and try it again.  You can continue this process until you are sure that all SQL queries for the MOD have been applied to your database...

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: [Solved] Not installing : Forum notification mod - EM Friendly 1.4.0
PostPosted: 06/12/2007 10:11 PM Reply with quote
Dove
circleofatlantis
Dove
Posts 79
Word Cnt. 6,418
BDay N/A
Sign N/A
Sex Sex:Male
Joined: Jun 11, 2007
Local time: 2:03 AM
Location: Normally off the planet.
australC_1xa.gif
I unclicked the table create and it worked Smile

Thanks !
Back to Top
View user's profile Find all posts by circleofatlantis Send private message [ Hidden ]
Re: Not installing : Forum notification mod - EM Friendly 1.4.0
PostPosted: 06/12/2007 10: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: 12:03 PM
Location: St Pete, FL
peace.gif
Awesome.  Congratulations circleofatlantis!!!   Applause

banana  blob8  banana  blob8  banana  blob8  banana
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: [Solved] Not installing : Forum notification mod - EM Friendly 1.4.0
PostPosted: 06/12/2007 10:47 PM Reply with quote
Dove
circleofatlantis
Dove
Posts 79
Word Cnt. 6,418
BDay N/A
Sign N/A
Sex Sex:Male
Joined: Jun 11, 2007
Local time: 2:03 AM
Location: Normally off the planet.
australC_1xa.gif
Crowd goes wild Smile
Back to Top
View user's profile Find all posts by circleofatlantis Send private message [ Hidden ]
Re: [Solved] Not installing : Forum notification mod - EM Friendly 1.4.0
PostPosted: 06/12/2007 11: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: 12:03 PM
Location: St Pete, FL
peace.gif
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
 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

Page 1 of 1


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.1173s (PHP: 49% - SQL: 51%) - SQL queries: 51 - GZIP disabled - Debug on