No page types at all? (help!)
Permalink
Hi,
I'm trying to edit my page types, but when i go in there, i have nothing. Not one page type is listed.. Even when i go back to the default themes there's nothing there..? very odd?
Has anyone encountered this before? I've searched the forum but can't find anything
I have activated the files too in the inspect section..
I'm using version 5.4.1
help!
thanks
I'm trying to edit my page types, but when i go in there, i have nothing. Not one page type is listed.. Even when i go back to the default themes there's nothing there..? very odd?
Has anyone encountered this before? I've searched the forum but can't find anything
I have activated the files too in the inspect section..
I'm using version 5.4.1
help!
thanks
looks like you deleted your single page. Go to /concrete/single_pages/dashboard/pages/types and see if the file view.php is there. If not, this is the reason. Let me know if you need a copy if this is the case.
thanks for your reply!
This file was missing, I have added it now from the original install, logged in and logged out and its still not showing up!
any other ideas?
thanks!
This file was missing, I have added it now from the original install, logged in and logged out and its still not showing up!
any other ideas?
thanks!
Theres two options: I tried to check the forum for this situation real fast, but didnt find one, so here I go:
1) Connect the database to that page. Not sure 100% how to do this (Please backup your db), but this way is cleaner. Check the Collections database to see if the collection for the page exist. Should be under the name "types". (mine was 43) Then check in the Pages table and see if the cID lines up with anything. (should have "/dashboard/pages/types/view.php" in the cFilename) column. See if they do, I doubt it. I would say to change it manually, but I am not see if this is all you need. If you match 43 I can give you my database values, but you could figure it out by cParentID should be the "/dashboard/pages/view" page, cDisplayOrder should be 1(because its the second one), and all the other ones should match. NEVER tested, but I doubt this could harm it.
2) Add it as a single page and add it that way (this is really NOT recommended, I do it, and I got a "1" at the end of the page, someother sight changes as well(dont remember but you might))
1) Connect the database to that page. Not sure 100% how to do this (Please backup your db), but this way is cleaner. Check the Collections database to see if the collection for the page exist. Should be under the name "types". (mine was 43) Then check in the Pages table and see if the cID lines up with anything. (should have "/dashboard/pages/types/view.php" in the cFilename) column. See if they do, I doubt it. I would say to change it manually, but I am not see if this is all you need. If you match 43 I can give you my database values, but you could figure it out by cParentID should be the "/dashboard/pages/view" page, cDisplayOrder should be 1(because its the second one), and all the other ones should match. NEVER tested, but I doubt this could harm it.
2) Add it as a single page and add it that way (this is really NOT recommended, I do it, and I got a "1" at the end of the page, someother sight changes as well(dont remember but you might))
Okay read first. I was thinking and this is super simple if you can.
Refresh the single page first on the Single Page Screen. If it still appears in the list.
Refresh the single page first on the Single Page Screen. If it still appears in the list.
fantastic,
thanks so much for your help! its working now i can see them!
thanks so much for your help! its working now i can see them!
I've attached an image of what I see!