|
|
-
- paul@moodandmind.com

-
Total Posts: 63
Joined: 2008-01-13
|
Even if someone could tell me if there are some specific files I can delete and reupload, that would be great. It just takes a long while to reupload all the files.
|
| |
-
- Posted: April 1 2008
-
| top
| # 1
-
|
 |
 |
 |
|
|
|
|
-
- steffen

-
Total Posts: 3
Joined: 2008-01-14
|
Paul: I’ve also tried several times.
I experience exactly the same problem as Paul.
What I did in SSH:
Downloaded with wget
tar -zxvf magento-1.0.tar.gz
cd magento
chmod o+w var var/.htaccess app/etc
chmod -R o+w media
Then started the installation on http://www.mydomain.com/magento
Entered all database info
Have tried with and without checking the box for apache/rewrite.
Clicked the button to continue…
Got the loop error. Same experience as Paul with MSIE/Firefox
|
| |
-
- Posted: April 1 2008
-
| top
| # 3
-
|
 |
 |
 |
|
|
-
- paul@moodandmind.com

-
Total Posts: 63
Joined: 2008-01-13
|
Well, I feel a little bit better that I am not the only one with this issue.
I did have Magento working fine and dandy under the 7.14
My host is Midphase.com and they have verified that they have all the the recommended settings and variables in place.
I have gone ahead and deleted and reuploaded the files, but I’m not going to try the install again until I get an official response to this error.
|
| |
-
- Posted: April 1 2008
-
| top
| # 4
-
|
 |
 |
 |
|
|
-
- steffen

-
Total Posts: 3
Joined: 2008-01-14
|
I found this in another thread:
Anyone tried this?
janoschii - 19 January 2008 09:37 AM I solved this problem.
I found an Thead with a tip of Mark_Kimsal. Thanks
Read the Thread
Just search for ‘SCRIPT_NAME’ in these files and change to ‘ORIG_SCRIPT_NAME’
Mage/Core/Model/Store.php
Mage/Core/Model/Config.php
Mage/Core/Model/Url.php
Mage/Core/functions.php
|
| |
-
- Posted: April 1 2008
-
| top
| # 5
-
|
 |
 |
 |
|
|
-
- paul@moodandmind.com

-
Total Posts: 63
Joined: 2008-01-13
|
Well, this was for the 7.14 release back in January, so I’m thinking that this ain’t gonna do it.
Also, since the 7.14 release installed for me flawlessly, I’m thinking it’s not the issue.
steffen - 01 April 2008 10:21 AM I found this in another thread:
Anyone tried this?
janoschii - 19 January 2008 09:37 AM I solved this problem.
I found an Thead with a tip of Mark_Kimsal. Thanks
Read the Thread
Just search for ‘SCRIPT_NAME’ in these files and change to ‘ORIG_SCRIPT_NAME’
Mage/Core/Model/Store.php
Mage/Core/Model/Config.php
Mage/Core/Model/Url.php
Mage/Core/functions.php
|
| |
-
- Posted: April 1 2008
-
| top
| # 6
-
|
 |
 |
 |
|
|
-
- paul@moodandmind.com

-
Total Posts: 63
Joined: 2008-01-13
|
Well, I got antsy with no official replies and tried the install again.
This time I did the install via MSIE 7.0, and it just keeps loading forever after the database page, but it’s the same reload loop through Firefox.
Please help Varien.
|
| |
-
- Posted: April 1 2008
-
| top
| # 7
-
|
 |
 |
 |
|
|
|
|
-
- brandondrew

-
Total Posts: 60
Joined: 2007-09-12
|
I’m getting this error with a fresh installation of 1.0, and a freshly created database. I created the db from the command line. Any ideas?
In case this contains some clues, here’s exactly how I created the database:
$ mysql -uroot -p
mysql> create database magento;
mysql> use magento;
mysql> grant all on magento.* to ‘magento’@’localhost’ identified by ‘xxxxxxxxxx’;
mysql> create user magento;
|
| |
-
- Posted: April 26 2008
-
| top
| # 9
-
|
 |
 |
 |
|
|
-
- vivaknievel

-
Total Posts: 28
Joined: 2008-08-07
|
Deleting the MySQL database did not work for me, and I do not have SSH access to be able to try the other method included in this thread.
What got me out of the loop, was on the 6th try, I used the Magento Downloader package and installed that via FTP, instead of the full release.
As for FTP, the clients I’ve used with greater success are Firefox’s FireFTP add-on and also Cyberduck, both of which allow you to change permissions not only to the root folder, but also the files and folders underneath them.
On this installation, I used Cyberduck, which lets you also set what the permissions should be for files you upload. Here, I had mine set for 777 for folders and 644 for files. Dropped the Downloader package on to my public_html folder and voila! 10 minutes later, a Magento installation that works!
|
| |
-
- Posted: September 24 2008
-
| top
| # 10
-
|
 |
 |
 |
|
|