I Installed Admo v2 for SMF rc3 on my SMF 1.1 RC3 Board, but i can't see any Ad-Configuration-Menu! Nowhere!
Using default theme + English language
My Package-List shows me that i correctly installed the mod and i definitely know, that ther were NO err-messages installing this.
Quote2. Ad Managment 2.0 [ Uninstall ] [ List Files ] [ Delete ]
De-Installed --> Installed it ~3 times, everything perfect except.. after hitting "uninstall":
Quote
Error in Package Installation
At least one error was encountered during a test installation of this package. It is strongly recommended that you do not continue with installation unless you know what you are doing, and have made a backup very recently. This error may be caused by a conflict between the package you're trying to install and another package you have already installed, an error in the package, a package which requires another package that you don't have installed yet, or a package designed for another version of SMF.
Followed by (same window)
QuoteInstalling this package will perform the following actions:
Type Action Description
1. Execute Modification ./index.php Test failed
2. Execute Modification ./Sources/Subs.php Test failed
3. Execute Modification ./Themes/default/index.template.php Test failed
4. Execute Modification ./Themes/default/BoardIndex.template.php Test failed
5. Execute Modification ./Themes/default/Display.template.php Test failed
6. Execute Modification ./Themes/default/MessageIndex.template.php Test failed
7. Execute Modification ./Sources/ManagePermissions.php Test failed
8. Delete File ./Sources/Ads.php
9. Delete File ./Sources/LoadAds.php
10. Delete File ./Themes/default/Ads.template.php
11. Delete File ./Themes/default/languages/Ads.english.php
So what do I have to change manually or any other solution for this ?
grtz, plusminus
I have come across this problem with installing mods in genearl on other peoples boards. Everything seems to install fine, but nothings there and then they get a crap load of errors when they go to uninstall.
If you are feeling adventurous.. uninstall the mod anyways(with the errors) then re-install. If it still doesn't appear, you will have to manually install it.
QuoteDe-Installed --> Installed it ~3 times, everything perfect except.. after hitting "uninstall":
Is there a "How-To" Manual-Install ???
Well, kinda
http://www.smfads.com/forums/index.php?topic=22.0
Will show you how to install for the theme files..
The rest, try reading this first:
http://docs.simplemachines.org/index.php?topic=402.msg531#msg531
Ok that worked great!!!
The Package somehow just pretended to be installed ;)
For the others:
Open:
package-info.xml
and handle it like this:
http://docs.simplemachines.org/index.php?topic=402.msg531#msg531
Read:
install.xml
Manually copy+paste the file to the driectories
Still questions? Paste here, i'll get notified...
(Auch auf Deutsch ;) )
Quote from: plusminus on October 08, 2006, 06:17:55 PM
Ok that worked great!!!
The Package somehow just pretended to be installed ;)
For the others:
Open:
package-info.xml
and handle it like this:
http://docs.simplemachines.org/index.php?topic=402.msg531#msg531
Read:
install.xml
Manually copy+paste the file to the driectories
Still questions? Paste here, i'll get notified...
(Auch auf Deutsch ;) )
hi Plusminus
hi Jerm
I was going to apply the manual changes accorging to http://docs.simplemachines.org/index.php?topic=402.msg531#msg531
but i just dont get it, because:
1. in package-info.xml i look for "file name= "A TEMPLATE-NAME"" and finde <require-file name="Ads.template.php" destination="$themedir" />
but after that I dont find a "<search position="..."
(I tryed the same n install.xml, but there i find "File name="A TEMPLATE-NAME"" several times
2. my second question is: do i have to apply it before installing the mod? i geuss so but am not sure...
so i am just confused
you may post in deutsch too!
Thanks
Betaboss.com
Here is the code of package-info.xml:
<?xml version="1.0"?>
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<name>Ad Managment</name>
<id>jeremy:ads</id>
<type>modification</type>
<version>2.0</version>
<install for="1.1 RC3">
<readme type="file">readme.txt</readme>
<code>install.php</code>
<modification>install.xml</modification>
<require-file name="Ads.php" destination="$sourcedir" />
<require-file name="LoadAds.php" destination="$sourcedir" />
<require-file name="Ads.template.php" destination="$themedir" />
<require-file name="Ads.english.php" destination="$languagedir" />
</install>
<uninstall>
<modification reverse="true">install.xml</modification>
<remove-file name="$sourcedir/Ads.php" />
<remove-file name="$sourcedir/LoadAds.php" />
<remove-file name="$themedir/Ads.template.php" />
<remove-file name="$languagedir/Ads.english.php" />
</uninstall>
</package-info>
<install for="1.1 RC3">
<readme type="file">readme.txt</readme>
<code>install.php</code>
<modification>install.xml</modification>
<require-file name="Ads.php" destination="$sourcedir" />
<require-file name="LoadAds.php" destination="$sourcedir" />
<require-file name="Ads.template.php" destination="$themedir" />
<require-file name="Ads.english.php" destination="$languagedir" />
</install>You interpret:
<require-file name="Ads.php" destination="$sourcedir" />as: "Ads.php" has to be copied into the "source"-Directory
Quote"require-file" bedeutet ja "Datei wird benötigt"
Btw: Language-Dir is inside your themedir if i remember correctly...
Noch fragen? Got questions?
Quote from: plusminus on October 08, 2006, 04:56:05 PM
I Installed Admo v2 for SMF rc3 on my SMF 1.1 RC3 Board, but i can't see any Ad-Configuration-Menu! Nowhere!
Using default theme + English language
My Package-List shows me that i correctly installed the mod and i definitely know, that ther were NO err-messages installing this.
Quote2. Ad Managment 2.0 [ Uninstall ] [ List Files ] [ Delete ]
De-Installed --> Installed it ~3 times, everything perfect except.. after hitting "uninstall":
Quote
Error in Package Installation
At least one error was encountered during a test installation of this package. It is strongly recommended that you do not continue with installation unless you know what you are doing, and have made a backup very recently. This error may be caused by a conflict between the package you're trying to install and another package you have already installed, an error in the package, a package which requires another package that you don't have installed yet, or a package designed for another version of SMF.
Followed by (same window)
QuoteInstalling this package will perform the following actions:
Type Action Description
1. Execute Modification ./index.php Test failed
2. Execute Modification ./Sources/Subs.php Test failed
3. Execute Modification ./Themes/default/index.template.php Test failed
4. Execute Modification ./Themes/default/BoardIndex.template.php Test failed
5. Execute Modification ./Themes/default/Display.template.php Test failed
6. Execute Modification ./Themes/default/MessageIndex.template.php Test failed
7. Execute Modification ./Sources/ManagePermissions.php Test failed
8. Delete File ./Sources/Ads.php
9. Delete File ./Sources/LoadAds.php
10. Delete File ./Themes/default/Ads.template.php
11. Delete File ./Themes/default/languages/Ads.english.php
So what do I have to change manually or any other solution for this ?
grtz, plusminus
Well I have faced the smiller problem several time...currently using plesk as control panel.....if you would create a folder in ./Packages/temp and change the owner and chmod of temp folder (to 777) it may start working...