update issues
Permalink
the past 3 c5 updates have not worked as I would expect. form the dashboard i see there are new updates available, however when I try to update it tells me 5.4.0.3 has successfully installed and 5.4.0.5 is what I was trying to install. Im not clear on what advantages 5.4.0.5 will give me but I like staying on top of the updates and it seems I can't.
cha ching...
So this is the last line in my site.php file;
"?><?php define('DIRNAME_APP_UPDATED', 'concrete5.4.0.3');?><?php define('DIRNAME_APP_UPDATED', 'concrete5.4.1');?>"
Should it become;
"<?php define('DIRNAME_APP_UPDATED', 'concrete5.4.1');?>"
In my updates folder I have 3 folders concrete5.4.0.3, concrete5.4.0.5 and 5.4.1.
The 5.4.0.3 folder currently gets referenced during the serving of web pages (as evidenced in the display of source in a browser).
Franz has suggested in this thread;http://www.concrete5.org/community/forums/usage/trouble-upgrading-t...
that the html should not contain references to the updates folder.
The web site appears to be working ok but I would like to get it updated to the current version and an explanation (preferably from the core team) as to what exactly is happening with the update folder.
"?><?php define('DIRNAME_APP_UPDATED', 'concrete5.4.0.3');?><?php define('DIRNAME_APP_UPDATED', 'concrete5.4.1');?>"
Should it become;
"<?php define('DIRNAME_APP_UPDATED', 'concrete5.4.1');?>"
In my updates folder I have 3 folders concrete5.4.0.3, concrete5.4.0.5 and 5.4.1.
The 5.4.0.3 folder currently gets referenced during the serving of web pages (as evidenced in the display of source in a browser).
Franz has suggested in this thread;http://www.concrete5.org/community/forums/usage/trouble-upgrading-t...
that the html should not contain references to the updates folder.
The web site appears to be working ok but I would like to get it updated to the current version and an explanation (preferably from the core team) as to what exactly is happening with the update folder.
yea, remove the others, just leave
<?php define('DIRNAME_APP_UPDATED', 'concrete5.4.1');?>
there may have been a problem where it didn't remove the old version
<?php define('DIRNAME_APP_UPDATED', 'concrete5.4.1');?>
there may have been a problem where it didn't remove the old version
check to see if there are multiple entries
of
DIRNAME_APP_UPDATED
Just remove the oldest, keep the newest.