Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
I have copied a site from a test domain to a live domain and its all working fine except that a richtext box is missing from the cloneable couchcms pages

its declared as

Code: Select all
<cms:template title='Blog' clonable='1' commentable='0' order='1'>
   <cms:editable
       name='blog_title'
       label='Blog Title'
        desc='Enter blog title here'
       type='text' />      
      
   <cms:editable name='blog_content' label='Blog Content' type='richtext' />      
      
   <cms:editable
       name='blog_image'
       label='Blog Image'
        desc='Upload your blog image here(330px x 250px)'       
       width='330'
       height='250'       
       type='image'
     /> 
</cms:template>


and in the cms it shows all the fields and labels but the richtext box under blog content is missing, just a big blank space where it should be.

anybody got any clues? got me puzzled
Could be a Javascript error - please take a look at firbug (or Chrome's console) to see if one is being reported.

Let us know.
Thanks
No console errors, I have deleted the files and uploaded again but still the same, I have tested in the testing server again and works great. On the same hosting so no differences there, I don't understand it, the title for the rich text box is there and there is a big space for the rich text box but no rich text box
3 posts Page 1 of 1
cron