Error!

Status
Not open for further replies.

MicrotechXP

New Member
Messages
7,644
Reaction score
0
Points
0
I get this error when I try to install new skins:

IPB WARNING [2] move_uploaded_file(/home/microtxp/public_html/forums/uploads/ipb_skin-xpen.xml.gz): failed to open stream: Permission denied (Line: 464 of /sources/lib/admin_functions.php)

IPB WARNING [2] move_uploaded_file(): Unable to move '/tmp/phpbrTi9j' to '/home/microtxp/public_html/forums/uploads/ipb_skin-xpen.xml.gz' (Line: 464 of /sources/lib/admin_functions.php)

How do I fix that? :rant: :eek:hnoes:

Someone said:
I had this exact same problem, but turned out to be an issue w/my host provider......who is your host provider? reason I ask is my host provider recently updated their PHP and customized security settings.....which conflicts w/the move_uploaded_file function....it works, but for some odd reason it doesn't suppress the warning

Can that be the problem?
 

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
Php was updated but as far as I know it was only on the business server. Unless your on there or x10 has updated it on the free servers you shouldnt have a problem with this.
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
The error shouldn't be caused by PHP itself. The only restrictions placed on free hosting account is open_basedir and register_globals turned off. (That I know of at the moment.)

Do you get the error with any templates you attempt to upload? Or is it only that one?

It's weird because it's not an actual PHP error.. It's from IPB..
 

MicrotechXP

New Member
Messages
7,644
Reaction score
0
Points
0
I have had problems with this before with my homepage...I will wait for more responces. Thank you for the reply!
 

Jake

Developer
Contributors
Messages
4,057
Reaction score
5
Points
0
check the permissions of your temp folder... thats all i wound see why it wouldnt work.
 

Jake

Developer
Contributors
Messages
4,057
Reaction score
5
Points
0
if it is. only the php on the buisness server is 5, its still 4.4.1 (i think) on the main server, its not 5 though...

wait for php 5.1 :)
 
Last edited:

MicrotechXP

New Member
Messages
7,644
Reaction score
0
Points
0
NedreN said:
The error shouldn't be caused by PHP itself. The only restrictions placed on free hosting account is open_basedir and register_globals turned off. (That I know of at the moment.)

Do you get the error with any templates you attempt to upload? Or is it only that one?

It's weird because it's not an actual PHP error.. It's from IPB..
Sorry for the long time respone but this is with ALL the skins that I upload for IPB. It is the same with Avatars! You can't upload anything...no attatchments....no skins....no avatars! I really nead to fix this! :sad:
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
How big is the file it is trying to move?

-Corey
 
Status
Not open for further replies.
Top