Skip to content
Grav 2.0 is officially stable. Read the announcement →
Support

"Copy" not copying.

admin

Started by Justin Young 3 weeks ago · 5 replies · 232 views
3 weeks ago

Clicking the "Copy" button in Admin v1.10.52 and Grav v2.0.3 no longer copies the text into a new page (a new page is still created, however).

Is this a new intended behavior?

3 weeks ago

Admin2 + API has replaced Admin classic for Grav 2.0, so it's possible this combination is not working. How did you install Grav 2.0?

3 weeks ago

We use Grav via Cloudron which automatically upgraded us to Grav 2.0, but left Admin 1 in place.

Further, a fresh install of Grav via Cloudron installs Grav 2.0 and Admin 1.

3 weeks ago

Ah ok, Cloudron and other installers probably don't realize that Grav 2 is a bigger change than Grav 1.x upgrades have been. The GPM doesn't allow you to upgrade to Grav2 directly from Grav1 and you have to go through a migration process. They are probably doing something outside of GPM on their own.

https://getgrav.org/migrate-to-2

Please reach out to Cloudron, if you can and show them this URL, as it has all information and links to more details. Perhaps they can fix your state, or roll you back to 1.7. You can 'manually' fix your upgrade, but as you are already on Grav 2.0 you can't use the migrate-grav plugin which would of made the process painless for you.

3 weeks ago

Thank you!

I was able to install Admin 2 and then the "Copy page" button would work with Grav 2.0.

However, copying pages is very slow.

In addition, at least on our install of Grav via Cloudron, Admin 2 would not work properly until I edited user>accounts>admin.yaml and changed the access part to:

YAML
access:
  api:
    login: true
    super: true
  site:
    login: true

as it had the old Grav 1 version:

YAML
access:
  admin:
    login: true
    super: true

Suggested topics

Topic Participants Replies Views Activity
Support · by Anna, 6 hours ago
1 20 4 minutes ago
Support · by Anna, 4 hours ago
0 13 4 hours ago
Support · by David Meissner, 2 weeks ago
11 304 14 hours ago
Support · by Rick Beebe, 2 days ago
3 86 15 hours ago
Support · by BenLaKnet, 2 weeks ago
2 180 16 hours ago