Ubuntu 18.04 PHP7.3-FPM NGINX MYSQL8.0

I just migrated my Apache server to a Nginx server and since then I have warnings with the update of the database.

I do not know if this is due to the latest update of the dev version or to the migration.

I erased the cache but it does not correct.

drush updatedb

[warning] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? geolocation.install:53
 [warning] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? geolocation.install:100
 [warning] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? geolocation.install:110
 [warning] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? geolocation.install:121
 [warning] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? geolocation.install:53
 [warning] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? geolocation.install:100
 [warning] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? geolocation.install:110
 [warning] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? geolocation.install:121
 [success] No database updates required.

drush status

 Drupal version   : 8.6.10                                                
 Site URI         : default                                               
 DB driver        : mysql                                                 
 DB hostname      : localhost                                             
 DB port          : 3306                                                  
 DB username      : www_domaine_com                                       
 DB name          : www_domaine_com                                       
 Database         : Connected                                             
 Drupal bootstrap : Successful                                            
 Default theme    : bootstrap_subtheme_front_office                       
 Admin theme      : seven                                                 
 PHP binary       : /usr/bin/php7.3                                       
 PHP config       : /etc/php/7.3/cli/php.ini                              
 PHP OS           : Linux                                                 
 Drush script     : /usr/local/bin/drush                                  
 Drush version    : 9.4.0                                                 
 Drush temp       : /tmp                                                  
 Drush configs    : /var/www/www-domaine-com/vendor/drush/drush/drush.yml 
 Install profile  : standard                                              
 Drupal root      : /var/www/www-domaine-com/web                          
 Site path        : sites/default                                         
 Files, Public    : sites/default/files                                   
 Files, Private   : /var/www/www-domaine-com/private                      
 Files, Temp      : /tmp
CommentFileSizeAuthor
#4 3036220-2.patch2.36 KBdagmar
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

zenimagine created an issue. See original summary.

zenimagine’s picture

Issue summary: View changes
zenimagine’s picture

Issue summary: View changes
dagmar’s picture

Status: Active » Needs review
FileSize
2.36 KB

That is due PHP 7.3. We are seeing this issue as well. https://wiki.php.net/rfc/continue_on_switch_deprecation

zenimagine’s picture

@dagmar Thanks, the patch works for me

zenimagine’s picture

Status: Needs review » Reviewed & tested by the community

  • dagmar authored 3716b93 on 8.x-2.x
    Issue #3036220 by dagmar: Warning with the update of the database
    
ChristianAdamski’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.