PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home4/elizrcom/public_html/genealogy/compact.php on line 57 Definitely getting much less messages now!
Thanks. Of course. PHP Deprecated: Creation of dynamic property HourglassController::$hourPerson is deprecated in .../includes/controllers/hourglass_ctrl.php on line 120
Thanks. Getting there hopefully... Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in .../modules/googlemap/places_edit.php on line 782 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in .../modules/googlemap/places_edit.php on line 788
Also: PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in .../compact.php on line 57 I just did a grep to see what matches to ${var} it found. ( Actually matching \${[a-zA-Z0-9_]*} ). Apart from stuff in DemoBase and and hooks/pre-(un)lock which I'm not sure are relevant, it found the above ones, and these: phpGedView/editconfig_gedcom.php:267: $gedcom_config = "\${INDEX_DIRECTORY}".$FILE."_conf.php"; phpGedView/editconfig_gedcom.php:271: $gedcom_privacy = "\${INDEX_DIRECTORY}".$FILE."_priv.php";...
I'm so sorry to put all that unnecessary work on you. I wonder if perhaps I got a cached version of the log? Or the server cached some of the php files? Or maybe I didn't adequately check the timestamps and perhaps some of those were during the transition. Interpreting timestamps that are 'out' by 13 hours isn't particularly intuitive, particularly given the different day. I'm happy to try out some of those last solutions here, assuming I can replicate them, if that helps. A couple of new messages:...
@Gerry: can you explain why you think that I'm scripting or similar? AFAIK I'm using it in a standard way: SVN unzipped in a folder on a commercial shared hosting website. The host does run a multiphp environment, if that is relevant. I also (hopefully obviously) edited the messages to remove irrelevant paths. @Tomasz - a while back I actually got a leaflet version of Googlemaps working - to a degree at least. It was quite hacky, and there were quite a few changes to make on the base svn code to...
svn-r7381 on PHP8.3 deprecations
Hi Gerry, Yes, I know. Although I don't think you can actually turn cookies off any more, other than third party ones. I certainly hadn't changed anything on any browsers compared to what worked before, and all browsers I have tried PC/android/Chrome/Firefox give the same result. But updating seems to have worked, and it's going again. Thanks. There are a few more deprecation warnings. I'll do a separate thread.