- Posts: 5
Question The "media_path" parameter is missing.
- chrismai
- Topic Author
- Offline
- New Member
Less
More
2 years 10 months ago #1
by chrismai
The "media_path" parameter is missing. was created by chrismai
Hello,
I updated webtrees 2.1.0 alpha 2 to beta 1.
Now when i want to export to gedcom files, here is the error message that appear : "The "media_path" parameter is missing."
Where can I find this setting ?
Thanks in advance,
I updated webtrees 2.1.0 alpha 2 to beta 1.
Now when i want to export to gedcom files, here is the error message that appear : "The "media_path" parameter is missing."
Where can I find this setting ?
Thanks in advance,
Please Log in or Create an account to join the conversation.
- fisharebest
- Offline
- Administrator
2 years 10 months ago #2
by fisharebest
Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net
Replied by fisharebest on topic The "media_path" parameter is missing.
Oops - this is a bug.
The fix is to edit a file and change one line.
github.com/fisharebest/webtrees/blob/64f...GedcomClient.php#L98
You need to change
to
The fix is to edit a file and change one line.
github.com/fisharebest/webtrees/blob/64f...GedcomClient.php#L98
You need to change
Code:
->string('media_path');
to
Code:
->string('media_path', '');
Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net
Please Log in or Create an account to join the conversation.
- chrismai
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
2 years 10 months ago #3
by chrismai
Replied by chrismai on topic The "media_path" parameter is missing.
Yes, it works !!!!!
Good job.
Thanks a lot.
Have a nice day.
Good job.
Thanks a lot.
Have a nice day.
Please Log in or Create an account to join the conversation.