PowerCheez
PowerCheez

Reputation: 13

Upgrade drupal 8.2.3

I have followed the steps to upgrade my site from drupal 8.2.2 to drupal 8.2.3. That is I have:

update.php tells me there's no pending updates and my core version still says 8.2.2 and "there is an update available".

Note: My server does not allow for drush so I have to go "commando style"! :P

Upvotes: 0

Views: 64

Answers (1)

Ricardo Velhote
Ricardo Velhote

Reputation: 4680

Maybe you have the Opcache settings to not revalidate on every request. Try reloading/restarting your Apache or PHP-FPM.

Also, confirm these options

  • opcache.revalidate_freq=0
  • opcache.validate_timestamps=0

Upvotes: 1

Related Questions