I'm trying to find the files or table that holds the page content.
I need to do a search and replace on some text site wide. Seems it would be easiest to do on the files or database than page by page. But I can't find the content... the actual text and html that's created when the page content is saved.
Thanks for any assistance - Chris
Where is page content? {solved}
-
- Forum Members
- Posts: 94
- Joined: Sat Jun 06, 2009 10:43 pm
Where is page content? {solved}
Last edited by christophera on Mon Jun 07, 2010 6:43 pm, edited 1 time in total.
Re: Where is page content?
this is a database driven cms....
so data is in database
try to look in yourtrefix_content.... tables
so data is in database
try to look in yourtrefix_content.... tables
ReneH 
A search will save you hours waiting for an answer!

A search will save you hours waiting for an answer!

-
- Forum Members
- Posts: 94
- Joined: Sat Jun 06, 2009 10:43 pm
Re: Where is page content?
It seems like I should be able to find this easy enough.
I'm using phpMyAdmin and browsing the table: cms_content and don't see it in there.
Also looked in cms_content_props, cms_content_props_seq, cms_content_seq
I'm using phpMyAdmin and browsing the table: cms_content and don't see it in there.
Also looked in cms_content_props, cms_content_props_seq, cms_content_seq
-
- Forum Members
- Posts: 94
- Joined: Sat Jun 06, 2009 10:43 pm
Re: Where is page content?
Oh, I missed it, it's in the cms_content_props table. There's a lot of stuff in there, so I missed it the first couple of times I looked.
Thank you, Chris
Thank you, Chris