vl4dimr / ci-cms

Other
1 stars 0 forks source link

Modified 0.9.0 download file missing update.php #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
During the pre-release, please update your files with the latest svn before 
reporting a defect
-----

What steps will reproduce the problem?
1. Install 0.9.0
2. Complete setup and installation
3. Any attempt to access site

What is the expected output? 
   Page display.

What do you see instead?
   Error: Cannot include application/update.php file does not exist. In 
deed the file does not exist. It looks like the 0.9.0 version has changed 
as a method check_update() now exists in the System.php library file that 
did not exist a few weeks ago in the 0.9.0 download version of the ci-cms 
project. The file can't be found in the repository either.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by rmorga...@gmail.com on 16 Jan 2010 at 12:59

GoogleCodeExporter commented 8 years ago
0.9.1 changed the way to update ci-cms.

From 0.9.1 if major update to core database has to be done, then we will change 
the 
version number and such update will be done only via http://yoursite/install

Original comment by heriniai...@gmail.com on 27 Jan 2010 at 9:02

GoogleCodeExporter commented 8 years ago
This is fine but I think that the download file should contain all files needed 
to 
get a system up and running. If anyone downloads 0.9.0 from the link on the 
project 
page they will be unable to install the system without modifying the system.php 
library file. Since the version of the system.php file in the download.zip file 
calls 
the update.php file which is missing. 

The point is that anyone new to ci-cms will download the zip file from the 
project 
page and any attempt to use the system will fail.

I feel that these changes should not be propagated to the download file until a 
new 
version is zipped up and linked for download.

Thanks

Randy

Original comment by rmorga...@gmail.com on 27 Jan 2010 at 9:41