Try the Demo

Magento Forum

   
redirects to index.php/install/
 
benbonk
Jr. Member
 
Total Posts:  6
Joined:  2008-03-31
 

I uploaded all of the files.

When i go to the following page: /install.php ... I am redirected to /index.php/install/ ... and it does not like this.  It says, “No input file specified.”

Any ideas what I need to do to get this corrected?

Thanks,
Ben

 
Magento Community Magento Community
Magento Community
Magento Community
 
sherrie
Moderator
 
Avatar
Total Posts:  1652
Joined:  2007-12-14
Illinois, USA
 

The redirect part of your post is normal. 

The other part I’m not sure about - I haven’t seen that error, but my guess would be you are missing a file.  Try uploading again.

 Signature 

UX Manager, Sweet Tooth
Creativity is falling in love with the world. – Dewitt Jones
I’m a very random person, catch me if you can: http://www.twitter.com/sherrierohde

 
Magento Community Magento Community
Magento Community
Magento Community
 
benbonk
Jr. Member
 
Total Posts:  6
Joined:  2008-03-31
 

I uploaded everything again, and I am still getting the same error.  Any ideas?

 
Magento Community Magento Community
Magento Community
Magento Community
 
KonstantinDK
Member
 
Avatar
Total Posts:  47
Joined:  2008-04-04
Arlington, TX, USA
 

If you trying to install,as I think, try both
http://www.your_domain.com/magento/index.php/install
http://www.your_domain.com/magento/install

I had problems with 1 link, but another - worked.

P.S. If you uploaded into subdirectory - use subdirectory name instead of “magento”.
If you uploaded in root, erase “magento” part.

If this is not what you are talking about - nevermind.

 
Magento Community Magento Community
Magento Community
Magento Community
 
benbonk
Jr. Member
 
Total Posts:  6
Joined:  2008-03-31
 

I tried both of those and still nothing.  Any more ideas?

 
Magento Community Magento Community
Magento Community
Magento Community
 
KonstantinDK
Member
 
Avatar
Total Posts:  47
Joined:  2008-04-04
Arlington, TX, USA
 

What hosting company u use? And is magento in subfolder?

 
Magento Community Magento Community
Magento Community
Magento Community
 
benbonk
Jr. Member
 
Total Posts:  6
Joined:  2008-03-31
 

godaddy is the host.

Magento is in the root.  No subfolder.

 
Magento Community Magento Community
Magento Community
Magento Community
 
KonstantinDK
Member
 
Avatar
Total Posts:  47
Joined:  2008-04-04
Arlington, TX, USA
 

In case you did not use Search - type Godaddy there. Here are instructions.
http://www.magentocommerce.com/boards/viewthread/5023/

Hope you have the plan it requires.

 
Magento Community Magento Community
Magento Community
Magento Community
 
Rojan John V
Jr. Member
 
Total Posts:  5
Joined:  2009-09-09
 

I would like to find the origin of admin front page.I want to learn the flow of mgento.please help me
regrds and thanks
Rojan John v

 
Magento Community Magento Community
Magento Community
Magento Community
 
B3tw33n
Jr. Member
 
Total Posts:  10
Joined:  2009-09-14
 

I’m having the exact same problem as benbonk, but i’m on dreamhost.  magento is installed in the root of the site.

any other ideas why i would be forwarded to http://www.site.com/index.php/install/? and why this would cause a

Redirect Loop
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

help?

thanks

james

 
Magento Community Magento Community
Magento Community
Magento Community
 
reguidy
Jr. Member
 
Total Posts:  2
Joined:  2010-03-09
 

r4 ds
I came across the same question. input the full install url, such as http://www.yourname.com/install , and then IE will find the file. 
The following is key:
1. add
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

to the php.ini

and change php.ini into php5.ini
2. edit .htaccess
modify rewrite base /magento/ to the real url, such as rewrite base /

3.add this line to php5.ini
cgi.fix_pathinfo = 1

 
Magento Community Magento Community
Magento Community
Magento Community
 
Andre N
Sr. Member
 
Avatar
Total Posts:  186
Joined:  2009-12-09
CA
 
reguidy - 09 March 2010 05:50 PM

r4 ds
I came across the same question. input the full install url, such as http://www.yourname.com/install , and then IE will find the file. 
The following is key:
1. add
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

to the php.ini

and change php.ini into php5.ini
2. edit .htaccess
modify rewrite base /magento/ to the real url, such as rewrite base /

3.add this line to php5.ini
cgi.fix_pathinfo = 1

Thank you. This worked perfectly for me on my godaddy shared hosting smile

 Signature 

"Where is it I’ve read that someone condemned to death says or think, an hour before his death, that if he had to live on some high rock, on such a narrow ledge that he’d only room to stand, and the ocean, everlasting darkness, everlasting solitude, everlasting tempest around him, if he had to remain standing on a square yard of space all his life, a thousand years, eternity, it were better to live so than to die at once! Only to live, to live and live! Life, whatever it may be!” - Dostoevsky

 
Magento Community Magento Community
Magento Community
Magento Community
 
supermasterninjaspy
Jr. Member
 
Total Posts:  1
Joined:  2010-09-22
 

r4 ds
I came across the same question. input the full install url, such as http://www.yourname.com/install , and then IE will find the file. 
The following is key:
1. add
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

to the php.ini

and change php.ini into php5.ini
2. edit .htaccess
modify rewrite base /magento/ to the real url, such as rewrite base /

3.add this line to php5.ini
cgi.fix_pathinfo = 1

ABOVE WORKED FOR ME ALSO, THANK YOU

 
Magento Community Magento Community
Magento Community
Magento Community
 
Romin
Jr. Member
 
Total Posts:  4
Joined:  2010-03-27
 

Hi!

My problem is not solved. Still after going to instal I get http://www.mydomain.com/index.php/install/ with blank page (500 ISE).

I am running CentOs 6.0, Apache 2.2.15 (default configuration), Php 5.3. Magento files (1.7.0.2) in root of website.

Rewrite engine on in httpd.conf and in .htacces: no success

Deleting .htacces: no success

AllowOwerride All: no success

Permissions on 755/D 644/F: no success

Rewrite base / : no success

Memory 256M: no success

Adding AddType x-mapp-php5 .php...etc: no success

Any ideas?

Thanks!

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top