A little help for Saving on a PHP Server

532 views
Skip to first unread message

vin1...@gmail.com

unread,
Apr 25, 2014, 4:34:42 PM4/25/14
to tiddl...@googlegroups.com
As explained, I've upload on my host provider (Dreamhost) mysite.org (tiddly folder)  the Tiddlywiki (renamed in index.html) and the store.php (ready with UserName1 & Password1)

On Firefox (with extension) I've acces to in Tiddlywiki : mysite.org/tiddly

In Control panel/saving tab, I've put 

Wiki Name  : UserName1

Password Password1

Backups: It automatically put : http://UserName1.tiddlyspot.com/backup/

Server URL http://www.mysite.org/tiddly (the folder wher I've put index.html (Tiddlywiki) and store.php

Upload Filename index.html

Upload Directory .

Backup Directory .

I've always a saving problem 

Any idea ?


Jeremy Ruston

unread,
Apr 26, 2014, 3:29:18 AM4/26/14
to TiddlyWiki
Hi Vin

I've always a saving problem 

Can you describe what happens when you try to save changes?

Best wishes

Jeremy.


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



--
Jeremy Ruston
mailto:jeremy...@gmail.com

Måns

unread,
Apr 26, 2014, 1:28:51 PM4/26/14
to tiddl...@googlegroups.com
Hi Vin

In Server Url you'll need to write: http://www.mysite.org/tiddly/store.php

Cheers Måns Mårtensson

vin1...@gmail.com

unread,
Apr 27, 2014, 2:51:52 AM4/27/14
to tiddl...@googlegroups.com
Thanks for the help

Even if I put  http://www.mysite.org/tiddly/store.php as said by  Måns I've the same saving problem :


Error while saving:



<!DOCTYPE html>
<html>
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
 
 <meta name="ROBOTS" content="NOARCHIVE">
 
 <link rel="icon" type="image/vnd.microsoft.icon" href="https://ssl.gstatic.com/codesite/ph/images/phosting.ico">
 
 
 <script type="text/javascript">
 
 
 
 var codesite_token = "3qtH8R4c2ztrgTGyRbzjfxkH5sA:1398435134605";
 
 
 var CS_env = {"assetHostPath": "https://ssl.gstatic.com/codesite/ph", "loggedInUserEmail": "myadre...@gmail.com", "profileUrl": "/u/111401154765417475793/", "assetVersionPath": "https://ssl.gstatic.com/codesite/ph/4964405422594852395", "projectHomeUrl": "/p/bidix", "relativeBaseUrl": "", "token": "3qtH8R4c2ztrgTGyRbzjfxkH5sA:1398435134605", "projectName": "bidix", "domainName": null};
 var _gaq = _gaq || [];
 _gaq.push(
 ['siteTracker._setAccount', 'UA-18071-1'],
 ['siteTracker._trackPageview']);
 
 (function() {
 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
 })();
 
 </script>
 
 
 <title>store.php -
 bidix -
 
 
 Repository for BidiX&#39;s projects related to TiddlyWiki - Google Project Hosting
 </title>
 <link type="text/css" rel="stylesheet" href="https://ssl.gstatic.com/codesite/ph/4964405422594852395/css/core.css">
 
 <link type="text/css" rel="stylesheet" href="https://ssl.gstatic.com/codesite/ph/4964405422594852395/css/ph_detail.css" >
 
 
 <link type="text/css" rel="stylesheet" href="https://ssl.gstatic.com/codesite/ph/4964405422594852395/css/d_sb.css" >
 
 
 
<!--[if IE]>
 <link type="text/css" rel="stylesheet" href="https://ssl.gstatic.com/codesite/ph/4964405422594852395/css/d_ie.css" >
<![endif]-->
 <style type="text/css">
 .menuIcon.off { background: no-repeat url(https://ssl.gstatic.com/codesite/ph/images/dropdown_sprite.gif) 0 -42px }
 .menuIcon.on { background: no-repeat url(https://ssl.gstatic.com/codesite/ph/images/dropdown_sprite.gif) 0 -28px }
 .menuIcon.down { background: no-repeat url(https://ssl.gstatic.com/codesite/ph/images/dropdown_sprite.gif) 0 0; }
 
 
 
  tr.inline_comment {
 background: #fff;
 vertical-align: top;
 }
 div.draft, div.published {
 padding: .3em;
 border: 1px solid #999;
 margin-bottom: .1em;
 font-family: arial, sans-serif;
 max-width: 60em;
 }
 div.draft {
 background: #ffa;
 }
 div.published {
 background: #e5ecf9;
 }
 div.published .body, div.draft .body {
 padding: .5em .1em .1em .1em;
 max-width: 60em;
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -pre-wrap;
 white-space: -o-pre-wrap;
 word-wrap: break-word;
 font-size: 1em;
 }
 div.draft .actions {
 margin-left: 1em;
 font-size: 90%;
 }
 div.draft form {
 padding: .5em .5em .5em 0;
 }
 div.draft textarea, div.published textarea {
 width: 95%;
 height: 10em;
 font-family: arial, sans-serif;
 margin-bottom: .5em;
 }

 
 .nocursor, .nocursor td, .cursor_hidden, .cursor_hidden td {
 background-color: white;
 height: 2px;
 }
 .cursor, .cursor td {
 background-color: darkblue;
 height: 2px;
 display: '';
 }
 
 
.list {
 border: 1px solid white;
 border-bottom: 0;
}

 
 </style>
</head>
<body class="t4">
<script type="text/javascript">
 window.___gcfg = {lang: 'en'};
 (function()
 {var po = document.createElement("script");
 po.type = "text/javascript"; po.async = true;po.src = "https://apis.google.com/js/plusone.js";
 var s = document.getElementsByTagName("script")[0];
 s.parentNode.insertBefore(po, s);
 })();
</script>
<div class="headbg">

 <div id="gaia">
 

 <span>
 
 
 
 <a href="#" id="multilogin-dropdown" onclick="return false;"
 ><u><b>myadre...@gmail.com</b></u> <small>&#9660;</small></a>
 
 
 | <a href="/u/111401154765417475793/" id="projects-dropdown" onclick="return false;"
 ><u>My favorites</u> <small>&#9660;</small></a>
 | <a href="/u/111401154765417475793/" onclick="_CS_click('/gb/ph/profile');"
 title="Profile, Updates, and Settings"
 ><u>Profile</u></a>
 | <a href="https://www.google.com/accounts/Logout?continue=https%3A%2F%2Fcode.google.com%2Fp%2Fbidix%2Fsource%2Fbrowse%2Ftrunk%2FTiddlyHome%2F_th%2Flib%2Fstore.php"
 onclick="_CS_click('/gb/ph/signout');"
 ><u>Sign out</u></a>
 
 </span>

 </div>

 <div class="gbh" style="left: 0pt;"></div>
 <div class="gbh" style="right: 0pt;"></div>
 
 
 <div style="height: 1px"></div>
<!--[if lte IE 7]>
<div style="text-align:center;">
Your version of Internet Explorer is not supported. Try a browser that
contributes to open source, such as <a href="http://www.firefox.com">Firefox</a>,
<a href="http://www.google.com/chrome">Google Chrome</a>, or
<a href="http://code.google.com/chrome/chromeframe/">Google Chrome Frame</a>.
</div>
<![endif]-->



 <table style="padding:0px; margin: 0px 0px 10px 0px; width:100%" cellpadding="0" cellspacing="0"
 itemscope itemtype="http://schema.org/CreativeWork">
 <tr style="height: 58px;">
 
 
 
 <td id="plogo">
 <link itemprop="url" href="/p/bidix">
 <a href="/p/bidix/">
 
 <img src="https://ssl.gstatic.com/codesite/ph/images/defaultlogo.png" alt="Logo" itemprop="image">
 
 </a>
 </td>
 
 <td style="padding-left: 0.5em">
 
 <div id="pname">
 <a href="/p/bidix/"><span itemprop="name">bidix</span></a>
 </div>
 
 <div id="psum">
 <a id="project_summary_link"
 href="/p/bidix/"><span itemprop="description">Repository for BidiX&#39;s projects related to TiddlyWiki</span></a>
 
 </div>
 
 
 </td>
 <td style="white-space:nowrap;text-align:right; vertical-align:bottom;">
 
 <form action="/hosting/search">
 <input size="30" name="q" value="" type="text">
 
 <input type="submit" name="projectsearch" value="Search projects" >
 </form>
 
 </tr>
 </table>

</div>

 
<div id="mt" class="gtb">
 <a href="/p/bidix/" class="tab ">Project&nbsp;Home</a>
 
 
 
 
 <a href="/p/bidix/downloads/list" class="tab ">Downloads</a>
 
 
 
 
 
 
 
 <a href="/p/bidix/issues/list"
 class="tab ">Issues</a>
 
 
 
 
 
 <a href="/p/bidix/source/checkout"
 class="tab active">Source</a>
 
 
 
 
 
 
 
 
 <div class=gtbc></div>
</div>
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0" class="st">
 <tr>
 
 
 
 
 
 
 <td class="subt">
 <div class="st2">
 <div class="isf">
 
 


 <span class="inst1"><a href="/p/bidix/source/checkout">Checkout</a></span> &nbsp;
 <span class="inst2"><a href="/p/bidix/source/browse/">Browse</a></span> &nbsp;
 <span class="inst3"><a href="/p/bidix/source/list">Changes</a></span> &nbsp;
 
 
 
 
 
 
 
 </form>
 <script type="text/javascript">
 
 function codesearchQuery(form) {
 var query = document.getElementById('q').value;
 if (query) { form.action += '%20' + query; }
 }
 </script>
 </div>
</div>

 </td>
 
 
 
 <td align="right" valign="top" class="bevel-right"></td>
 </tr>
</table>


<script type="text/javascript">
 var cancelBubble = false;
 function _go(url) { document.location = url; }
</script>
<div id="maincol"
 
>

 




<div class="expand">
<div id="colcontrol">
<style type="text/css">
 #file_flipper { white-space: nowrap; padding-right: 2em; }
 #file_flipper.hidden { display: none; }
 #file_flipper .pagelink { color: #0000CC; text-decoration: underline; }
 #file_flipper #visiblefiles { padding-left: 0.5em; padding-right: 0.5em; }
</style>
<table id="nav_and_rev" class="list"
 cellpadding="0" cellspacing="0" width="100%">
 <tr>
 
 <td nowrap="nowrap" class="src_crumbs src_nav" width="33%">
 <strong class="src_nav">Source path:&nbsp;</strong>
 <span id="crumb_root">
 
 <a href="/p/bidix/source/browse/">svn</a>/&nbsp;</span>
 <span id="crumb_links" class="ifClosed"><a href="/p/bidix/source/browse/trunk/">trunk</a><span class="sp">/&nbsp;</span><a href="/p/bidix/source/browse/trunk/TiddlyHome/">TiddlyHome</a><span class="sp">/&nbsp;</span><a href="/p/bidix/source/browse/trunk/TiddlyHome/_th/">_th</a><span class="sp">/&nbsp;</span><a href="/p/bidix/source/browse/trunk/TiddlyHome/_th/lib/">lib</a><span class="sp">/&nbsp;</span>store.php</span>
 
 


 </td>
 
 
 <td nowrap="nowrap" width="33%" align="center">
 <a href="/p/bidix/source/browse/trunk/TiddlyHome/_th/lib/store.php?edit=1"
 ><img src="https://ssl.gstatic.com/codesite/ph/images/pencil-y14.png"
 class="edit_icon">Edit file</a>
 </td>
 
 
 <td nowrap="nowrap" width="33%" align="right">
 <table cellpadding="0" cellspacing="0" style="font-size: 100%"><tr>
 
 
 <td class="flipper"><b>r172</b></td>
 
 </tr></table>
 </td>
 </tr>
</table>

<div class="fc">
 
 
 
<style type="text/css">
.undermouse span {
 background-image: url(https://ssl.gstatic.com/codesite/ph/images/comments.gif); }
</style>
<table class="opened" id="review_comment_area"
><tr>
<td id="nums">
<pre><table width="100%"><tr class="nocursor"><td></td></tr></table></pre>
<pre><table width="100%" id="nums_table_0"><tr id="gr_svn172_1"

><td id="1"><a href="#1">1</a></td></tr
><tr id="gr_svn172_2"

><td id="2"><a href="#2">2</a></td></tr
><tr id="gr_svn172_3"

><td id="3"><a href="#3">3</a></td></tr
><tr id="gr_svn172_4"

><td id="4"><a href="#4">4</a></td></tr
><tr id="gr_svn172_5"

><td id="5"><a href="#5">5</a></td></tr
><tr id="gr_svn172_6"

><td id="6"><a href="#6">6</a></td></tr
><tr id="gr_svn172_7"

><td id="7"><a href="#7">7</a></td></tr
><tr id="gr_svn172_8"

><td id="8"><a href="#8">8</a></td></tr
><tr id="gr_svn172_9"

><td id="9"><a href="#9">9</a></td></tr
><tr id="gr_svn172_10"

><td id="10"><a href="#10">10</a></td></tr
><tr id="gr_svn172_11"

><td id="11"><a href="#11">11</a></td></tr
><tr id="gr_svn172_12"

><td id="12"><a href="#12">12</a></td></tr
><tr id="gr_svn172_13"

><td id="13"><a href="#13">13</a></td></tr
><tr id="gr_svn172_14"

><td id="14"><a href="#14">14</a></td></tr
><tr id="gr_svn172_15"

><td id="15"><a href="#15">15</a></td></tr
><tr id="gr_svn172_16"

><td id="16"><a href="#16">16</a></td></tr
><tr id="gr_svn172_17"

><td id="Error while saving:





<!DOCTYPE html>
<html>
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
 
 <meta name="ROBOTS" content="NOARCHIVE">
 
 <link rel="icon" type="image/vnd.microsoft.icon" href="https://ssl.gstatic.com/codesite/ph/images/phosting.ico">
 
 
 <script type="text/javascript">
 
 
 
 
 var codesite_token = "3qtH8R4c2ztrgTGyRbzjfxkH5sA:1398435134605";
 
 
 var CS_env = {"assetHostPath": "https://ssl.gstatic.com/codesite/ph", "loggedInUserEmail": "myadre...@gmail.com", "profileUrl": "/u/111401154765417475793/", "assetVersionPath": "https://ssl.gstatic.com/codesite/ph/4964405422594852395", "projectHomeUrl": "/p/bidix", "relativeBaseUrl": "", "token": "3qtH8R4c2ztrgTGyRbzjfxkH5sA:1398435134605", "projectName": "bidix", "domainName": null};
 var _gaq = _gaq || [];
 _gaq.push(
 ['siteTracker._setAccount', 'UA-18071-1'],
 ['siteTracker._trackPageview']);
 
 (function() {
 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
 })();
 
 </script>
 
 
 <title>store.php -
 bidix -
 
 
 Repository for BidiX&#39;s projects related to TiddlyWiki - Google Project Hosting
 </title>
 <link type="text/css" rel="stylesheet" href="https://ssl.gstatic.com/codesite/ph/4964405422594852395/css/core.css">
 
 <link type="text/css" rel="stylesheet" href="https://ssl.gstatic.com/codesite/ph/4964405422594852395/css/ph_detail.css" >
 
 
 <link type="text/css" rel="stylesheet" href="https://ssl.gstatic.com/codesite/ph/4964405422594852395/css/d_sb.css" >
 
 
 
<!--[if IE]>
 <link type="text/css" rel="stylesheet" href="https://ssl.gstatic.com/codesite/ph/4964405422594852395/css/d_ie.css" >
<![endif]-->
 <style type="text/css">
 .menuIcon.off { background: no-repeat url(https://ssl.gstatic.com/codesite/ph/images/dropdown_sprite.gif) 0 -42px }
 .menuIcon.on { background: no-repeat url(https://ssl.gstatic.com/codesite/ph/images/dropdown_sprite.gif) 0 -28px }
 .menuIcon.down { background: no-repeat url(https://ssl.gstatic.com/codesite/ph/images/dropdown_sprite.gif) 0 0; }
 
 
 
  tr.inline_comment {
 background: #fff;
 vertical-align: top;
 }
 div.draft, div.published {
 padding: .3em;
 border: 1px solid #999;
 margin-bottom: .1em;
 font-family: arial, sans-serif;
 max-width: 60em;
 }
 div.draft {
 background: #ffa;
 }
 div.published {
 background: #e5ecf9;
 }
 div.published .body, div.draft .body {
 padding: .5em .1em .1em .1em;
 max-width: 60em;
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -pre-wrap;
 white-space: -o-pre-wrap;
 word-wrap: break-word;
 font-size: 1em;
 }
 div.draft .actions {
 margin-left: 1em;
 font-size: 90%;
 }
 div.draft form {
 padding: .5em .5em .5em 0;
 }
 div.draft textarea, div.published textarea {
 width: 95%;
 height: 10em;
 font-family: arial, sans-serif;
 margin-bottom: .5em;
 }

 
 .nocursor, .nocursor td, .cursor_hidden, .cursor_hidden td {
 background-color: white;
 height: 2px;
 }
 .cursor, .cursor td {
 background-color: darkblue;
 height: 2px;
 display: '';
 }
 
 
.list {
 border: 1px solid white;
 border-bottom: 0;
}

 
 </style>
</head>
<body class="t4">
<script type="text/javascript">
 window.___gcfg = {lang: 'en'};
 (function()
 {var po = document.createElement("script");
 po.type = "text/javascript"; po.async = true;po.src = "https://apis.google.com/js/plusone.js";
 var s = document.getElementsByTagName("script")[0];
 s.parentNode.insertBefore(po, s);
 })();
</script>
<div class="headbg">

 <div id="gaia">
 

 <span>
 
 
 
 <a href="#" id="multilogin-dropdown" onclick="return false;"
 ><u><b>myadre...@gmail.com</b></u> <small>&#9660;</small></a>
 
 
 | <a href="/u/111401154765417475793/" id="projects-dropdown" onclick="return false;"
 ><u>My favorites</u> <small>&#9660;</small></a>
 | <a href="/u/111401154765417475793/" onclick="_CS_click('/gb/ph/profile');"
 title="Profile, Updates, and Settings"
 ><u>Profile</u></a>
 | <a href="https://www.google.com/accounts/Logout?continue=https%3A%2F%2Fcode.google.com%2Fp%2Fbidix%2Fsource%2Fbrowse%2Ftrunk%2FTiddlyHome%2F_th%2Flib%2Fstore.php"
 onclick="_CS_click('/gb/ph/signout');"
 ><u>Sign out</u></a>
 
 </span>

 </div>

 <div class="gbh" style="left: 0pt;"></div>
 <div class="gbh" style="right: 0pt;"></div>
 
 
 <div style="height: 1px"></div>
<!--[if lte IE 7]>
<div style="text-align:center;">
Your version of Internet Explorer is not supported. Try a browser that
contributes to open source, such as <a href="http://www.firefox.com">Firefox</a>,
<a href="http://www.google.com/chrome">Google Chrome</a>, or
<a href="http://code.google.com/chrome/chromeframe/">Google Chrome Frame</a>.
</div>
<![endif]-->



 <table style="padding:0px; margin: 0px 0px 10px 0px; width:100%" cellpadding="0" cellspacing="0"
 itemscope itemtype="http://schema.org/CreativeWork">
 <tr style="height: 58px;">
 
 
 
 <td id="plogo">
 <link itemprop="url" href="/p/bidix">
 <a href="/p/bidix/">
 
 <img src="https://ssl.gstatic.com/codesite/ph/images/defaultlogo.png" alt="Logo" itemprop="image">
 
 </a>
 </td>
 
 <td style="padding-left: 0.5em">
 
 <div id="pname">
 <a href="/p/bidix/"><span itemprop="name">bidix</span></a>
 </div>
 
 <div id="psum">
 <a id="project_summary_link"
 href="/p/bidix/"><span itemprop="description">Repository for BidiX&#39;s projects related to TiddlyWiki</span></a>
 
 </div>
 
 
 </td>
 <td style="white-space:nowrap;text-align:right; vertical-align:bottom;">
 
 <form action="/hosting/search">
 <input size="30" name="q" value="" type="text">
 
 <input type="submit" name="projectsearch" value="Search projects" >
 </form>
 
 </tr>
 </table>

</div>

 
<div id="mt" class="gtb">
 <a href="/p/bidix/" class="tab ">Project&nbsp;Home</a>
 
 
 
 
 <a href="/p/bidix/downloads/list" class="tab ">Downloads</a>
 
 
 
 
 
 
 
 <a href="/p/bidix/issues/list"
 class="tab ">Issues</a>
 
 
 
 
 
 <a href="/p/bidix/source/checkout"
 class="tab active">Source</a>
 
 
 
 
 
 
 
 
 <div class=gtbc></div>
</div>
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0" class="st">
 <tr>
 
 
 
 
 
 
 <td class="subt">
 <div class="st2">
 <div class="isf">
 
 


 <span class="inst1"><a href="/p/bidix/source/checkout">Checkout</a></span> &nbsp;
 <span class="inst2"><a href="/p/bidix/source/browse/">Browse</a></span> &nbsp;
 <span class="inst3"><a href="/p/bidix/source/list">Changes</a></span> &nbsp;
 
 
 
 
 
 
 
 </form>
 <script type="text/javascript">
 
 function codesearchQuery(form) {
 var query = document.getElementById('q').value;
 if (query) { form.action += '%20' + query; }
 }
 </script>
 </div>
</div>

 </td>
 
 
 
 <td align="right" valign="top" class="bevel-right"></td>
 </tr>
</table>


<script type="text/javascript">
 var cancelBubble = false;
 function _go(url) { document.location = url; }
</script>
<div id="maincol"
 
>

 




<div class="expand">
<div id="colcontrol">
<style type="text/css">
 #file_flipper { white-space: nowrap; padding-right: 2em; }
 #file_flipper.hidden { display: none; }
 #file_flipper .pagelink { color: #0000CC; text-decoration: underline; }
 #file_flipper #visiblefiles { padding-left: 0.5em; padding-right: 0.5em; }
</style>
<table id="nav_and_rev" class="list"
 cellpadding="0" cellspacing="0" width="100%">
 <tr>
 
 <td nowrap="nowrap" class="src_crumbs src_nav" width="33%">
 <strong class="src_nav">Source path:&nbsp;</strong>
 <span id="crumb_root">
 
 <a href="/p/bidix/source/browse/">svn</a>/&nbsp;</span>
 <span id="crumb_links" class="ifClosed"><a href="/p/bidix/source/browse/trunk/">trunk</a><span class="sp">/&nbsp;</span><a href="/p/bidix/source/browse/trunk/TiddlyHome/">TiddlyHome</a><span class="sp">/&nbsp;</span><a href="/p/bidix/source/browse/trunk/TiddlyHome/_th/">_th</a><span class="sp">/&nbsp;</span><a href="/p/bidix/source/browse/trunk/TiddlyHome/_th/lib/">lib</a><span class="sp">/&nbsp;</span>store.php</span>
 
 


 </td>
 
 
 <td nowrap="nowrap" width="33%" align="center">
 <a href="/p/bidix/source/browse/trunk/TiddlyHome/_th/lib/store.php?edit=1"
 ><img src="https://ssl.gstatic.com/codesite/ph/images/pencil-y14.png"
 class="edit_icon">Edit file</a>
 </td>
 
 
 <td nowrap="nowrap" width="33%" align="right">
 <table cellpadding="0" cellspacing="0" style="font-size: 100%"><tr>
 
 
 <td class="flipper"><b>r172</b></td>
 
 </tr></table>
 </td>
 </tr>
</table>

<div class="fc">
 
 
 
<style type="text/css">
.undermouse span {
 background-image: url(https://ssl.gstatic.com/codesite/ph/images/comments.gif); }
</style>
<table class="opened" id="review_comment_area"
><tr>
<td id="nums">
<pre><table width="100%"><tr class="nocursor"><td></td></tr></table></pre>
<pre><table width="100%" id="nums_table_0"><tr id="gr_svn172_1"

><td id="1"><a href="#1">1</a></td></tr
><tr id="gr_svn172_2"

><td id="2"><a href="#2">2</a></td></tr
><tr id="gr_svn172_3"

><td id="3"><a href="#3">3</a></td></tr
><tr id="gr_svn172_4"

><td id="4"><a href="#4">4</a></td></tr
><tr id="gr_svn172_5"

><td id="5"><a href="#5">5</a></td></tr
><tr id="gr_svn172_6"

><td id="6"><a href="#6">6</a></td></tr
><tr id="gr_svn172_7"

><td id="7"><a href="#7">7</a></td></tr
><tr id="gr_svn172_8"

><td id="8"><a href="#8">8</a></td></tr
><tr id="gr_svn172_9"

><td id="9"><a href="#9">9</a></td></tr
><tr id="gr_svn172_10"

><td id="10"><a href="#10">10</a></td></tr
><tr id="gr_svn172_11"

><td id="11"><a href="#11">11</a></td></tr
><tr id="gr_svn172_12"

><td id="12"><a href="#12">12</a></td></tr
><tr id="gr_svn172_13"

><td id="13"><a href="#13">13</a></td></tr
><tr id="gr_svn172_14"

><td id="14"><a href="#14">14</a></td></tr
><tr id="gr_svn172_15"

><td id="15"><a href="#15">15</a></td></tr
><tr id="gr_svn172_16"

><td id="16"><a href="#16">16</a></td></tr
><tr id="gr_svn172_17"

><td id="


Måns

unread,
Apr 27, 2014, 2:40:35 PM4/27/14
to tiddl...@googlegroups.com
Hi

Have you tested if your changes were actually saved even if it says "Error while saving:" ?

When I save back via Bidix's store.php file - I get this:

"Error while saving:

0 - File successfully loaded in ./index.html
destfile:./index.html 
backupfile:./index.20140427.203546.html
mtime:1398623746"

And my changes are saved - despite of the errormessage. (Only tested with TW ver. 5.06)

Cheers Måns Mårtensson

vin1...@gmail.com

unread,
Apr 27, 2014, 2:56:12 PM4/27/14
to tiddl...@googlegroups.com
Unfortunately, nothing is saved (even the preferences)
I've the version 5.0.10-beta




Le dimanche 27 avril 2014 20:40:35 UTC+2, Måns a écrit :
Hi

Have you tested if your changes were actually saved even if it says "Error while saving:" ?

When I save back via Bidix's store.php file - I get this:

"Error while saving:

0 - File successfully loaded in ./index.html
destfile:./index.html 
backupfile:./index.20140427.203546.html
mtime:1398623746"

And my changes are saved - despite of the errormessage. (Only tested with TW ver. 5.06)

Cheers Måns Mårtensson



...

Måns

unread,
Apr 28, 2014, 5:28:31 AM4/28/14
to tiddl...@googlegroups.com
Hi Vin

I just tested it - a store.php file in a dir on my server host - and it worked as expected.


user: tester
pswd: tester

Try it out.

Maybe safe:mode is on at your hosting service - then it won't accept using php-files (as I understand it...)

Cheers Måns Mårtensson 

Måns

unread,
Apr 28, 2014, 6:07:15 AM4/28/14
to tiddl...@googlegroups.com

- or maybe it's a matter of setting the file permissions right?

Vincent

unread,
Apr 28, 2014, 6:16:31 AM4/28/14
to tiddl...@googlegroups.com
Thank you for your concern Mans !

When I trie to join your website, I can reach it but I've a
Internal JavaScript Error
Well, this is embarrassing. It is recommended that you restart TiddlyWiki by refreshing your browser
ReferenceError: Components is not defined
Even with the TiddlyFox extension for Firefox 1.0alpha18

Store.php and index.html has 644 permissions

I've oder tools on my host (Owncloud, TinyTiny, etc...) so it's probably not a problem of accepting php-files

I keep searching



--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/dOBmCvFVawU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.

Måns

unread,
Apr 28, 2014, 6:25:09 AM4/28/14
to tiddl...@googlegroups.com
Hi Vincent

Change the directory (+ subdirectories and files) permissions to 777
and see if it help..

Cheers Måns 

Vincent

unread,
Apr 28, 2014, 6:33:51 AM4/28/14
to tiddl...@googlegroups.com
Unfortunately it's not better
I keep trying

Måns

unread,
Apr 28, 2014, 7:59:44 AM4/28/14
to tiddl...@googlegroups.com
Hi Vincent

Is it the correct store.php file you are using? Bidix has a "fallback" document also called store.php which is what
is shown if someone tries to open the store.php file with usernames and passwords..

I've attached my store.php file to this message - in case you want to try it out.

These are hardcoded usernames and passwords, which you would change:(You can add as many users as you need..)

! User settings
Edit these lines according to your need
***/
//{{{
$AUTHENTICATE_USER = true; // true | false
$USERS = array(
'username1'=>'password1', 
'username2'=>'password2', 
'tester'=>'tester'); // set usernames and strong passwords

Cheers Måns Mårtensson
store.php

Vincent

unread,
Apr 28, 2014, 8:10:17 AM4/28/14
to tiddl...@googlegroups.com
Thanks Mans
Yes I'm already using version :1.6.1
A friend of mine, more competent is going to have a look later this week
I hope we're going to find where the problem is
Message has been deleted

RichShumaker

unread,
Jan 7, 2015, 3:42:43 PM1/7/15
to tiddl...@googlegroups.com
Did you ever get a solution to this?
I am having this exact problem and was researching another issue with reference links to images on the server and came across this.
I posted in the Dev site and was surprised when I came across this on the TW side, pleasantly until I got to the dead end.

Let me know as I wanted to use the BidiX PHP 1.6.1 store.php script on the Raspberry Pi and ran into an error when saving.
Here is the Dev Post I started.  I am going to have to jump to the Node.js deep end right away if I can't find a solution using this simple PHP script.
Which is a shame as it only takes 10 minutes for me to set up a simple Web Server on the Pi using BerryBoot Server with PHP.
Then I can upload the PHP Script with passwords and I could have people up and running in minutes using TW5 on a Raspberry Pi.

Thanks everyone for your help.

Rich Shumaker

RichShumaker

unread,
Jan 8, 2015, 4:40:44 PM1/8/15
to tiddl...@googlegroups.com
SOLUTION!!!
and as I have said on the GitHub thread I owe Tobias a keg of beer(if he drinks beer).
This is a permissions issue if you get the error I received.
I changed the permissions on my server folder to 777(probably overkill and not wise should only need a change to the store.php file).
Once I changed permissions it worked and boom goes the dynamite I am up and running.

Below is an image of my TW 5.1.7 configuration as the autofill confused me at first.

Thanks again Tobias.

Rich Shumaker

Ivan Aparicio

unread,
Sep 18, 2017, 9:36:52 AM9/18/17
to TiddlyWiki
I also found that changing permissions (of both the tiddlywiki and store.php files) to 777 fixed this issue

Lost Admin

unread,
Sep 18, 2017, 1:03:29 PM9/18/17
to TiddlyWiki


On Thursday, January 8, 2015 at 4:40:44 PM UTC-5, RichShumaker wrote:
...

I changed the permissions on my server folder to 777(probably overkill and not wise should only need a change to the store.php file).
Once I changed permissions it worked and boom goes the dynamite I am up and running.
...

And in a little while, boom goes the hacker as they take over your server.

The store.php file should be readable by the system user account that you web server runs under (typically www). In most cases it should not need to be executable (but might be needed if PHP is being picky). It should most definitely NOT be writable by the www user.

The directory that you put the tiddlywiki file in needs to be both readable and writable by the system user account that your web server run under. This allows store.php to actually write the file. It will also allow store.php (or any other process run under that user account) to write any file at all to that directory.

In theory, you could make only the specific tiddlywiki file (and the backup directory that store.php keeps old versions) writable but not the directory that the main file is actually stored in. I haven't tried this.

Antonio Mikulić

unread,
Sep 19, 2017, 2:57:48 PM9/19/17
to TiddlyWiki
Hi,

I also have some issues with autosaving on selfhosted TW.
I uploaded 2 files ( store.php and index.html) on the server. 
In saving my setup looks like:
Wikiname: Usernameisetinphpstore
Password: PasswordIsetinphpstore
ServerURL: wiki.hostname.xyz/store.php 

As I press Save, it says: Starting to save wiki
but nothing happens afterwards.

I set permissions 777 to folder and these 2 files ( I am aware of security concerns, this is just testing VPS), and put max_upload_size to 20MB in php.ini.
Do you have any other suggestion?

Mark S.

unread,
Sep 19, 2017, 3:37:08 PM9/19/17
to TiddlyWiki
I don't know if this helps or matters, but I ended up with this in the PHP.ini file:

upload_max_filesize = 8M
post_max_size
=10M
max_execution_time
=240

and this in the htaccess file (called .htaccess on some systems)

php_value upload_max_filesize 4M
php_value post_max_size
6M

I would definitely start my tests with a smaller file, in case size matters.

Good luck,
Mark
Reply all
Reply to author
Forward
0 new messages