Installed 1.5.3 and old problem emerged // TinyMCE bug?

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
wournos
Forum Members
Forum Members
Posts: 40
Joined: Sat Jun 23, 2007 6:23 pm

Installed 1.5.3 and old problem emerged // TinyMCE bug?

Post by wournos »

Last upgrade I did was 1.5.1 and I had all sorts of problems (read this: http://forum.cmsmadesimple.org/index.ph ... ic=28453.0).

With that in mind, I have followed the upgrade guide and done everything in it. (used cmsmadesimple-1.5.3-full.tar.gz) I have also gone through the CHMOD of Modules, Uploads, Uploads/Images, tmp, tmp/cache, tmp/template_c like the Documentaion suggest. The only thing I can't change properly is the config.php. It changes to 644 when I try to add 444. This hasn't been an issue before.
Then I cleared out all the double ghost files that Apple deliberately creates when using file transfer. I use CyberDuck and have gone through all folders twice to remove all ghost files.

But that insane code still remains. The difference from the last upgrade is that all the links, except Add Content, and  inside the Content-Page area result in a massive FireFox error pop-up. The first section of code is repeated through several lines.

Code: Select all

Error: the XML response that was returned from the server is invalid.
Received:
Mac OS X 2��ATTR;�����*�*com.apple.quarantine0000;49c5d8ae;Firefox;|org.mozilla.firefoxThis resource fork intentionally left blank   ��Mac OS X

<?xml version="1.0" encoding="utf-8" ?><xjx><cmd n="as" t="contentlist" p="innerHTML"><![CDATA[		<form action="/admin/listcontent.php" method="POST" onsubmit="document.getElementById('parent0ListOrder').value = Sortable.serialize('parent0');document.getElementById('parent34ListOrder').value = Sortable.serialize('parent34');document.getElementById('parent19ListOrder').value = Sortable.serialize('parent19');document.getElementById('parent24ListOrder').value = Sortable.serialize('parent24');document.getElementById('parent20ListOrder').value = Sortable.serialize('parent20');document.getElementById('parent25ListOrder').value = Sortable.serialize('parent25');document.getElementById('parent55ListOrder').value = Sortable.serialize('parent55');document.getElementById('parent116ListOrder').value = Sortable.serialize('parent116');document.getElementById('parent62ListOrder').value = Sortable.serialize('parent62');document.getElementById('parent119ListOrder').value = Sortable.serialize('parent119');document.getElementById('parent72ListOrder').value = Sortable.serialize('parent72');document.getElementById('parent90ListOrder').value = Sortable.serialize('parent90');document.getElementById('parent73ListOrder').value = Sortable.serialize('parent73');xajax_reorder_process(xajax.getFormValues('sortableListForm'));return false;" name="sortableListForm" id="so
I can't see the entire list because it ends "below" my screen so to speak.

Has anyone had this problem?
Last edited by wournos on Sun Mar 22, 2009 5:38 pm, edited 1 time in total.
alby

Re: Installed 1.5.3 and old problem emerged

Post by alby »

wournos wrote: But that insane code still remains.
Go in System Verification and check for broke files

Alby
wournos
Forum Members
Forum Members
Posts: 40
Joined: Sat Jun 23, 2007 6:23 pm

Re: Installed 1.5.3 and old problem emerged

Post by wournos »

I have reinstalled the cms for the past 6 hours. I started the proceedure before I got this reply. Everything seems to work as it should now. No funky code in sight (knocks on wood).

I do have a different question though. I use TinyMCE and this Saturday it went crazy. I have a page with a very long table which include OverLib code. I have to switch the WYSIWYG on and off each time I update this site. No problem - until Saturday. For some reason the code changed on it's own when I hit Submit or Apply. My code looks like this in Dreamweaver.

Code: Select all

<tr>
            <td>{cms_selflink page='140' text='All Fired Up'}</td>
			<td>Yes</td>
            <td>Intermediate</td>
            <td>Short</td>
            <td><a href="javascript:void(0);" onMouseOver="overlib('Priest In Peril<br />
              43 Firemaking', CAPTION, 'All Fired Up')" onMouseOut="nd()">Hover me</a></td>
			  
            <td><a href="javascript:void(0);" onMouseOver="overlib('5500 Firemaking xp<br />
				20k coins<br />
				Ability to test the beacon network for further rewards.<br />
				1 Qp', CAPTION, 'As a First Resort...')" onMouseOut="nd()">Hover me</a></td>
        </tr>
In WYSIWYG it turns out like this, with coded breaktags and added coded [/a] (pointy characters).

Code: Select all

<tr><td>{cms_selflink page='140' text='All Fired Up'}</td> <td>Yes</td> <td>Intermediate</td> <td>Short</td> <td><a onmouseover="overlib('Priest In Peril<br >43 Firemaking', CAPTION, 'All Fired Up')" onmouseout="nd()" href="javascript:void(0);">Hover me</a></td> <td><a onmouseover="overlib('5500 Firemaking xp<br ></a> 				20k coins<br /> 				Ability to test the beacon network for further rewards.<br /> 				1 Qp', CAPTION, 'As a First Resort...')" onmouseout="nd()" href="javascript:void(0);">Hover me</a></td></tr>
Am I the only one with this issue? I suspected this was the reason why my Overlib links stopped working Saturday. Not 100% sure what's going on.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Installed 1.5.3 and old problem emerged // TinyMCE bug?

Post by Dr.CSS »

Are you going to page and turning tiny off then editing page and then hit submit? if you use the on page turn off/on tiny feature and hit submit tiny kicks in just as the page transfers over to content>pages...

Tiny now has a tick box in the tiny admin to have it not show when the page edit loads and stays off even after hitting submit button...
wournos
Forum Members
Forum Members
Posts: 40
Joined: Sat Jun 23, 2007 6:23 pm

Re: Installed 1.5.3 and old problem emerged // TinyMCE bug?

Post by wournos »

mark wrote: Are you going to page and turning tiny off then editing page and then hit submit? if you use the on page turn off/on tiny feature and hit submit tiny kicks in just as the page transfers over to content>pages...

Tiny now has a tick box in the tiny admin to have it not show when the page edit loads and stays off even after hitting submit button...
I currently have issues using the forums therefor the lack of action lately. I get signed out when I click my way through pages. It's really annoying.


I'm not sure what you mean. I want to have the option of delving into the code part of the page. But I don't want the system to add or change code that may harm it all.

I normally don't use the Off mode of Tiny; only for a specific page where I have a lot of code. I don't know how to work with MySQL and PHP yet so I have to do it oldschool. I turn Tiny Off inside this particular page, mark all text and paste the updated code over the old one; alternatively remove all text and paste the new code. Before the problem started I used to turn Tiny On again before clicking Apply or Submit to see how the page acctually looks. After the problem started I tried to Apply the code without turning Tiny On.

The code in my previous comment does NOT show how it looks when Tiny is turned Off. I just haven't been able to fix it due to getting kicked out of the forums. The pointy brackets of the BR and ending Link tags are not there. Instead their code name is shown, which starts with a &.
<br ></a>
{cms_selflink page='140' text='All Fired Up'} Yes Intermediate Short Hover me Hover me
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Installed 1.5.3 and old problem emerged // TinyMCE bug?

Post by Dr.CSS »

Hmm can't help you there as this is a separation of structure and content problem, but if you are having trouble with tiny messing with html characters/entities you may want to look at all the tabs advanced in particular as there may be a tick box to tell it to leave those alone...
Locked

Return to “[locked] Installation, Setup and Upgrade”