Your version of Zen Cart™ appears to be current.
(You are presently using: v1.3.9d)
This is what I wrote on my online page. (not yet updated to v1.3.9e)
But it should give me the result that it is not the current version or Im wrong?
Your version of Zen Cart™ appears to be current.
(You are presently using: v1.3.9d)
This is what I wrote on my online page. (not yet updated to v1.3.9e)
But it should give me the result that it is not the current version or Im wrong?
I go to my v1.3.9d and I see:
What do you see in the Tools ... Server Info ... about the Zen Cart version?New Version Available v1.3.9e :: New Release with Latest Bugfixes
Download Here
(You are presently using: v1.3.9d)
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
For a moment I tought It was me some made some changes because I check one other page and it was also wrong.
So I installed a clean just unziped v1.3.9d and it has also wrong information.
I did another fresh install of v1.3.9d and I still see the need to install v1.3.9e ...
Could you please post the Zen Cart version information from your Zen Cart Admin that is on the Tools ... Server Info ...
Where are you getting your Zen Cart v1.3.9d download from?
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
I got it from the downloadlink on this startpage.
Server Host: xxx (xxxx)
Database Host: xxx (xxxx)
Server OS: Linux csea10 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 12:03:43 EST 2008 i686 Database: MySQL 5.0.67
Server Date: 08/03/2010 16:29:53 Database Date: 08/03/2010 16:29:53
Server Up Time: HTTP Server: Apache/2.2.10 (Unix) PHP/5.2.13
PHP Version: 5.2.13 (Zend: 2.2.0) PHP Memory Limit: 32M PHP Safe Mode: On
PHP File Uploads: On Max Size: 6M POST Max Size: 8M
Database Data Size: 185 kB Database Index Size: 291 kB
Zen Cart
Zen Cart 1.3.9d
Database Patch Level: 1.3.9d
v1.3.9d [2010-08-03 10:20:43] (Fresh Installation)
v1.3.9d [2010-08-03 10:20:43] (Fresh Installation)
___
Your version of Zen Cart™ appears to be current.
(You are presently using: v1.3.9d)
And you tried to install this into a brand new test directory using a brand new test database and are still getting these results?![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
hi,
can you do a
ping ping.zen-cart.com
from the server command line and tell us what the results are.
Yes it was totaly new.
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. Med ensamrätt.
C:\Users\Signs FrilansReklam>ping ping.zen-cart.com
Skickar ping-signal till d3cvy5vlqaej18.cloudfront.net [216.137.59.141] med 32 b
yte data:
Svar från 216.137.59.141: byte=32 tid=60ms TTL=51
Svar från 216.137.59.141: byte=32 tid=56ms TTL=51
Svar från 216.137.59.141: byte=32 tid=59ms TTL=51
Svar från 216.137.59.141: byte=32 tid=56ms TTL=51
Ping-statistik för 216.137.59.141:
Paket: Skickade = 4, Mottagna = 4, Förlorade = 0 (0 %),
Ungefärlig överföringstid i millisekunder:
Lägsta = 56 ms, Högsta = 60 ms, Medel = 57 ms
C:\Users\Signs FrilansReklam>
translation:
svar från = answer from
skickade = send
mottagna = recieved
lägsta = lowest
högsta = higest
k,
That is using the correct Amazon Cloudfront address.
The only other place to check, is to make sure the version.php file is correct.
What is the content of your
/includes/version.php file
<?php
/**
* version.php
* Defines the project version details
* Specifies what version the PHP fileset relates to.
* Also declares what version the database "should" reflect if properly maintained and kept in sync.
*
* FILE SHOULD NEVER BE EDITED MANUALLY !!!!!!!!
*
* @package general
* @copyright Copyright 2003-2010 Zen Cart Development Team
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: version.php 16606 2010-06-03 11:43:20Z drbyte $
* @private
*/
define('PROJECT_VERSION_NAME', 'Zen Cart');
define('PROJECT_VERSION_MAJOR', '1');
define('PROJECT_VERSION_MINOR', '3.9d');
define('PROJECT_VERSION_PATCH1', '');
define('PROJECT_VERSION_PATCH2', '');
define('PROJECT_VERSION_PATCH1_SOURCE', '');
define('PROJECT_VERSION_PATCH2_SOURCE', '');
define('NEW_VERSION_CHECKUP_URL','http://ping.zen-cart.com/version_id.txt');
define('EXPECTED_DATABASE_VERSION_MAJOR', '1');
define('EXPECTED_DATABASE_VERSION_MINOR', '3.9');