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.php....on 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 fine....but 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 tiddlers....the plugin should insert 
a "\n" so that each tiddler is on a separate line! 
Very Frustrating.

To get around the problem....I 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.php........now 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 this....maybe 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-open....you´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 
> <[email protected]<javascript:>
> > wrote:
>
>> Hi Daniel....yeah, 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 <[email protected]> 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.
>>>>
>>>> Anyway....anyone 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: "\\<script",
>>>>>>> ...was reading in my TW 
>>>>>>>     match: "\<script",................... note that again a "\" has 
>>>>>>> disappeared!!!! I put the extra \ back into the code, saved via 
>>>>>>> UploadPlugin....and 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 [email protected].
>>>> To post to this group, send email to [email protected].
>>>>
>>>> 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 [email protected] <javascript:>.
>> To post to this group, send email to [email protected]<javascript:>
>> .
>> Visit this group at http://groups.google.com/group/tiddlywiki.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Jeremy Ruston
> mailto:[email protected] <javascript:>
>  

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to