You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering the error file_folder_err_invalid because the path / is being passed. If I add the parameter prefix /, uploading to the root works, but everything else fails. The issue seems to be related to DIRECTORY_SEPARATOR on Windows, as DIRECTORY_SEPARATOR does not match $container. This discrepancy is likely causing the problem.
MODX 3.0.5
php7.4
WINDOWS DIRECTORY_SEPARATOR = \
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I am encountering the error
file_folder_err_invalid
because the path/
is being passed. If I add the parameterprefix /
, uploading to the root works, but everything else fails. The issue seems to be related toDIRECTORY_SEPARATOR
on Windows, asDIRECTORY_SEPARATOR
does not match$container
. This discrepancy is likely causing the problem.MODX 3.0.5
php7.4
WINDOWS DIRECTORY_SEPARATOR = \
The text was updated successfully, but these errors were encountered: