Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 10:42:14 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155556 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Tables and Images disappear.  (Read 256 times)
ScottS4NP

Offline Offline

Posts: 15


« on: October 20, 2011, 01:03:24 AM »

It has been a bit since I did a WSB install so hopefully I have missed a thread which answers this. I just installed the latest version and oddly enough when I insert a table into a page and hit save, when I hit back the page is blank and all source has been removed. It appears that text (not in a table) and an image (not in a table) will save.

I am using FCKEditor and I have the same problem with both IE and FF.

I am pretty much dead in the water until I get this fixed.

Any help would be appreciated.

PS - I have been testing for the last hour and everything will save as long as I do not attempt to add a table into the page. If I hard code a table in the Source area the table works fine until I try to use any of the WYSIWYG table edit or property functions. As soon as I do that everything is lost after I hit Save. I have tried 3 editors and 2 different browsers. I am at a complete loss on this one (obviously).

Scott
« Last Edit: October 20, 2011, 02:29:29 AM by ScottS4NP » Logged
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2298



WWW
« Reply #1 on: October 20, 2011, 09:14:25 AM »

This does not sound like anything I heard before.

Did you make any configuration changes in FCK?
If you create a table and (before saving it) look at the sourcecode, do you see anything suspicious?
Logged

Professional WebsiteBaker Solutions
ScottS4NP

Offline Offline

Posts: 15


« Reply #2 on: October 20, 2011, 11:18:25 AM »

Thanks for the reply. It was a fresh install with no changes to anything. Happened on the very first page I created and it just continues. Looked at the source code it creates with the table command and it is good code. Been using WSB for a long time....this is a frustrating first. It appears to be just tables that will not save.

No clue why it wipes everything clean upon a save attempt.
Logged
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2298



WWW
« Reply #3 on: October 20, 2011, 11:30:46 AM »

FCK will cleanup everything that is (too much) invalid in some way.
You wrote that it happens when you modify table properties.

Can you show an example of the sourcecode for a table that does not save?
Logged

Professional WebsiteBaker Solutions
ScottS4NP

Offline Offline

Posts: 15


« Reply #4 on: October 20, 2011, 12:14:21 PM »

<table cellspacing="1" cellpadding="1" border="1" width="200">
    <tbody>
        <tr>
            <td>This will be deleted upon save.</td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>This will be deleted upon save.</td>
        </tr>
    </tbody>
</table>
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!