ItalyCookieChoices / italy-cookie-choices

A simple way to show how your website complies with the EU Cookie Law.
53 stars 12 forks source link

PHP 7.0 - Fatal error: 'continue' not in the 'loop' or 'switch' #149

Closed Daneel87 closed 8 years ago

Daneel87 commented 8 years ago

Fatal error: 'continue' not in the 'loop' or 'switch' context in italy-cookie-choices/admin/class-italy-cookie-choices-admin.php on line 1390

overclokk commented 8 years ago

@Daneel87 sostituisci continue; con return; e dimmi se risolvi.

Daneel87 commented 8 years ago

risolto

Lob516 commented 7 years ago

Same fault found in editablefields.module: PHP Fatal error: 'continue' not in the 'loop' or 'switch' context in ./sites/all/modules/editablefields/editablefields.module on line 186. Simple solution replacing 'continue' by 'return'. Who can implement this solution in the Drupal-sourcecode ?

overclokk commented 7 years ago

Hi @Lob516 I don't know drupal but you can try here https://www.drupal.org/contribute/development