 | [Solved] Not installing : Forum notification mod - EM Friendly 1.4.0 |  |
Posted: 06/12/2007 12:48 AM |
|
|
|
|
|
| Dove |
| Posts |
79 |
| Word Cnt. |
6,418 |
| BDay |
N/A |
| Sign |
N/A |
| Sex |
 |
|
|
|
Joined: Jun 11, 2007
Local time: 7:43 AM
Location: Normally off the planet.
|

|
|
|
|
 |
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 |
|
|
 | Re: Not installing : Forum notification mod - EM Friendly 1.4.0 |  |
Posted: 06/12/2007 1:20 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 5:43 PM
Location: St Pete, FL
|

|
|
|
|
 |
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...
- Press the Extract button:
- Choose a destination folder that you can quickly and easily find:
- Make sure that the All files/folders in archive is selected as well as the User Folder Names checkbox (Important)
- Then press the extract button:
- When you look in the Cash MOD folder, you should see this if the extract was successful:

 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Not installing : Forum notification mod - EM Friendly 1.4.0 |  |
Posted: 06/12/2007 8:06 PM |
|
|
|
|
|
| Dove |
| Posts |
79 |
| Word Cnt. |
6,418 |
| BDay |
N/A |
| Sign |
N/A |
| Sex |
 |
|
|
|
Joined: Jun 11, 2007
Local time: 7:43 AM
Location: Normally off the planet.
|

|
|
|
|
 |
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 |
|
|
 | Re: [Solved] Not installing : Forum notification mod - EM Friendly 1.4.0 |  |
Posted: 06/12/2007 9:52 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 5:43 PM
Location: St Pete, FL
|

|
|
|
|
 |
| 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...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Not installing : Forum notification mod - EM Friendly 1.4.0 |  |
Posted: 06/12/2007 10:11 PM |
|
|
|
|
|
| Dove |
| Posts |
79 |
| Word Cnt. |
6,418 |
| BDay |
N/A |
| Sign |
N/A |
| Sex |
 |
|
|
|
Joined: Jun 11, 2007
Local time: 7:43 AM
Location: Normally off the planet.
|

|
|
|
|
 |
I unclicked the table create and it worked
Thanks ! |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Not installing : Forum notification mod - EM Friendly 1.4.0 |  |
Posted: 06/12/2007 10:18 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 5:43 PM
Location: St Pete, FL
|

|
|
|
|
 |
Awesome. Congratulations circleofatlantis!!!
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Not installing : Forum notification mod - EM Friendly 1.4.0 |  |
Posted: 06/12/2007 10:47 PM |
|
|
|
|
|
| Dove |
| Posts |
79 |
| Word Cnt. |
6,418 |
| BDay |
N/A |
| Sign |
N/A |
| Sex |
 |
|
|
|
Joined: Jun 11, 2007
Local time: 7:43 AM
Location: Normally off the planet.
|

|
|
|
|
 |
Crowd goes wild  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Not installing : Forum notification mod - EM Friendly 1.4.0 |  |
Posted: 06/12/2007 11:02 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 5:43 PM
Location: St Pete, FL
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|