TinyPortal
Development => Support => Topic started 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?
Seems like a permission error..but can you install other packages/mods?
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.
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?
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.
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. :)