Skip to content

0048180: Copying container with SCORM content - #11882

Merged
sKarki999 merged 1 commit into
ILIAS-eLearning:release_10from
smeyer-ilias:mt_48180
Aug 13, 2026
Merged

0048180: Copying container with SCORM content#11882
sKarki999 merged 1 commit into
ILIAS-eLearning:release_10from
smeyer-ilias:mt_48180

Conversation

@smeyer-ilias

Copy link
Copy Markdown
Contributor

For a more detailed descriptions see mantis https://mantis.ilias.de/view.php?id=48180

public/soap/server.php uses an incorrect working directory. After this script was moved from webservice/soap/server.php to public/soap/server.php, the chdir('../..') call should have been changed to chdir('..') to account for the new DOCUMENT_ROOT.

I'm not sure about the side effects but this fixes various issues when trying to copy container objects via soap.

@smeyer-ilias smeyer-ilias added bugfix php Pull requests that update Php code labels Aug 10, 2026
@sKarki999

Copy link
Copy Markdown
Contributor

Tested. container objects copy via soap. goes through after the solution.
I did not find anything that is breaking.
Additionally, release_11 and trunk have the same chdir, so I will merge this and port it to other versions.
Thank you for the PR :)

@sKarki999
sKarki999 merged commit 53303d5 into ILIAS-eLearning:release_10 Aug 13, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants