[tw] Re: TWC - TW not saving "\"

2014-03-20 Thread PMario
Did you install any new plugins, that modify the editor lately?
Or any other changes? New browser plugins / addons ...
-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TWC - TW not saving "\"

2014-03-20 Thread Mark S.
Is it possible that your ISP cranked up the security settings in order to 
prevent escape sequences from being uploaded?
Mark

On Wednesday, March 19, 2014 4:47:33 PM UTC-8, skye riquelme wrote:
>
> Hi All
>
> Hope someone can help with a strange problem that I am encounting.
>
> I make a lot of use of flat text files to store information, loading this 
> into a TW (via XMLHttpRequest()) ...in the processing of this data I 
> frequently look to line breaks in the txt file, using simple javascript 
> like text.split("\n"). and this worked fine for many months.
>
> Recently things started failing, and when I checked the code had changed 
> to .split("n")...I corrected the code.everything works 
> fine...untill I reload the page and again the "\" is missing - note that 
> the correction was saved back tot he TW using UploadPlugin and 
> UploadTiddlerPlugin.
>
> Why does the "\" character keep disappearing?
>
> I have downloaded the file, corrected it with Note+++ and uplaoded 
> again.it all works well, until I open that tiddler in edit, and then 
> restore (done)the "\" gets dropped again!!!
>
> To make things worse... recently a functioning TW started failing and on 
> opening saying that some plugins failed... for example on checking a recent 
> case. Erics InlineJavascriptPlugin...reported as having failed...when I 
> checked it.. the line (early in the code) 
> match: "\\ ...was reading in my TW 
> match: "\ disappeared I put the extra \ back into the code, saved via 
> UploadPluginand on reopening the TW the plugin failed because the 
> second "\" is again missing.
>
> So, what up with the character "\". why is it being deleted when I 
> save the TW?
>
> Thanks in Advance
> Skye
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TWC - TW not saving "\"

2014-03-20 Thread skye riquelme
Hi Mark.now that you mentioned it.this started happening about the 
time my server people upgraded my php version...and we had a strange 
problem of the upgrade not Taking..maybe they played with some settings 
then...Ill check it out.

Skye





Em quinta-feira, 20 de março de 2014 20h54min44s UTC-3, Mark S. escreveu:
>
> Is it possible that your ISP cranked up the security settings in order to 
> prevent escape sequences from being uploaded?
> Mark
>
> On Wednesday, March 19, 2014 4:47:33 PM UTC-8, skye riquelme wrote:
>>
>> Hi All
>>
>> Hope someone can help with a strange problem that I am encounting.
>>
>> I make a lot of use of flat text files to store information, loading this 
>> into a TW (via XMLHttpRequest()) ...in the processing of this data I 
>> frequently look to line breaks in the txt file, using simple javascript 
>> like text.split("\n"). and this worked fine for many months.
>>
>> Recently things started failing, and when I checked the code had changed 
>> to .split("n")...I corrected the code.everything works 
>> fine...untill I reload the page and again the "\" is missing - note that 
>> the correction was saved back tot he TW using UploadPlugin and 
>> UploadTiddlerPlugin.
>>
>> Why does the "\" character keep disappearing?
>>
>> I have downloaded the file, corrected it with Note+++ and uplaoded 
>> again.it all works well, until I open that tiddler in edit, and then 
>> restore (done)the "\" gets dropped again!!!
>>
>> To make things worse... recently a functioning TW started failing and on 
>> opening saying that some plugins failed... for example on checking a recent 
>> case. Erics InlineJavascriptPlugin...reported as having failed...when I 
>> checked it.. the line (early in the code) 
>> match: "\\> ...was reading in my TW 
>> match: "\> disappeared I put the extra \ back into the code, saved via 
>> UploadPluginand on reopening the TW the plugin failed because the 
>> second "\" is again missing.
>>
>> So, what up with the character "\". why is it being deleted when I 
>> save the TW?
>>
>> Thanks in Advance
>> Skye
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TWC - TW not saving "\"

2014-03-24 Thread skye riquelme
Hi again...still no joy in resolving this problem. 

However I dont think its an issue with my server. I copied a working TW 
from my server into a local server (XAMP)...and the same thing happens. I 
also created a second local server (WAMPP)...and the problem continues.

As mentioned , everything was working untill I upgraded the php version on 
my server from 5.2.3 ...its now 5.4.3.  The WAMPP is php 5.4.1 and XAMPP is 
php 5.5.9.  SO, it seems its a question of the newer versions of php 
handling the escape characters in a slightly different way. I tried to set 
up an old WAMP version (php pre 5.3) but got conflict issues between the 
versions..so cant definitely show that its a php version issue.

Anywayanyone understand the changes made in php in the last 
upgrades...from about 5.3...to know what changed with regards the escape 
sequences..it seems that the UploadPlugin is no longer totally 
compatable with recent php upgrades.

Just noting that the escape character gets lost when the tiddler is 
uploaded by UploadPlugin, or UploadTiddlerPlug.but correcting the 
rror in a local copy and then ftp'ing the file to the server corrects the 
code. a rather cumbersome work-around to the problem!!!

Thanks

Skye


Em quinta-feira, 20 de março de 2014 22h52min33s UTC-3, skye riquelme 
escreveu:
>
> Hi Mark.now that you mentioned it.this started happening about the 
> time my server people upgraded my php version...and we had a strange 
> problem of the upgrade not Taking..maybe they played with some settings 
> then...Ill check it out.
>
> Skye
>
>
>
>
>
> Em quinta-feira, 20 de março de 2014 20h54min44s UTC-3, Mark S. escreveu:
>>
>> Is it possible that your ISP cranked up the security settings in order to 
>> prevent escape sequences from being uploaded?
>> Mark
>>
>> On Wednesday, March 19, 2014 4:47:33 PM UTC-8, skye riquelme wrote:
>>>
>>> Hi All
>>>
>>> Hope someone can help with a strange problem that I am encounting.
>>>
>>> I make a lot of use of flat text files to store information, loading 
>>> this into a TW (via XMLHttpRequest()) ...in the processing of this data I 
>>> frequently look to line breaks in the txt file, using simple javascript 
>>> like text.split("\n"). and this worked fine for many months.
>>>
>>> Recently things started failing, and when I checked the code had changed 
>>> to .split("n")...I corrected the code.everything works 
>>> fine...untill I reload the page and again the "\" is missing - note that 
>>> the correction was saved back tot he TW using UploadPlugin and 
>>> UploadTiddlerPlugin.
>>>
>>> Why does the "\" character keep disappearing?
>>>
>>> I have downloaded the file, corrected it with Note+++ and uplaoded 
>>> again.it all works well, until I open that tiddler in edit, and then 
>>> restore (done)the "\" gets dropped again!!!
>>>
>>> To make things worse... recently a functioning TW started failing and on 
>>> opening saying that some plugins failed... for example on checking a recent 
>>> case. Erics InlineJavascriptPlugin...reported as having failed...when I 
>>> checked it.. the line (early in the code) 
>>> match: "\\>> ...was reading in my TW 
>>> match: "\>> disappeared I put the extra \ back into the code, saved via 
>>> UploadPluginand on reopening the TW the plugin failed because the 
>>> second "\" is again missing.
>>>
>>> So, what up with the character "\". why is it being deleted when I 
>>> save the TW?
>>>
>>> Thanks in Advance
>>> Skye
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: TWC - TW not saving "\"

2014-03-24 Thread Daniel Baird
 Lazy of me, I know, but could you post your store.php code here?  BidiX's
site is down and I can't easily retrieve it from the office I'm at..


On 25 March 2014 10:10, skye riquelme  wrote:

> Hi again...still no joy in resolving this problem.
>
> However I dont think its an issue with my server. I copied a working TW
> from my server into a local server (XAMP)...and the same thing happens. I
> also created a second local server (WAMPP)...and the problem continues.
>
> As mentioned , everything was working untill I upgraded the php version on
> my server from 5.2.3 ...its now 5.4.3.  The WAMPP is php 5.4.1 and XAMPP is
> php 5.5.9.  SO, it seems its a question of the newer versions of php
> handling the escape characters in a slightly different way. I tried to set
> up an old WAMP version (php pre 5.3) but got conflict issues between the
> versions..so cant definitely show that its a php version issue.
>
> Anywayanyone understand the changes made in php in the last
> upgrades...from about 5.3...to know what changed with regards the escape
> sequences..it seems that the UploadPlugin is no longer totally
> compatable with recent php upgrades.
>
> Just noting that the escape character gets lost when the tiddler is
> uploaded by UploadPlugin, or UploadTiddlerPlug.but correcting the
> rror in a local copy and then ftp'ing the file to the server corrects the
> code. a rather cumbersome work-around to the problem!!!
>
> Thanks
>
> Skye
>
>
> Em quinta-feira, 20 de março de 2014 22h52min33s UTC-3, skye riquelme
> escreveu:
>
>> Hi Mark.now that you mentioned it.this started happening about
>> the time my server people upgraded my php version...and we had a strange
>> problem of the upgrade not Taking..maybe they played with some settings
>> then...Ill check it out.
>>
>> Skye
>>
>>
>>
>>
>>
>> Em quinta-feira, 20 de março de 2014 20h54min44s UTC-3, Mark S. escreveu:
>>>
>>> Is it possible that your ISP cranked up the security settings in order
>>> to prevent escape sequences from being uploaded?
>>> Mark
>>>
>>> On Wednesday, March 19, 2014 4:47:33 PM UTC-8, skye riquelme wrote:

 Hi All

 Hope someone can help with a strange problem that I am encounting.

 I make a lot of use of flat text files to store information, loading
 this into a TW (via XMLHttpRequest()) ...in the processing of this data I
 frequently look to line breaks in the txt file, using simple javascript
 like text.split("\n"). and this worked fine for many months.

 Recently things started failing, and when I checked the code had
 changed to .split("n")...I corrected the code.everything works
 fine...untill I reload the page and again the "\" is missing - note that
 the correction was saved back tot he TW using UploadPlugin and
 UploadTiddlerPlugin.

 Why does the "\" character keep disappearing?

 I have downloaded the file, corrected it with Note+++ and uplaoded
 again.it all works well, until I open that tiddler in edit, and then
 restore (done)the "\" gets dropped again!!!

 To make things worse... recently a functioning TW started failing and
 on opening saying that some plugins failed... for example on checking a
 recent case. Erics InlineJavascriptPlugin...reported as having
 failed...when I checked it.. the line (early in the code)
 match: "\\>>> ...was reading in my TW
 match: "\>>> disappeared I put the extra \ back into the code, saved via
 UploadPluginand on reopening the TW the plugin failed because the
 second "\" is again missing.

 So, what up with the character "\". why is it being deleted when I
 save the TW?

 Thanks in Advance
 Skye

>>>  --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at http://groups.google.com/group/tiddlywiki.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel Baird
retro objoke: Chuck Norris had a problem so he decided to use regular
expressions. Now, every problem in the world is solved.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: TWC - TW not saving "\"

2014-03-26 Thread skye riquelme
Hi Danielyeah, seems the BidiX site has been down for a while, not sure 
what is happening!

Anyway, I often use the UploadTiddlerPlugin, and less frequently 
UploadPlugin (both BiDiX)...and seems both have the same issue, so -

store.php is here - 
http://www.unigaia-brasil.org/cloud/index.php/apps/files/download/TW/store.php
storeTiddler.php - 
http://www.unigaia-brasil.org/cloud/index.php/apps/files/download/TW/storeTiddler.php

you should be able to download them without login issues...I think

Thanks
Skye

Em segunda-feira, 24 de março de 2014 21h44min52s UTC-3, Daniel Baird 
escreveu:
>
>  Lazy of me, I know, but could you post your store.php code here?  BidiX's 
> site is down and I can't easily retrieve it from the office I'm at..
>
>
> On 25 March 2014 10:10, skye riquelme  >wrote:
>
>> Hi again...still no joy in resolving this problem. 
>>
>> However I dont think its an issue with my server. I copied a working TW 
>> from my server into a local server (XAMP)...and the same thing happens. I 
>> also created a second local server (WAMPP)...and the problem continues.
>>
>> As mentioned , everything was working untill I upgraded the php version 
>> on my server from 5.2.3 ...its now 5.4.3.  The WAMPP is php 5.4.1 and XAMPP 
>> is php 5.5.9.  SO, it seems its a question of the newer versions of php 
>> handling the escape characters in a slightly different way. I tried to set 
>> up an old WAMP version (php pre 5.3) but got conflict issues between the 
>> versions..so cant definitely show that its a php version issue.
>>
>> Anywayanyone understand the changes made in php in the last 
>> upgrades...from about 5.3...to know what changed with regards the escape 
>> sequences..it seems that the UploadPlugin is no longer totally 
>> compatable with recent php upgrades.
>>
>> Just noting that the escape character gets lost when the tiddler is 
>> uploaded by UploadPlugin, or UploadTiddlerPlug.but correcting the 
>> rror in a local copy and then ftp'ing the file to the server corrects the 
>> code. a rather cumbersome work-around to the problem!!!
>>
>> Thanks
>>
>> Skye
>>
>>
>> Em quinta-feira, 20 de março de 2014 22h52min33s UTC-3, skye riquelme 
>> escreveu:
>>
>>> Hi Mark.now that you mentioned it.this started happening about 
>>> the time my server people upgraded my php version...and we had a strange 
>>> problem of the upgrade not Taking..maybe they played with some settings 
>>> then...Ill check it out.
>>>
>>> Skye
>>>
>>>
>>>
>>>
>>>
>>> Em quinta-feira, 20 de março de 2014 20h54min44s UTC-3, Mark S. escreveu:

 Is it possible that your ISP cranked up the security settings in order 
 to prevent escape sequences from being uploaded?
 Mark

 On Wednesday, March 19, 2014 4:47:33 PM UTC-8, skye riquelme wrote:
>
> Hi All
>
> Hope someone can help with a strange problem that I am encounting.
>
> I make a lot of use of flat text files to store information, loading 
> this into a TW (via XMLHttpRequest()) ...in the processing of this data I 
> frequently look to line breaks in the txt file, using simple javascript 
> like text.split("\n"). and this worked fine for many months.
>
> Recently things started failing, and when I checked the code had 
> changed to .split("n")...I corrected the code.everything works 
> fine...untill I reload the page and again the "\" is missing - note that 
> the correction was saved back tot he TW using UploadPlugin and 
> UploadTiddlerPlugin.
>
> Why does the "\" character keep disappearing?
>
> I have downloaded the file, corrected it with Note+++ and uplaoded 
> again.it all works well, until I open that tiddler in edit, and then 
> restore (done)the "\" gets dropped again!!!
>
> To make things worse... recently a functioning TW started failing and 
> on opening saying that some plugins failed... for example on checking a 
> recent case. Erics InlineJavascriptPlugin...reported as having 
> failed...when I checked it.. the line (early in the code) 
> match: "\\ ...was reading in my TW 
> match: "\ disappeared I put the extra \ back into the code, saved via 
> UploadPluginand on reopening the TW the plugin failed because the 
> second "\" is again missing.
>
> So, what up with the character "\". why is it being deleted when I 
> save the TW?
>
> Thanks in Advance
> Skye
>
  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "TiddlyWiki" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to tiddlywiki+...@googlegroups.com .
>> To post to this group, send email to tiddl...@googlegroups.com
>> .
>> Visit this group at http://groups.google.com/group/tiddlywiki.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

Re: [tw] Re: TWC - TW not saving "\"

2014-03-26 Thread Jeremy Ruston
Hi Skye

Just in case you need it, there is an official repository for BidiX's code
here on Google Code:

https://code.google.com/p/bidix/source/browse/trunk/TiddlyHome/_th/lib/store.php

Best wishes

Jeremy.



On Wed, Mar 26, 2014 at 7:34 PM, skye riquelme wrote:

> Hi Danielyeah, seems the BidiX site has been down for a while, not
> sure what is happening!
>
> Anyway, I often use the UploadTiddlerPlugin, and less frequently
> UploadPlugin (both BiDiX)...and seems both have the same issue, so -
>
> store.php is here -
> http://www.unigaia-brasil.org/cloud/index.php/apps/files/download/TW/store.php
> storeTiddler.php -
> http://www.unigaia-brasil.org/cloud/index.php/apps/files/download/TW/storeTiddler.php
>
> you should be able to download them without login issues...I think
>
> Thanks
> Skye
>
> Em segunda-feira, 24 de março de 2014 21h44min52s UTC-3, Daniel Baird
> escreveu:
>>
>>  Lazy of me, I know, but could you post your store.php code here?
>>  BidiX's site is down and I can't easily retrieve it from the office I'm
>> at..
>>
>>
>> On 25 March 2014 10:10, skye riquelme  wrote:
>>
>>> Hi again...still no joy in resolving this problem.
>>>
>>> However I dont think its an issue with my server. I copied a working TW
>>> from my server into a local server (XAMP)...and the same thing happens. I
>>> also created a second local server (WAMPP)...and the problem continues.
>>>
>>> As mentioned , everything was working untill I upgraded the php version
>>> on my server from 5.2.3 ...its now 5.4.3.  The WAMPP is php 5.4.1 and XAMPP
>>> is php 5.5.9.  SO, it seems its a question of the newer versions of php
>>> handling the escape characters in a slightly different way. I tried to set
>>> up an old WAMP version (php pre 5.3) but got conflict issues between the
>>> versions..so cant definitely show that its a php version issue.
>>>
>>> Anywayanyone understand the changes made in php in the last
>>> upgrades...from about 5.3...to know what changed with regards the escape
>>> sequences..it seems that the UploadPlugin is no longer totally
>>> compatable with recent php upgrades.
>>>
>>> Just noting that the escape character gets lost when the tiddler is
>>> uploaded by UploadPlugin, or UploadTiddlerPlug.but correcting the
>>> rror in a local copy and then ftp'ing the file to the server corrects the
>>> code. a rather cumbersome work-around to the problem!!!
>>>
>>> Thanks
>>>
>>> Skye
>>>
>>>
>>> Em quinta-feira, 20 de março de 2014 22h52min33s UTC-3, skye riquelme
>>> escreveu:
>>>
 Hi Mark.now that you mentioned it.this started happening about
 the time my server people upgraded my php version...and we had a strange
 problem of the upgrade not Taking..maybe they played with some settings
 then...Ill check it out.

 Skye





 Em quinta-feira, 20 de março de 2014 20h54min44s UTC-3, Mark S.
 escreveu:
>
> Is it possible that your ISP cranked up the security settings in order
> to prevent escape sequences from being uploaded?
> Mark
>
> On Wednesday, March 19, 2014 4:47:33 PM UTC-8, skye riquelme wrote:
>>
>> Hi All
>>
>> Hope someone can help with a strange problem that I am encounting.
>>
>> I make a lot of use of flat text files to store information, loading
>> this into a TW (via XMLHttpRequest()) ...in the processing of this data I
>> frequently look to line breaks in the txt file, using simple javascript
>> like text.split("\n"). and this worked fine for many months.
>>
>> Recently things started failing, and when I checked the code had
>> changed to .split("n")...I corrected the code.everything works
>> fine...untill I reload the page and again the "\" is missing - note that
>> the correction was saved back tot he TW using UploadPlugin and
>> UploadTiddlerPlugin.
>>
>> Why does the "\" character keep disappearing?
>>
>> I have downloaded the file, corrected it with Note+++ and uplaoded
>> again.it all works well, until I open that tiddler in edit, and then
>> restore (done)the "\" gets dropped again!!!
>>
>> To make things worse... recently a functioning TW started failing and
>> on opening saying that some plugins failed... for example on checking a
>> recent case. Erics InlineJavascriptPlugin...reported as having
>> failed...when I checked it.. the line (early in the code)
>> match: "\\> ...was reading in my TW
>> match: "\> disappeared I put the extra \ back into the code, saved via
>> UploadPluginand on reopening the TW the plugin failed because the
>> second "\" is again missing.
>>
>> So, what up with the character "\". why is it being deleted when
>> I save the TW?
>>
>> Thanks in Advance
>> Skye
>>
>  --
>>> You received this message because you are subscribed to the Google
>

Re: [tw] Re: TWC - TW not saving "\"

2014-04-27 Thread skye riquelme
Hi All

Still no joy on this question. I have checked that I am using the latest 
version (1.61) of store.php e storeTiddler.php. 

But the issue continues. For example recently imported Erics 
"ImageSizePlugin" and also "StorySaverPlugin"...after copying into an 
on-line TW and saving with storeTiddler.phpon re-opening the TW I get 
the message that the ImageSize plugin failed..on checking some of the 
escape characters "\" are missing. StorySaver not so dramatic..on 
re-opening the TW it seems to be working finebut when I use the 
saveSTory macro...I get a tiddler with a continuous list of tiddlers (on 
the same line) with an "n" between the tiddlersthe plugin should insert 
a "\n" so that each tiddler is on a separate line! 
Very Frustrating.

To get around the problemI can download the TW from my server, insert 
the required plugin into the local TW, save it, then upload via FTP...in 
that case the code is copied true and everything works.

untill a tiddler containing he escape character is again opened and then 
saved via storeTiddler.phpnow the plugin (or tiddler containing 
javascript that uses "\n") fails and I go through the download to 
local, correct, save and FTP again.

Super Frustrating!

Any leads? To see thismaybe someone could open my TW 
(www.unigaia-brasil.org/Cursos/Temas/arramuTemas.html). on opening it 
should work fine.then open ImageSIzePlugin..save it, then 
re-openyou´ll see that ImageSize now fails (error - SyntaxError: 
unmatched ) in regular expression)

Thanks
Skye

Em quarta-feira, 26 de março de 2014 16h40min36s UTC-3, Jeremy Ruston 
escreveu:
>
> Hi Skye
>
> Just in case you need it, there is an official repository for BidiX's code 
> here on Google Code:
>
>
> https://code.google.com/p/bidix/source/browse/trunk/TiddlyHome/_th/lib/store.php
>
> Best wishes
>
> Jeremy.
>
>
>
> On Wed, Mar 26, 2014 at 7:34 PM, skye riquelme 
> 
> > wrote:
>
>> Hi Danielyeah, seems the BidiX site has been down for a while, not 
>> sure what is happening!
>>
>> Anyway, I often use the UploadTiddlerPlugin, and less frequently 
>> UploadPlugin (both BiDiX)...and seems both have the same issue, so -
>>
>> store.php is here - 
>> http://www.unigaia-brasil.org/cloud/index.php/apps/files/download/TW/store.php
>> storeTiddler.php - 
>> http://www.unigaia-brasil.org/cloud/index.php/apps/files/download/TW/storeTiddler.php
>>
>> you should be able to download them without login issues...I think
>>
>> Thanks
>> Skye
>>
>> Em segunda-feira, 24 de março de 2014 21h44min52s UTC-3, Daniel Baird 
>> escreveu:
>>>
>>>  Lazy of me, I know, but could you post your store.php code here? 
>>>  BidiX's site is down and I can't easily retrieve it from the office I'm 
>>> at..
>>>
>>>
>>>  On 25 March 2014 10:10, skye riquelme  wrote:
>>>
  Hi again...still no joy in resolving this problem. 

 However I dont think its an issue with my server. I copied a working TW 
 from my server into a local server (XAMP)...and the same thing happens. I 
 also created a second local server (WAMPP)...and the problem continues.

 As mentioned , everything was working untill I upgraded the php version 
 on my server from 5.2.3 ...its now 5.4.3.  The WAMPP is php 5.4.1 and 
 XAMPP 
 is php 5.5.9.  SO, it seems its a question of the newer versions of php 
 handling the escape characters in a slightly different way. I tried to set 
 up an old WAMP version (php pre 5.3) but got conflict issues between the 
 versions..so cant definitely show that its a php version issue.

 Anywayanyone understand the changes made in php in the last 
 upgrades...from about 5.3...to know what changed with regards the escape 
 sequences..it seems that the UploadPlugin is no longer totally 
 compatable with recent php upgrades.

 Just noting that the escape character gets lost when the tiddler is 
 uploaded by UploadPlugin, or UploadTiddlerPlug.but correcting the 
 rror in a local copy and then ftp'ing the file to the server corrects the 
 code. a rather cumbersome work-around to the problem!!!

 Thanks

 Skye


 Em quinta-feira, 20 de março de 2014 22h52min33s UTC-3, skye riquelme 
 escreveu:

> Hi Mark.now that you mentioned it.this started happening about 
> the time my server people upgraded my php version...and we had a strange 
> problem of the upgrade not Taking..maybe they played with some 
> settings 
> then...Ill check it out.
>
> Skye
>
>
>
>
>
> Em quinta-feira, 20 de março de 2014 20h54min44s UTC-3, Mark S. 
> escreveu:
>>
>> Is it possible that your ISP cranked up the security settings in 
>> order to prevent escape sequences from being uploaded?
>> Mark
>>
>> On Wednesday, March 19, 2014 4:47:33 PM UTC-8, skye riquelme wrote:
>>>
>>>