I have uploaded the tar file of v1.0.6 to my server, but when deployed the site declares itself to be built with 0.12.1 (eg in the footer of each site page and the admin site). Have I got confused, or are some of the files quoting an old version number?
Chris
version 1.0.6 apparently expands as version 0.12.1?
Re: version 1.0.6 apparently expands as version 0.12.1?
make sure that you overwrite all files when you upload them
Re: version 1.0.6 apparently expands as version 0.12.1?
and to be sure, if you upload with FTP, use a software with an upload log to check it is OK.
See http://wiki.cmsmadesimple.org/index.php/FTP_program
Pierre M.
See http://wiki.cmsmadesimple.org/index.php/FTP_program
Pierre M.
Re: version 1.0.6 apparently expands as version 0.12.1?
Thanks guys, but as I said at the start I uploaded the tar file - I didn't use ftp.
My question is: does the CMSMS version number display accurately, or does anyone else have experience of the 1.0.6 tar file producing an installed CMSMS that declares itself as version 0.12.1?
I believe I've installed the 1.0.6 tar file on two domains, and both are saying they are 0.12.1!
Chris
My question is: does the CMSMS version number display accurately, or does anyone else have experience of the 1.0.6 tar file producing an installed CMSMS that declares itself as version 0.12.1?
I believe I've installed the 1.0.6 tar file on two domains, and both are saying they are 0.12.1!
Chris
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: version 1.0.6 apparently expands as version 0.12.1?
I installed 1.0.6 overtip of my 0.13 installation by using untar/unzip overtop of the current installation
beware that the archive puts all files in a subdirectory by default.
That's why, I did this:
beware that the archive puts all files in a subdirectory by default.
That's why, I did this:
Code: Select all
cd /tmp
tar zxvf <dir>/cmsmadesimple-1.0.6.tar.gz
cd cmsmadesimple-1.0.6
tar cf - . | ( cd <place where cms is installed> && tar xvf - )
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: version 1.0.6 apparently expands as version 0.12.1?
I have just carried out a third installation in a third, separate domain. I have followed the documentation instructions to upload the 1.0.6.tar.gz file to my server but when it is expanded it creates a folder called cmsmadesimple-0.12.1. I have now had the wit to find the file version.php, and sure enough within it I find:
#$Id: version.php 2667 2006-03-25 16:33:48Z wishy $
$CMS_VERSION = "0.12.1";
$CMS_VERSION_NAME = "Savusavu";
$CMS_SCHEMA_VERSION = "18";
So it seems pretty clear that at present the file called 1.0.6.tar.gz is actually an old one.
Chris
#$Id: version.php 2667 2006-03-25 16:33:48Z wishy $
$CMS_VERSION = "0.12.1";
$CMS_VERSION_NAME = "Savusavu";
$CMS_SCHEMA_VERSION = "18";
So it seems pretty clear that at present the file called 1.0.6.tar.gz is actually an old one.
Chris
Re: version 1.0.6 apparently expands as version 0.12.1?
# wget http://dev.cmsmadesimple.org/frs/downlo ... 0.6.tar.gz
# tar -zxf cmsmadesimple-1.0.6.tar.gz
# grep CMS_VERSION cmsmadesimple-1.0.6/version.php
$CMS_VERSION = "1.0.6";
$CMS_VERSION_NAME = "Niihau";
# tar -zxf cmsmadesimple-1.0.6.tar.gz
# grep CMS_VERSION cmsmadesimple-1.0.6/version.php
$CMS_VERSION = "1.0.6";
$CMS_VERSION_NAME = "Niihau";
Re: version 1.0.6 apparently expands as version 0.12.1?
The instruction in the documentation is:
wget http://dev.cmsmadesimple.org/frs/downlo ... 2.1.tar.gz
I have no idea of the meaning or importance of the number in the middle of the line, but I'm using 445 and you (tsw) are using 1246. Where did you get that number? What is its significance?
Chris
wget http://dev.cmsmadesimple.org/frs/downlo ... 2.1.tar.gz
I have no idea of the meaning or importance of the number in the middle of the line, but I'm using 445 and you (tsw) are using 1246. Where did you get that number? What is its significance?
Chris
Re: version 1.0.6 apparently expands as version 0.12.1?
Just to be clear: I have (of course) been replacing the version number with 1.0.6 in the wget command. But I have been leaving the number in the middle of the string at 445.
Chris
Chris