CMSMS 1.4.1
MySQL 4
I have a CMSMS MySQL Database and need to extract the page content so I can add it to a another site.
For example:
"About Us
This about our company...."
I looked in the DB and found the pages but can't track down the content within the pages.
Does this exist somewhere else?
Shane
[SOLVED]Where is Page Data Kept in Database?
[SOLVED]Where is Page Data Kept in Database?
Last edited by sugna on Sat Aug 04, 2012 5:25 pm, edited 1 time in total.
Re: Where is Page Data Kept in Database?
How about table cms_content_props?
The content seems to be in there, but there is more in it.
The content seems to be in there, but there is more in it.
Re: Where is Page Data Kept in Database?
Thank You frankmanl
Answer:
cms_content_props
Answer:
cms_content_props
Re: [SOLVED]Where is Page Data Kept in Database?
Thanks! Been along time since I looked at the database, but I remember years ago I just updated via that cause I forgot the login.