Web based family history software

file Question The "media_path" parameter is missing.

  • chrismai
  • chrismai's Avatar Topic Author
  • Offline
  • New Member
  • New Member
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,

Please Log in or Create an account to join the conversation.

More
2 years 10 months ago #2 by fisharebest
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
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
  • chrismai's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
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.

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum