Problem uploading content

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.
Locked
Liz

Problem uploading content

Post by Liz »

When I go into the "pages" section to edit content, everything appears to work just fine, but then sometimes not all of the content will be uploaded (it will cut off the bottom part of the page, for instance), even though it looked okay as I typed it in. Anybody have any ideas as to what's going on?
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Problem uploading content

Post by Nullig »

An open tag, possibly.

If you provide a link, we might be able to help more.

Nullig
Liz

Re: Problem uploading content

Post by Liz »

On this page, I'm trying to add a list of our organization's donors, but the bottom part keeps getting cut off.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Problem uploading content

Post by RonnyK »

Liz,

what do you mean with cut-off, do you mean the scroll-bar on the right as the page doesn't get the full height or do you mean that your footer is shown below the content instead of below the entire site.

For the first point, that is probably caused by the fact that the height is set by your background image.
The second point is caused by a misplaced and corresponding

Ronny
Liz

Re: Problem uploading content

Post by Liz »

Sorry, perhaps "cut off" wasn't the right term. I mean that when I type in text, some of it gets deleted. All of it is there when I preview the site, but when I upload it, it's gone. It's just not there anymore; it's not just that it can't be seen, it's no longer anywhere in the code.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Problem uploading content

Post by Nullig »

Well, from looking at the page source code, the entries from the beginning down to:

Mrs. and Mr. Ruth Williamson-Kirkland

are all contained in a table.

The entries from $250 to $499 down to:

Mr. and Mrs. G

are not in the table, they fall after the table.

Have you entered donor information beyond the last entry "Mr. and Mrs. G"?
Have you tried clearing the cache?
I wonder if the amount of data is beyond the max for that field in the database?

You could try breaking the content into blocks representing the different donor levels, perhaps using the PageBlocks mod. That would break it up into more manageable chunks for editing purposes, as well.

Nullig
Liz

Re: Problem uploading content

Post by Liz »

Nullig wrote: Have you entered donor information beyond the last entry "Mr. and Mrs. G"?
Yeah, there's actually quite a bit of information that is supposed to be beyond that entry. And it's not in a table because I've just been trying everything to get that info there, and I've been messing with the code, trying to figure out what's wrong (usually, all of the entries are in tables).
You could try breaking the content into blocks representing the different donor levels, perhaps using the PageBlocks mod. That would break it up into more manageable chunks for editing purposes, as well.
I will try that, thank you.
Locked

Return to “CMSMS Core”