View Full Version : Installation of 1.3.3 Loops? Please Help.
travis@blueheronbags.com
08-27-2006, 07:05 PM
Hello All!
I am new to CS Cart (had enough with the bugs in OSCommerce) and I just installed the full blown version of CS Cart on my Fedora Core 4 Linux server. Everything goes fine with the first few steps in the installation, but when I hit the page where you enter in your database userid and password and my secret key information, I click on Next and it loops back to the first installation screen (which is the license agreement screen) and I am not sure why??? If someone can help me out it would be greatly appreciated...thanks!!!
Cheers,
Travis
:cool:
zardos
08-28-2006, 01:37 AM
Hi Travis
All i can think of is that you may be entering incorrect information, so double check as you go and keep trying.
travis@blueheronbags.com
08-28-2006, 09:59 PM
Zardos,
Thanks for the reply, but I have checked a number of times. Interestingly, I had the same issue with the trial version on my Fedora Core 4 box with php 5.1.6 but no issues with my Red Hat 9 php 4.4.4 box...I am wondering if there is something in my php.ini file which is making it loop or fail???
Cheers,
Travis
travis@blueheronbags.com
08-28-2006, 10:14 PM
Hello,
I was so fixated on the php.ini file as the issue that I needed to watch my domain-error-log file. Here is what I am seeing:
[Mon Aug 28 16:58:18 2006] [error] [client 209.135.35.83] File does not exist: /http/www.blueheronbags.com/htdocs/favicon.ico
[Mon Aug 28 17:00:58 2006] [error] [client 209.135.35.83] PHP Warning: Unknown: POST Content-Length of 375 bytes exceeds the limit of 200 bytes in Unknown on line 0, referer: http://www.blueheronbags.com/cscart/install.php
[Mon Aug 28 17:06:56 2006] [error] [client 209.135.35.83] PHP Warning: Unknown: POST Content-Length of 295 bytes exceeds the limit of 200 bytes in Unknown on line 0, referer: http://www.blueheronbags.com/cscart/install.php
[Mon Aug 28 17:11:01 2006] [error] [client 209.135.35.83] PHP Warning: Unknown: POST Content-Length of 366 bytes exceeds the limit of 200 bytes in Unknown on line 0, referer: http://www.blueheronbags.com/cscart/install.php
[Mon Aug 28 17:12:32 2006] [error] [client 209.135.35.83] PHP Warning: Unknown: POST Content-Length of 295 bytes exceeds the limit of 200 bytes in Unknown on line 0, referer: http://www.blueheronbags.com/cscart/install.php
I will assume that the 200 byte limit is somewhere in the php.ini file and check that out first. Hopefully this is the issue.
Cheers,
Travis
travis@blueheronbags.com
08-28-2006, 10:19 PM
All,
Okay, this was the issue!!! The following setting in my php.ini file was set to a maximum of 200 (not sure why, default?):
; Maximum size of POST data that PHP will accept.
post_max_size = 2000
I changed it from 200 to 2000 (as a quick fix) and restarted Apache and BINGO! Worked like a champ. Okay, so if you get to the DB entry screen and it loops back check your apache error log file for the errors in the previous message and this setting might be your culprit...it was in my case!!!! Hope this helps someone out there at some point :lol:
Cheers,
Travis
:D
zardos
08-28-2006, 11:26 PM
Hi Travis
Glad to see you worked it out
vBulletin® v3.6.5, Copyright ©2000-2009, Jelsoft Enterprises Ltd.