Ecart

Username Remember Me?
Password   forgot password?
 
   
 
Installation
Posted: 25 May 2010 05:04 PM   [ Ignore ]  
Newbie
Rank
Total Posts:  4
Joined  2010-05-25

Bug: Install doesn’t start when you uploaded files on the server

Fixes: Rename or remove config.php in /app/etc.

Profile
 
 
Posted: 26 May 2010 01:48 AM   [ Ignore ]   [ # 1 ]  
Newbie
Rank
Total Posts:  3
Joined  2010-05-26

I was wondering why it did nothing… :(

Thanks, Fixed.

Profile
 
 
Posted: 27 May 2010 06:46 PM   [ Ignore ]   [ # 2 ]  
Newbie
Rank
Total Posts:  3
Joined  2010-05-25

Hi Tyl,
ok, the deleting of config.php helped. I’ve got the installation screen with the request of accepting of T&Cs; after ticking the check box for accepting the T&Cs; and hitting “Next” I am getting just “Object not found!” URL : http://ecart.test/install/index/step-requirements

and following message :
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

If you think this is a server error, please contact the webmaster.
Error 404
ecart.test
05/27/10 17:44:11
Apache/2.2.13 (Win32) PHP/5.2.10

Please note :
I am trying the installation on localhost -> vhost “ecart.test” apache 2.2.13 php 5.2.10

Any idea how the correct request should look like?

Thank you!

Profile
 
 
Posted: 27 May 2010 07:57 PM   [ Ignore ]   [ # 3 ]  
Newbie
Rank
Total Posts:  4
Joined  2010-05-25

Is mod_rewrite currently installed and running on your apache server ? You can maybe take a look on this post… it should help you: http://www.ecartcommerce.com/forums/viewthread/4/

Profile
 
 
Posted: 28 May 2010 07:48 AM   [ Ignore ]   [ # 4 ]  
Newbie
Rank
Total Posts:  3
Joined  2010-05-25

Hi Tyl, fixed! The httpd.conf file had to be as described in your link.

for others, here is mine httpd.conf file from apache

DocumentRoot “D:/WebDevelopement/www”
<Directory >
  Options FollowSymLinks
  AllowOverride all
  Order deny,allow
  Deny from all
</Directory>
<Directory “D:/WebDevelopement/www”>
  Options Indexes FollowSymLinks
  AllowOverride all
  Order allow,deny
  Allow from all
</Directory>

Profile
 
 
Posted: 26 May 2011 08:15 AM   [ Ignore ]   [ # 5 ]  
Newbie
Rank
Total Posts:  1
Joined  2011-05-26

I was getting issues while installing ecart.
I have renamed \app\etc\config.php then got the installation screen, but “next” button (just bellow I agree check box) in the license agreement page is disabled. I cannot do anything beyond this point.

I have mod_rewrite enabled in C:\xampp\apache\conf\httpd.conf
could anyone help me?

thanks in advance

Image Attachments
ecart_installation.jpg
Profile
 
 
   
 
 
     Mod Rewrite ››