- Posts: 37
Question
Moving to another server
- ol810
-
Topic Author
- Offline
- New Member
-
Less
More
2 years 2 weeks ago #1
by ol810
Moving to another server was created by ol810
Hello everyone!
Moved webtrees from Ubuntu 20.04 to ubuntu 22.04. Now I get a lot of errors:
Error: Class "Fisharebest\webtrees\CustomTags\Aldfaer" not found in /home/public_html/app/Gedcom.php:1127 Stack trace: #0 /home/public_html/app/Http/Middleware/RegisterGedcomTags.php(52): Fisharebest\webtrees\Gedcom->registerTags() #1 /home/public_html/vendor/oscarotero/middleland/src/Dispatcher.php(136):
there's still a whole page of errors. How to cure it? thanks.
Moved webtrees from Ubuntu 20.04 to ubuntu 22.04. Now I get a lot of errors:
Error: Class "Fisharebest\webtrees\CustomTags\Aldfaer" not found in /home/public_html/app/Gedcom.php:1127 Stack trace: #0 /home/public_html/app/Http/Middleware/RegisterGedcomTags.php(52): Fisharebest\webtrees\Gedcom->registerTags() #1 /home/public_html/vendor/oscarotero/middleland/src/Dispatcher.php(136):
there's still a whole page of errors. How to cure it? thanks.
Please Log in or Create an account to join the conversation.
- ol810
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 37
2 years 2 weeks ago - 2 years 2 weeks ago #2
by ol810
Replied by ol810 on topic Moving to another server
I'm sorry to bother you. I solved the problem myself. I just moved an earlier version of the archive. Perhaps without any updates.
Last edit: 2 years 2 weeks ago by ol810.
Please Log in or Create an account to join the conversation.
- kanthanpillay
-
- Offline
- New Member
-
1 year 2 months ago #3
by kanthanpillay
Kanthan Pillay
family.kanthanpillay.com
Replied by kanthanpillay on topic Moving to another server
I had the same problem. Error was caused by www-data not owning the webserver directory.
sudo chown -R www-data:www-data <dir> solved the problem
sudo chown -R www-data:www-data <dir> solved the problem
Kanthan Pillay
family.kanthanpillay.com
Please Log in or Create an account to join the conversation.