index.php needs to be changed?

Permalink
I just realized that after upgrade to 5.4.1.1 my index.php is still

<?php require('concrete/dispatcher.php');


shouldn´t it look like this?

<?php require('updates/concrete5.4.1.1/concrete/dispatcher.php');


In my config/site.php the statement
<?php define('DIRNAME_APP_UPDATED', 'concrete5.4.1.1');?>
was added. So i assumed that i´am running from the updates folder now.

Best regards,
David

 
Brainakazariua replied on at Permalink Reply
Brainakazariua
It doesn't change.
You are indeed running from the upgrade folder now.

it'll keep adding the new versions to the upgrade folder each time you upgrade from the dashboard and the line in your site.php gets updated with each update.

To avoid that you'd have to remove that line and replace the concrete folder in the root instead of upgrading from the dashboard