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

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

Go Back   Mambers.com > Archive > Mambo 4.5 > Mambo 4.5 Installation and Upgrades

 
 
LinkBack Thread Tools Display Modes
Old 23.04.2004, 05:31   #1 (permalink)
ken
Baby Mamber
 
ken's Avatar
 
Join Date: Apr 2004
Posts: 11
ken is on a distinguished road
Default The installer can't continue before file uploads are enabled.

I am unable to use the installer to upload components / modules. It gives me this message:

The installer can't continue before file uploads are enabled. Please use the install from directory method.

Here are the system settings according to Mambo:

PHP built On:
Database Version: 4.0.14-max-log
PHP Version: 4.3.2
Web Server: Apache/1.3.28 (Unix) FrontPage/5.0.2.2634
WebServer to PHP interface: apache
Mambo Open Source Version: 4.5 Stable-1.0.2 [Elvis] 20/01/2004 23:29 GMT
User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Relevent PHP Settings: Safe Mode: OFF
Open basedir: none
Display Errors: OFF
Short Open Tags: OFF
File Uploads: OFF
Magic Quotes: OFF
Register Globals: OFF
Output Buffering: OFF
Session save path: none
Session auto start: 0
XML enabled: Yes
Zlib enabled: Yes
Disabled Functions: none
WYSIWYG Editor: htmlarea2

The auto-install self-check showed that file_uploads was turned on. My host (godaddy) says it's on as well.

Any ideas? I've deployed Mambo on a number of hosts with no problem. This is the first time. Thanks!
__________________
ken hensley
www.kenhensley.com
ken is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Old 23.04.2004, 05:39   #2 (permalink)
Professional Mamber
 
tonyskyday's Avatar
 
Join Date: Apr 2004
Location: Charlottesville, VA USA
Posts: 565
tonyskyday is on a distinguished road
Default Re: The installer can't continue before file uploads are enabled.

Is this when you are installing mambo? Or when you are installing components/modules/templates?

-Tony
tonyskyday is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 23.04.2004, 05:43   #3 (permalink)
ken
Baby Mamber
 
ken's Avatar
 
Join Date: Apr 2004
Posts: 11
ken is on a distinguished road
Default Re: The installer can't continue before file uploads are enabled.

Quote:
Originally Posted by tonyskyday
Is this when you are installing mambo? Or when you are installing components/modules/templates?

-Tony
It's after the initial installation ... when I'm trying to add new components/modules/templates. The basic installation of Mambo runs fine and I'm able to add content, etc. Thanks.
__________________
ken hensley
www.kenhensley.com
ken is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 23.04.2004, 05:46   #4 (permalink)
Professional Mamber
 
tonyskyday's Avatar
 
Join Date: Apr 2004
Location: Charlottesville, VA USA
Posts: 565
tonyskyday is on a distinguished road
Default Re: The installer can't continue before file uploads are enabled.

Have you looked at your phpinfo? Is it posible the Master Value (set in php.ini) is File Uploads: On, but for whatever reason the local value (which can be set in httpd.conf or .htaccess) is File Uploads: Off?

-Tony
tonyskyday is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 23.04.2004, 05:58   #5 (permalink)
ken
Baby Mamber
 
ken's Avatar
 
Join Date: Apr 2004
Posts: 11
ken is on a distinguished road
RedCross Re: The installer can't continue before file uploads are enabled.

Quote:
Originally Posted by tonyskyday
Have you looked at your phpinfo? Is it posible the Master Value (set in php.ini) is File Uploads: On, but for whatever reason the local value (which can be set in httpd.conf or .htaccess) is File Uploads: Off?

-Tony
This is the only .htaccess file I can find and it's in my root directory:

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.johndouglas2004.com
AuthUserFile /home/content/a/r/m/armydawg/html/_vti_pvt/xxx
AuthGroupFile /home/content/a/r/m/armydawg/html/_vti_pvt/xxx

This was a site I inherited and the previous guy used frontpage extensions. Could that be a cause? I'm in over my head when it comes to .htaccess files.
__________________
ken hensley
www.kenhensley.com
ken is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 23.04.2004, 06:00   #6 (permalink)
ken
Baby Mamber
 
ken's Avatar
 
Join Date: Apr 2004
Posts: 11
ken is on a distinguished road
Default Re: The installer can't continue before file uploads are enabled.

Godaddy has disabled the phpinfo ability. Why, I'm not sure.
__________________
ken hensley
www.kenhensley.com
ken is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 23.04.2004, 12:00   #7 (permalink)
Senior Mamber
 
Join Date: Mar 2004
Posts: 121
alwarren is an unknown quantity at this point
Default Re: The installer can't continue before file uploads are enabled.

Your .htaccess file is your problem. If you no longer need front page extensions, you can replace your .htaccess with the standard one that comes with Mambo. You can also delete the _vti folders.
alwarren is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 23.04.2004, 15:42   #8 (permalink)
ken
Baby Mamber
 
ken's Avatar
 
Join Date: Apr 2004
Posts: 11
ken is on a distinguished road
Default Re: The installer can't continue before file uploads are enabled.

Quote:
Originally Posted by alwarren
Your .htaccess file is your problem. If you no longer need front page extensions, you can replace your .htaccess with the standard one that comes with Mambo. You can also delete the _vti folders.
I swapped the old .htaccess file with the mambo version and deleted the _private directory. Uploads still are not working. The _vti folders are not showing up or they are at a higher level than root (which I do not have access to).

This is my directory structure:



Godaddy's customer support really stinks! Thanks for your help.
__________________
ken hensley
www.kenhensley.com
ken is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 21.07.2004, 16:40   #9 (permalink)
Junior Mamber
 
Join Date: Apr 2004
Posts: 26
spignataro is on a distinguished road
Default Re: The installer can't continue before file uploads are enabled.

you have file uploads turned off...go daddy disallows any type of file uploads...thus it is not recommended to use godaddy for any mambo or CMS hosting.
spignataro is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07.02.2005, 08:52   #10 (permalink)
Baby Mamber
 
Join Date: Feb 2005
Posts: 1
yeeloon is on a distinguished road
Default Redirecting mambo to the top domain.

Hi,

I've encountered the same problem, just like Ken's. Godaddy and .htaccess problem. As I'm a newbie in these web hosting environment... can somebody guide on how can I redirect my mambo url 'http://www.coveragemag.com/mambo' to actually be hidden and instead just displaying 'http://www.coveragemag.com'.


Cheers.
yeeloon is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

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



All times are GMT +2. The time now is 17:48.

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.