- Posts: 18
Question
Can't Sign In
- Kiwihawk
-
Topic Author
- Offline
- New Member
-
Less
More
1 year 11 months ago - 1 year 11 months ago #1
by Kiwihawk
Can't Sign In was created by Kiwihawk
When I go to sign in, I get this error message
Fatal error: Array and string offset access syntax with curly braces is no longer supported in /misc/40/000/188/517/9/user/web/cleghornfamily.com/login.php on line 246
How can I get around this? Can I update the site without signing in?
Fatal error: Array and string offset access syntax with curly braces is no longer supported in /misc/40/000/188/517/9/user/web/cleghornfamily.com/login.php on line 246
How can I get around this? Can I update the site without signing in?
Last edit: 1 year 11 months ago by Kiwihawk.
Please Log in or Create an account to join the conversation.
- hermann
-
- Offline
- Elite Member
-
1 year 11 months ago #2
by hermann
Hermann
Designer of the custom module "Extended Family"
webtrees 2.1.22 (all custom modules installed, PHP 8.3.12, MariaDB 10.6) @ ahnen.hartenthaler.eu
Replied by hermann on topic Can't Sign In
Which version of webtrees is installed on your site?
Hermann
Designer of the custom module "Extended Family"
webtrees 2.1.22 (all custom modules installed, PHP 8.3.12, MariaDB 10.6) @ ahnen.hartenthaler.eu
Please Log in or Create an account to join the conversation.
- Kiwihawk
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 18
1 year 11 months ago - 1 year 11 months ago #3
by Kiwihawk
Looking in the page source it tells me:
So I presume it's version 1.7.14
Replied by Kiwihawk on topic Can't Sign In
>>> Which version of webtrees is installed on your site?
Looking in the page source it tells me:
Code:
<meta name="generator" content="webtrees 1.7.14 - https://www.webtrees.net/">
So I presume it's version 1.7.14
Last edit: 1 year 11 months ago by Kiwihawk.
Please Log in or Create an account to join the conversation.
- Jefferson49
-
- Offline
- Senior Member
-
Less
More
- Posts: 291
1 year 11 months ago #4
by Jefferson49
A PHP error about curly braces is a typical error, which occurs if you are using PHP7 code in an PHP8 installation. Can you check if you installed PHP8? webtrees 1.7 only works with PHP 5.3–7.0
Replied by Jefferson49 on topic Can't Sign In
Fatal error: Array and string offset access syntax with curly braces is no longer supported in /misc/40/000/188/517/9/user/web/cleghornfamily.com/login.php on line 246
A PHP error about curly braces is a typical error, which occurs if you are using PHP7 code in an PHP8 installation. Can you check if you installed PHP8? webtrees 1.7 only works with PHP 5.3–7.0
Please Log in or Create an account to join the conversation.
- Franz Frese
-
- Offline
- Elite Member
-
1 year 11 months ago #5
by Franz Frese
Replied by Franz Frese on topic Can't Sign In
Please Log in or Create an account to join the conversation.
- hermann
-
- Offline
- Elite Member
-
1 year 11 months ago #6
by hermann
Hermann
Designer of the custom module "Extended Family"
webtrees 2.1.22 (all custom modules installed, PHP 8.3.12, MariaDB 10.6) @ ahnen.hartenthaler.eu
Replied by hermann on topic Can't Sign In
I suggest
- downgrade your PHP version
- login to webtrees and export GEDCOM files for your trees
- produce a backup of your webtrees installation and your database
- read all the webtrees upgrade information (1.7->2.0 and 2.0->2.1): webtrees.net/upgrade/
- manually upgrade to the latest version of webtrees or install a fresh version
- upgrade your PHP version to 8.x
- downgrade your PHP version
- login to webtrees and export GEDCOM files for your trees
- produce a backup of your webtrees installation and your database
- read all the webtrees upgrade information (1.7->2.0 and 2.0->2.1): webtrees.net/upgrade/
- manually upgrade to the latest version of webtrees or install a fresh version
- upgrade your PHP version to 8.x
Hermann
Designer of the custom module "Extended Family"
webtrees 2.1.22 (all custom modules installed, PHP 8.3.12, MariaDB 10.6) @ ahnen.hartenthaler.eu
Please Log in or Create an account to join the conversation.