-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
The list of pages is not displayed after updating Admin v1.10.7 (Grav v1.7.8) #3280
Comments
Yes, happens to me too! |
What browser ? |
Google Chrome on Windows 10 |
It's not on all sites. I am now working on localhost with the 2015 theme. Another site that I updated this morning does show the pages... |
Same sites that does not show pages on localhost does show it online... |
I'm also experiencing the same problem, updated my local dev to 1.7.8 and admin 1.10.7. If I disable flex objects -> directories -> pages(admin) I can access the pages again |
Chrome and Edge, localhost, Windows 10. I did not try to update productive sites. |
Yes, disabling flexobjects makes the pages visible |
In the last update of the admin i changed the layout so that it uses a CSS Are you guys seeing any JS errors? or perhaps CSS is blocking it showing? A screenshot might be helpful. Also maybe try clearing browser cache or hard-reloading the page? |
I'm experiencing this too. There is an AJAX error:
And the log contains the stack-trace:
I can't pin it down to any specific page, but removing all pages fixes it. |
@petira @tonhaarmans @aricooperdavis Can you please try with the above patch? It will fix the spinning wheel, but it will not fix the cause. In the list view, try to find pages with no visible route under the title. Please let me know what you find, I'm assuming that you will see it in some of the translated pages, but I do not know why. |
Oops, no idea how to apply the patch. Never done that before. |
The second commit is accidental, I had the wrong comment in it. Just replace |
Yes, this fix resolves the issue. The list of pages is displayed. Thank you. |
This helped me too, thanks! |
It is NOT fixed :( There is another problem. With patch, pages do load, but if I try to edit any page and save I get "Save Failed: Cannot reorder a page which has no parent". Under Advanced tab there are no Sortable pages listed. If I disable Flex plugin everyting works fine! |
I've just tried clean install of latest release from the repo My envoronent is localhost, Windows FF and Chrome. I believe this is urgent, bacause the main release doesn't work. |
I ran into this problem yesterday, on my first time ever install of Grav. This issue cost me many hours and was driving me crazy. I thought it is a problem with my environment. I agree with @izumitelj that it's urgent to make an emergency release. Also I would recommend to withdraw v1.7.8. |
Also I can confirm the second issue "Save Failed: Cannot reorder a page which has no parent". I had this after applying the fix. Solution for me was to downgrade to Grav v1.7.7. |
Can confirm this workaround – downgrading Grav to 1.7.7. restores the functionality. Admin and Flex Objects plugin can stay at their latest versions. |
Can someone who's brave enough to upgrade (test site) help me on figuring out what causes this bug? Please ping me in discord, I need either a working example or someone who I can talk with to go through what happens. Thanks! |
@mahagr If it helps, I just tried to update two Grav sites to 1.7.8 and no issues - here is my PHP info: PHP Version 7.3.24 Please let me know if any other config info might be useful. |
it must be something specific to a setting or configuration option, a plugin, or perhaps a custom blueprint. Could be anything at this point but it's certainly impacting 'some' people and not all. I can't reproduce it either. We need details about a setup that is causing it, or better yet, a ZIP file of a test instance where it occurs so we can dig in and find out what causes it. |
I did a clean install using a skeleton with admin. After the encounter of this problem I started over and cloned from Git and installed the dependencies with compose. But the error was the same. My environment: The skeleton I used first: https://getgrav.org/download/skeletons/twentyfifteen-site/1.0.3-admin |
I did clean install from https://github.com/getgrav/grav/releases/download/1.7.8/grav-admin-v1.7.8.zip After creating Admin account, pages don't load and I can't edit any through Admin panel. My environment is: |
website.zip |
@tonhaarmans i'm assuming you didn't apply the patch yet? I tried your site locally in Chrome and it works fine. I can list he pages no problem. The only issue I see is that during save in the blog posts, it throws an error related to date format. I changed from your day/year to a full date and it saves fine. |
Three of us that provided details experience this on Windows machines. And if I copy the same site (that doesn't work localy) to the server – than it works. |
@paulhibbitts can you open up the "network" panel and click "XHR" to filter the results, then inspect any failed calls and paste the output. |
I didn't apply the patch, because I don't even know how to do that. Maybe it's the webserver? I saw another one who also uses Laragon... BTW, the site works fine online... |
@rhukster ... not @paulhibbitts ;) but here is what I see there:
|
Thanks @izumitelj , I see an error with Network -> XHR but unable to get to that log. I see jquery at the front of the item. |
Changing those 2 lines from the above commit (click on the number in the right side) will fix the issue in Windows. |
I can confirm this fixes the issue in my case! Thanks 👍 |
Is it possible that after updating to Grav v1.7.8 - Admin v1.10.7 the list of pages (
/admin/pages
) is not displayed? That is exactly what happened to me. Everything else works, including editing pages after entering a direct path (/admin/pages/anypage
).Before I look for another cause of the problem, has it happened to someone else?
The text was updated successfully, but these errors were encountered: