Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nextcloud v14 smb mount Folder name / causing crash & display error #11650

Closed
kyaky opened this issue Oct 6, 2018 · 3 comments
Closed

nextcloud v14 smb mount Folder name / causing crash & display error #11650

kyaky opened this issue Oct 6, 2018 · 3 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug

Comments

@kyaky
Copy link

kyaky commented Oct 6, 2018

nextcloud v14 smb mount Folder name is causing crash.

in v12 v13 , folder name / is working no problem.

in v14 / is not working causing 500 error. it has to be ./ with a dot. after saving the smb mount conf , it starts to work. but the ./ display is showed as /

which means the ./ setting was submitted to database but interface is showing without dot.

@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #8467 (NextCloud 13 folder/file display bug), #5134 (Nextcloud can not handle folder names containing question marks), #3909 (NextCloud crashes because of __tostring), #2942 (Double quotes in folder name creates display problem), and #10793 (SMB can not be mounted.).

@kyaky
Copy link
Author

kyaky commented Oct 6, 2018

Error index OCP\Files\NotFoundException:
/home/website/public_html/lib/private/Files/Node/Node.php - line 216:

OC\Files\Node\Node->getFileInfo()

/home/website/public_html/lib/private/Files/Node/Node.php - line 117:

OC\Files\Node\Node->getPermissions()

/home/website/public_html/lib/private/Files/Node/Folder.php - line 176:

OC\Files\Node\Node->checkPermissions(4)

/home/website/public_html/lib/private/legacy/util.php - line 463:

OC\Files\Node\Folder->newFile("Coast.jpg")

/home/website/public_html/lib/private/legacy/util.php - line 461:

OC_Util::copyr("/home/nextc ... s", OC\Files\Node\Folder {})

/home/website/public_html/lib/private/legacy/util.php - line 433:

OC_Util::copyr("/home/nextc ... n", OC\Files\Node\Folder {})

/home/website/public_html/lib/private/User/Session.php - line 505:

OC_Util::copySkeleton("*** sensiti ... *", OC\Files\Node\Folder {})

/home/website/public_html/lib/private/User/Session.php - line 372:

OC\User\Session->prepareUserLogin("*** sensiti ... ", "** sensiti ... *")

/home/website/public_html/core/Controller/LoginController.php - line 321:

OC\User\Session->completeLogin("*** sensiti ... *")

/home/website/public_html/lib/private/AppFramework/Http/Dispatcher.php - line 166:

OC\Core\Controller\LoginController->tryLogin("*** sensiti ... *")

/home/website/public_html/lib/private/AppFramework/Http/Dispatcher.php - line 99:

OC\AppFramework\Http\Dispatcher->executeController(OC\Core\Cont ... {}, "tryLogin")

/home/website/public_html/lib/private/AppFramework/App.php - line 118:

OC\AppFramework\Http\Dispatcher->dispatch(OC\Core\Cont ... {}, "tryLogin")

/home/website/public_html/lib/private/AppFramework/Routing/RouteActionHandler.php - line 47:

OC\AppFramework\App::main("OC\Core\C ... r", "tryLogin", OC\AppFramew ... {}, { _route: "c ... "})

OC\AppFramework\Routing\RouteActionHandler->__invoke({ _route: "c ... "})

/home/website/public_html/lib/private/Route/Router.php - line 297:

call_user_func(OC\AppFramew ... {}, { _route: "c ... "})

/home/website/public_html/lib/base.php - line 987:

OC\Route\Router->match("/login")

/home/website/public_html/index.php - line 42:

OC::handleRequest()

@skjnldsv skjnldsv added the 0. Needs triage Pending check for reproducibility or if it fits our roadmap label Jun 12, 2019
@szaimen
Copy link
Contributor

szaimen commented May 21, 2021

I'm closing this issue due to inactivity. If this is still happening please make sure to upgrade to the latest version. After that, feel free to reopen.

@szaimen szaimen closed this as completed May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug
Projects
None yet
Development

No branches or pull requests

4 participants