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
{{ message }}
This repository has been archived by the owner on May 19, 2020. It is now read-only.
I've noticed if you delete the post page the throws an uncaught exception. This happens even if you have other pages.
Heres there trace
#0 /Volumes/Sandbox/sites/wordpress/anchor/routes/site.php(12): System\Error::native(8, 'Trying to get p...', '/Volumes/Sandbo...', 12, Array) #1 /Volumes/Sandbox/sites/wordpress/anchor/run.php(56): require('/Volumes/Sandbo...') #2 /Volumes/Sandbox/sites/wordpress/system/start.php(21): require('/Volumes/Sandbo...') #3 /Volumes/Sandbox/sites/wordpress/index.php(33): require('/Volumes/Sandbo...') #4 {main}
The text was updated successfully, but these errors were encountered:
@daviddarnes Well I've noticed it will start working in you set the id of another page to 1 on the db. Further investigation the it seems like the default page as the id of always one. Its really not a problem to me, just wanted to make you guys aware 👍
@daviddarnes We should probably add something in [this route][https://github.com/anchorcms/anchor-cms/blob/master/anchor/routes/pages.php#L220] to make the default posts page a different page. 😵
@TheBrenny@ferrazzzz You can't delete the posts/home page in the version of Anchor that is present in pre-1.0-develop which will hopefully soon be released. So this HAS been fixed for a while, just not released.
Hi Guys,
I've noticed if you delete the post page the throws an uncaught exception. This happens even if you have other pages.
Heres there trace
#0 /Volumes/Sandbox/sites/wordpress/anchor/routes/site.php(12): System\Error::native(8, 'Trying to get p...', '/Volumes/Sandbo...', 12, Array)
#1 /Volumes/Sandbox/sites/wordpress/anchor/run.php(56): require('/Volumes/Sandbo...')
#2 /Volumes/Sandbox/sites/wordpress/system/start.php(21): require('/Volumes/Sandbo...')
#3 /Volumes/Sandbox/sites/wordpress/index.php(33): require('/Volumes/Sandbo...')
#4 {main}
The text was updated successfully, but these errors were encountered: