Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Apologies if I'm posting to the wrong forum its my first time and I didn't bring a condom :)
In any case, our site runs Drupal 7.57 on IIS8.5 with MYSQL and PHP 7.2.3.
Our issue began when our web admin upgraded PHP from 7.2.1 to 7.2.3
Once that was done the website would post this message (just once however)
Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in menu_set_active_trail() (line 2405 of C:\inetpub\wwwroot\includes\menu.inc).
Apologies if I'm posting to the wrong forum its my first time and I didn't bring a condom :)
In any case, our site runs Drupal 7.57 on IIS8.5 with MYSQL and PHP 7.2.3.
Our issue began when our web admin upgraded PHP from 7.2.1 to 7.2.3
Once that was done the website would post this message (just once however)
Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in menu_set_active_trail() (line 2405 of C:\inetpub\wwwroot\includes\menu.inc).
Our current site is on D7. We are set to show clean URLs, but we do have a few pages where we pass some variables to the URL, so we can drop them into an embedded Marketo form.
Problem is, we've spotted that Google isn't indexing these pages with the query strings. This is causing things to break on the back end.
In other words, the page fully works if user goes to website.com/resources/page-name&item=1&title=lorem-ipsum
But Google's only showing website.com/resources/page-name - leaving off the essential info
I'm getting an error when trying to upload any type of file via Content>Files>Add File. The error reads "The file filename could not be saved. An unknown error has occurred. The file in the Upload a new file field was unable to be uploaded." This site was just ported from a localhost where it worked fine to a live server.