About the 5.6 update
Permalink
Could anyone explain something to me about the update ...
I'm getting lost with all those duplicated folders. Some things are taken from the "updates" folder other from the other ... files are duplicated, taking some more space on the server ...
On another thread I was told that i absolutly should not be doing anything within the updates folder, but as a matter of fact I did have to upload things there like the form controller that would not be taken into account if not changed in this folder.
How does that work ? Many thanks
I'm getting lost with all those duplicated folders. Some things are taken from the "updates" folder other from the other ... files are duplicated, taking some more space on the server ...
On another thread I was told that i absolutly should not be doing anything within the updates folder, but as a matter of fact I did have to upload things there like the form controller that would not be taken into account if not changed in this folder.
How does that work ? Many thanks
As c5 initialises on each web request, it works out which update folder to load the c5 core from according to config/site.php.
Which is just one of the good reasons why if you want to change anything in the core you should use an override as per:
http://www.concrete5.org/documentation/how-tos/developers/change-th...