Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
IOS Hotels
and
IOS Rentals
online booking systems for Elxis CMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Elxis 4.1 Poseidon updated to revision rev1461 configuration file
« previous
next »
Print
Pages: [
1
]
Author
Topic: Elxis 4.1 Poseidon updated to revision rev1461 configuration file (Read 3635 times)
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Elxis 4.1 Poseidon updated to revision rev1461 configuration file
«
on:
October 07, 2013, 10:25:21 »
Datahell,
I just downloaded the latest and unzipped it to another directory. I copied all of the directories to the previous version that I have installed.
Then I opened the configuration files of both versions and noticed that all of the variables are in different locations.
A suggestion: keeping the variables in the same, or sorted order, makes it easier to upgrade local test versions.
Note: the line
Code:
[Select]
defined('_ELXIS_') or die ('Direct access to this location is not allowed');
is not included in the new configuration file.
I assume that it is not necessary.
«
Last Edit: October 07, 2013, 10:35:18 by xmanhattan
»
Logged
Bournias.net
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Elxis 4.1 Poseidon updated to revision rev1461 configuration file
«
Reply #1 on:
October 07, 2013, 18:58:42 »
The
order of the variables
have no importance at all. If you save the configuration from the admin panel the variables well get the usual order you know.
The
sample configuration file
(configuration_sample.php) is just a sample... During install a real configuration file (configuration.php) is being generated and
the sample one is being deleted
.
Code:
[Select]
defined('_ELXIS_') or die ('Direct access to this location is not allowed');
The above must exist in configuration file, it doesn't exist in the sample file but if you save the settings from admin panel it will be added.
The luck of the above line is no problem at all, not even a security issue as the file echoes nothing to the browser.
In any case the sample configuration file is just a sample, and when you save the settings from the admin panel Elxis re-generates it from scratch making match the exact Elxis version you have.
«
Last Edit: October 07, 2013, 19:01:14 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Elxis 4.1 Poseidon updated to revision rev1461 configuration file