Page disappear in admin [solved]

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
nmotion
Forum Members
Forum Members
Posts: 25
Joined: Sun Jun 01, 2008 2:00 pm

Page disappear in admin [solved]

Post by nmotion »

I have a page that is clearly visible in the menu on the live site.

However, in the admin under pages I can't find it.

Another strange thing is that if I edit another page and click on the internal link icon in the WYSIWYG editor it lists the page as well.

But again, not on the pages page.
Last edited by nmotion on Mon Feb 01, 2010 7:14 pm, edited 1 time in total.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Page disappear in admin

Post by Rolf »

Hi nmotion

This page your are talking about, is this a regular content page? Or one with the contenttype album, guestbook, etc.?
What version do you use? System Information?

Regards, Rolf  :)
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
nmotion
Forum Members
Forum Members
Posts: 25
Joined: Sun Jun 01, 2008 2:00 pm

Re: Page disappear in admin

Post by nmotion »

Versions:
CMS Made Simple 1.6.6 "Bonde"
Album 0.9.3

It is a album page.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Page disappear in admin

Post by Rolf »

nmotion wrote: It is a album page.
I thought so...  ;)

The content type field has changed in the release 1.6, therefore all pages made with a contenttype of a module aren't shown in the admin anymore. In the changelog this was mentioned...
You have to make a small modification to your database to solve this.

1. Create a backup of your database with phpmyadmin first!
2. Open the table 'cms_content'.
3. Open the tab 'browse'
4. In the column 'type' you can see the contenttype of all pages.
5. By clicking the pencil on the left you can change the content of the table.
6. Change the 'type' from albumcontent to content
7. The page will be visible in the admin again
8. Put the tag {cms_module module="album" albums="your-album-id"} in the content of the page.
You have to do this for all pages with an album in it.

And you are ready to go!

Regards, Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
nmotion
Forum Members
Forum Members
Posts: 25
Joined: Sun Jun 01, 2008 2:00 pm

Re: Page disappear in admin

Post by nmotion »

It worked - Thanks!
Post Reply

Return to “CMSMS Core”