TinyPortal

Development => Support => Topic started by: Ducter on January 29, 2006, 04:59:04 AM

Title: error on upload
Post by: Ducter on January 29, 2006, 04:59:04 AM
Hello, I was trying to install the tiny portal and when I browse to the tiny portal zip to select upload I get this error

2: move_uploaded_file(): Moved: '/var/tmp/phpIpGVcI' to '/home/team-mco/public_html/smf/Packages/Tinyportal_75.zip'File: /home/team-mco/public_html/smf/Sources/PackageGet.phpLine: 546

Can anyone help on that?
Title: Re: error on upload
Post by: bloc on January 29, 2006, 03:44:40 PM
Seems like a permission error..but can you install other packages/mods?
Title: Re: error on upload
Post by: Ducter on January 29, 2006, 05:51:52 PM
Yes I can. I set all to 777 as well prior to attempting to install. This is/was a phpbb forum that i converted, I do not know if that makes any change?

Thank you for your response.
Title: Re: error on upload
Post by: bloc on January 30, 2006, 09:27:52 AM
It should not..but if you could setup a test-drive forum with a fresh SMF on the same server and check the package manager+TP0.75 there, it might shed some light on it?
Title: Re: error on upload
Post by: Ducter on January 30, 2006, 10:31:45 AM
I ended up pasting the first part of the error into google, found a few ides.. what, in the end solved it was going to the PackageGet.php, line 546 and changing move_uploaded_file() to @move_uploaded_file()... I am new to all this so I am not exatcly sure what that did, but I wanted to post my fix back here incase anyone down the road has the same issues.

Thank you Bloc for your help, and for a nice tp.
Title: Re: error on upload
Post by: bloc on January 30, 2006, 12:29:49 PM
That sounds familiar...but I am not 100% sure what it was, only that it was related to some versions of PHP I think...

Anyway, glad you solved it. :)