News:

Wondering if this will always be free?  See why free is better.

Main Menu

Download System

Started by SMFHacks.com Team, October 31, 2007, 06:55:37 PM

Previous topic - Next topic

hartiberlin

Hmm,
got the following error,when trying to deinstall the
version 1.2.1 on SMF2.0RC1 + PortaMX 0.957r2 +Sitemanp Mod + Admod 2.3.4
in the Default Template:


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.
Uninstall Actions
Uninstall Actions "Downloads System":
Installing this package will perform the following actions:
      Type    Action    Description
*    1.    Execute Modification    ./Themes/default/languages/Modifications.english.php    Test failed
      1.    Replace    ./Themes/default/languages/Modifications.english.php    Test failed
*    2.    Execute Modification    ./Themes/default/languages/Who.english.php    Test successful
      1.    Replace    ./Themes/default/languages/Who.english.php    Test successful
*    3.    Execute Modification    ./Themes/default/languages/Modifications.english-utf8.php    Test successful
      1.    Replace    ./Themes/default/languages/Modifications.english-utf8.php    Test successful
*    4.    Execute Modification    ./index.php    Test successful
      1.    Replace    ./index.php    Test successful
*    5.    Execute Modification    ./Sources/Admin.php    Test successful
      1.    Replace    ./Sources/Admin.php    Test successful
*    6.    Execute Modification    ./Sources/Subs.php    Test successful
      1.    Replace    ./Sources/Subs.php    Test successful
      2.    Replace    ./Sources/Subs.php    Test successful
*    7.    Execute Modification    ./Sources/ManagePermissions.php    Test successful
      1.    Replace    ./Sources/ManagePermissions.php    Test successful
      2.    Replace    ./Sources/ManagePermissions.php    Test successful
   8.    Delete File    ./Sources/Downloads2.php    
   9.    Delete File    ./Themes/default/Downloads2.template.php    
   10.    Delete File    ./Themes/default/languages/Downloads.english.php    
   11.    Delete File    ./Themes/default/languages/Downloads.english-utf8.php    
   12.    Execute Code    DownloadUnInstall.php


Should I deinstall anyway ?

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

hartiberlin

Okay, have deinstalled it now.
Will now install the new version and report back.
Stay tuned.

hartiberlin

Okay, great ,seems to have worked now !
Many thanks VBGamer, you are my hero now ! ;)

Many thanks again.

Regards, Stefan.

vbgamer45

Quote from: hartiberlin on April 29, 2009, 08:49:35 PM
Okay, great ,seems to have worked now !
Many thanks VBGamer, you are my hero now ! ;)

Many thanks again.

Regards, Stefan.
Glad to help enjoy.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Marcus J

Hey VBGamer

When I try to run the migration script I get this error

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3
File: /home/********/public_html/Forum/Sources/Downloads.php
Line: 5443

Any thoughts?

Eclipse16V

I worked with:
SMF 2 in German

Shop:
SID Giessen

vbgamer45

Quote from: Marcus J on April 30, 2009, 02:01:52 AM
Hey VBGamer

When I try to run the migration script I get this error

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3
File: /home/********/public_html/Forum/Sources/Downloads.php
Line: 5443

Any thoughts?
Sounds like a category is missing a parent try this.
Open Sources/Downloads.php
Find

// Get the new parent id
if ($catRow['parent'] != 0)
$ID_PARENT = $catArray[$catRow['parent']];

Change to


// Get the new parent id
if ($catRow['parent'] != 0)
$ID_PARENT = $catArray[$catRow['parent']];
             
               if (empty($ID_PARENT))
                  $ID_PARENT = 0;


Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Marcus J

I made those changes, and the migration tool seems to work.  It has been running for about twenty minutes.  There is no progress bar or anything. 

Do you think the script has stalled or should I just let it go?

vbgamer45

I would let it go as long as the page does not time out. How many files are you importing?
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Marcus J

I'm not sure on the number.  In the hundreds.  The page finally said done, but it went white/blank.  The forum still responds slowly like something is ticking in the background.

It looks like it worked, mostly.  Does it duplicate the files in the TP folder or does it just link to them?

vbgamer45

It duplicates the files. So you can check both of them to compare and free do with you want.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

papabill

All I get when I try to add a download is "An Error Has Occurred! You need to enter a download title. "  I'm trying to install it to SMF 1.1.8
Computer Help available:
Computer help: $52.00 hr.
Computer help while you watch: $92.00 hr.
Computer help with your advice: $152.00 hr
Computer help with your assistance: $252.00 hr

vbgamer45

Quote from: papabill on May 04, 2009, 08:48:43 AM
All I get when I try to add a download is "An Error Has Occurred! You need to enter a download title. "  I'm trying to install it to SMF 1.1.8
How large of a file?
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

papabill

Most of these files exceed 100Mb. I've already set my download system mod to accept files over 200Mb
Computer Help available:
Computer help: $52.00 hr.
Computer help while you watch: $92.00 hr.
Computer help with your advice: $152.00 hr
Computer help with your assistance: $252.00 hr

SoLoGHoST

Hello papabill, I believe it is a server side issue, but if you install my addon, ENHANCED Downloads System, it should tell you what the problem is.  Ofcourse if you are wanting to keep the TP Downloads Import Tool, don't install this addon, otherwise, try the AddOn and let me know if this fixes your problem.

vbgamer45

Quote from: papabill on May 04, 2009, 09:03:10 AM
Most of these files exceed 100Mb. I've already set my download system mod to accept files over 200Mb
Files of that size probably are not recommend for post uploads.
You need to also increase your php and webserver limits.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

hartiberlin

Hi VBGamer,
there is still a problem with the WAP2 interface.

If I use:

http://www.overunity.com/index.php?wap2

It gives me the error:

Notice: Undefined index: downloads_menu in /mounted-storage/home104b/sub001/sc11940-GNVW/overunity/Sources/Subs.php on line 3872


Also the importated TinyPortal File numbers don´t match the Download System
numbering...


vbgamer45

Quote from: hartiberlin on May 05, 2009, 08:55:20 PM
there is still a problem with the WAP2 interface.

If I use:

http://www.overunity.com/index.php?wap2

It gives me the error:

Notice: Undefined index: downloads_menu in /mounted-storage/home104b/sub001/sc11940-GNVW/overunity/Sources/Subs.php on line 3872
That maybe a bug with SMF itself if SMF is not loading the changes to the modifications language file.

Quote from: hartiberlin on May 05, 2009, 08:55:20 PM
Also the importated TinyPortal File numbers don´t match the Download System
numbering...
You mean the download file count is wrong? Do you have sub categories? If so do you have count subcategories totals enabled.  Also subcategory counting will only go one level deep.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Advertisement: