Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 22

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse
Old 20.04.2004, 10:57   #1 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 5
gaialogic is on a distinguished road
Default Component Installation -> Upload errors

Hi, I'm uploading a package like, com_events_1.0.zip using the upload component function. I get the following error when uploading a new component...

Installation file not found:
/home/virtual/site58/fst/var/www/html/uploadfiles/install_4084b8f822d0b/

System Info says Zlib 1.1.4 is enabled.
(It also says output_compression is off, output_compression level is -1, and output_handler is no value)
the directory, 'uploadfiles' is chown 707.

The system was behaving fine, and then this problem started occuring. Can't figure out why... any thoughts?
gaialogic is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 20.04.2004, 11:30   #2 (permalink)
Expert Mamber
 
visualdensity's Avatar
 
Join Date: Apr 2004
Location: Melbourne
Posts: 385
visualdensity is on a distinguished road
Send a message via ICQ to visualdensity Send a message via MSN to visualdensity
Default Re: Upload Component Error

Not too sure if this is correct, but I experience this problem when the ZIP package contains a folder, which then contains all the files of the component.

Unzip the file onto your local and do you see only one folder where all other files reside? If that's the case, go into the folder, then ZIP up the files/folders there.

Reinstall after that to see what happens.
__________________
"If you cannot win, make the one ahead of you break the record."
| Visualdensity.com |
visualdensity is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 20.04.2004, 21:44   #3 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 5
gaialogic is on a distinguished road
Exclamation Re: Upload Component Error

I tried zipping up the folder's contents but came across the same problem:

Installation file not found:
/home/virtual/site58/fst/var/www/html/uploadfiles/install_40855271401cb/

Is it permissions?

My site runs fine, so it can't be the folder path.

Could it be that magic quotes that are turned on?
gaialogic is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 20.04.2004, 21:49   #4 (permalink)
Senior Mamber
 
SvenErik's Avatar
 
Join Date: Apr 2004
Location: Mo i Rana, Norway (66°19'N 14°09'E)
Posts: 214
SvenErik is on a distinguished road
Default Re: Upload Component Error

That, or your provider have turned on safe-mode. Take a look at the PHP info in System => System Info => PHP Information and locate the safe_mode values.
__________________
"Every demand is a prison, and wisdom is only free when it asks nothing."
Sir Bertrand Russell
SvenErik is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 20.04.2004, 22:18   #5 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 5
gaialogic is on a distinguished road
Default Re: Upload Component Error

Here's a little more info...

Safe Mode = ON, (from mambo System Info)

Safe Mode (from mambo PHP Info)
Local Value
Master Value

safe_mode
On
Off

safe_mode_exec_dir
no value
no value

safe_mode_gid
Off
Off

safe_mode_include_dir
no value
no value

magic_quotes_gpc
On
On

magic_quotes_runtime
Off
Off

magic_quotes_sybase
Off
Off
gaialogic is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 21.04.2004, 01:37   #6 (permalink)
Senior Mamber
 
SvenErik's Avatar
 
Join Date: Apr 2004
Location: Mo i Rana, Norway (66°19'N 14°09'E)
Posts: 214
SvenErik is on a distinguished road
Default Re: Upload Component Error

That means that your provider has turned on safe-mode. If you have managed to install components, modules and templates before this happend on the same server, I would suggest you contact your provider to find out why they have turned it on. If it is a new install on this server, you need the safemodepatch, but the one available is not fully compatible with 1.0.7 and has not been updated since 1.0.3 (unless I have missed a release the last couple of days).
__________________
"Every demand is a prison, and wisdom is only free when it asks nothing."
Sir Bertrand Russell
SvenErik is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 24.04.2004, 00:13   #7 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 5
gaialogic is on a distinguished road
Talking Re: Component Installation -> Upload errors

Safemode, how many people run into this problem? Well, I'm happy to say the matter is resolved. I downloaded the safemode patch. More information on safemode. If your hosting provider has turned safemode ON, then this patch helps fix problems related to component/module uploads, and general uploads.

SafeMode Patch


Thank you for your help.
gaialogic is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 28.04.2004, 22:23   #8 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 8
quiknik is on a distinguished road
Default Re: Component Installation -> Upload errors

Hi all, I still have the same problem as gaialogic had, even with the safemode off.
Every time I try to upload a new component,I get a very similar Error message:

(/public_html/mos/uploadfiles/install_409000c4db675)

My php settings are:
Safe Mode: OFF
Open basedir: none
Display Errors: ON
Short Open Tags: ON
File Uploads: ON
Magic Quotes: ON
Register Globals: ON
Output Buffering: OFF
Session save path: /tmp
Session auto start: 0
XML enabled: Yes
Zlib enabled: Yes

So, as I unterstand it, I don't need to install the safemodepatch.

What am I doing wrong? I haven't changed any configs of a site I'm running for 3 weeks now and I never encountered that problem installing components before either.

Thanks for your help.
quiknik is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 29.04.2004, 19:14   #9 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 8
quiknik is on a distinguished road
Default Re: Upload Component Error

Quote:
Originally Posted by visualdensity
Not too sure if this is correct, but I experience this problem when the ZIP package contains a folder, which then contains all the files of the component.

Unzip the file onto your local and do you see only one folder where all other files reside? If that's the case, go into the folder, then ZIP up the files/folders there.

Reinstall after that to see what happens.
This solved my problem. It was the .zip-problem.
Thanks to visualdensity
quiknik is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Recipe Component error alvmarken Mambo 4.5 General Talk 8 10.11.2005 10:49
Akogallery batch upload error hemmi Mambo 4.5 General Talk 11 14.06.2004 18:57
Unable to upload component frazz Mambo 4.5 Bugs 4 18.04.2004 21:43


All times are GMT +2. The time now is 11:58.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.