Elxis CMS Forum
Support => General => Topic started by: nikos65 on September 30, 2014, 11:24:37
-
I have elxis installation with the version of Elxis 4.2 1628 can you please inform me what files must be replaced !
Thank you a lot !
-
Hello nikos. You could use Kdiff3 (http://kdiff3.sourceforge.net/) for that purpose. Create 2 folders with the same structure as for the file system of elxis and compare them using this tool. Kdiff will mark with red color the files that need to be updated.
You don't have to make any query to database for that purpose.
-
Thank you a lot Webgift !! :)
-
You are very welcome, niko!
-
Checking the differences between the two version i saw that there is difference between the files at : //includes/install/data/mysql.sql !
what to do ? Does this file will cause problems if i just replace it ?
Below are the file differences :
:components\com_content\controllers\generic.php
:components\com_content\images\Thumbs.db
:components\com_content\plugins\map\map.plugin.php
:components\com_content\views\aarticle.html.php
:components\com_content\views\acategory.html.php
:components\com_content\views\generic.html.php
:components\com_emenu\views\menuitem.html.php
:components\com_extmanager\models\extmanager.model.php
:components\com_extmanager\views\modules.html.php
:includes\install\data\mysql.sql
:includes\js\jquery\colorbox\colorbox.js
:includes\js\jquery\flexigrid\css\images\calendar.png
:includes\libraries\elxis\session.class.php
:includes\version.php
:language\el\el.com_content.php
:language\el\el.com_emenu.php
:language\el\el.com_etranslator.php
:language\el\el.com_extmanager.php
:language\el\el.com_search.php
:language\el\el.com_user.php
:language\el\el.install.php
:language\el\el.mod_adminarticles.php
:language\el\el.mod_language.php
:language\el\el.mod_login.php
:language\el\el.mod_whosonline.php
:language\el\el.php
-
We never update the database between revisions of the same Elxis version. What you see is changes to the file but have to do only with the demo contents. Forget the SQL files.
-
Thank you Datahell !!
So i will replace all the other files except the mysql.sql
We never update the database between revisions of the same Elxis version. What you see is changes to the file but have to do only with the demo contents. Forget the SQL files.
-
It doesn't matter of you replace it or not. That file is executed only on Elxis installation, it is useless after Elxis installation. On updates Elxis performs database update from the administration console without the need of an SQL file.