-
-
Notifications
You must be signed in to change notification settings - Fork 7
Missing backend route since 6.4.10 #33
Comments
@Patric96 Have you been able to temp. fix this issue by yourself? |
This can be fixed by building the admin yourself: bin/build-administration.sh This is a known change/bug in Shopware 6.4.10 and higher. Not all plugins that were built in an older version are working correctly, but building them yourself will fix it. |
@runelaenen Many thanks for your response and the info |
@runelaenen In a staging environment I did run the shopware core update from v6.4.9.0 to v6.4.11.1 and executed bin/build-administration.sh afterwards. But the link is still missing at the backend menu for the banners. The crazy thing is, by calling php74 bin/build-administration.sh via console, I get displayed the content of the file. Andy ideas? |
Hi @OlliZabal Can you post the response content of the script that you see in your terminal when you run it? Maybe you are missing some dependencies like npm or jq. It is normal this |
Hi @runelaenen
This is the output: CWD="$(cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)" set -euo pipefail export PROJECT_ROOT="${PROJECT_ROOT:-"$(dirname "$CWD")"}" BIN_TOOL="${CWD}/console" if [[ ${CI-""} ]]; then build admin[[ ${SHOPWARE_SKIP_BUNDLE_DUMP-""} ]] || "${BIN_TOOL}" bundle:dump if [[ $(command -v jq) ]]; then
else (cd "${ADMIN_ROOT}"/Resources/app/administration && npm clean-install && npm run build) ` Thank you |
Hi @OlliZabal That are the correct scripts, so that's a start. But I meant the output the script gives when you run it 😄 |
Hi @runelaenen looks like this is not my day... stupid me (also me trying before to call a shell script via php...)! 😄😄😄 Sooo, when I try to call the script from shopware root dir via bin/build-administration.sh I get the following mesage: If I change to /bin and call then build-administration.sh I get the following message: Hmmm... Just sent the hoster a mail asking for support why I get a "Permission denied" which I actually should not get. |
Hi @OlliZabal You can run |
Hi @runelaenen many thanks for helping out! 👍 🍺 |
Ah, in that case it's something that only your hoster will/can know/fix. Good luck! |
Hi @runelaenen just got response from the hoster - I needed to Chmod all sh files to 700. Many thanks again @runelaenen 🍻 ! |
Hi @runelaenen I had to install node - and the shell script got executed with the following output: At that point, things get a bit more complicated as this system is not hosted on an own server (managed server). I did noticed, that - as mentioned by you before that this is a known change/bug in Shopware 6.4.10 and higher - other used plugins also disappeared in the backend. I hope and will have to wait for a fix for that issue. Thanks again for taking your time on this / for me 👍 |
Hi @runelaenen As I won't be able to rebuild the admin myself on that server: |
Hi @runelaenen , any news on that or will you not continue working on this great plugin? |
Hey, i recently updated my shop to 6.4.10 and now the backend route is missing.
The Plugin is correctly installed and the content is shown correctly in the frontend even though i can't edit it.
Do you have an idea how to fix this?
The text was updated successfully, but these errors were encountered: