Getting started with hosted TW (store.php)

75 views
Skip to first unread message

mitzt...@gmail.com

unread,
Jan 25, 2019, 11:41:52 AM1/25/19
to tiddl...@googlegroups.com
I am trying to get the upload plugin working.

I get this error:

test_tw5.png



I used the one from TiddlyHomePackage_0.1.3.
I tried 744 and 755 permissions on the script.

Any tips are greatly appreciated.


Xavier Cazin

unread,
Jan 25, 2019, 12:06:27 PM1/25/19
to tiddl...@googlegroups.com
Hi mitztastic,

The "Server URL" parametrer is where TW expects to find store.php. Note that it can be relative to where the wiki actually resides (like ./store.php if in the same directory).

So, per your config, http://mitztastic.nfshost.com/test/ should serve store.php, which doesn't seem to be the case.

Best,
-- Xavier Cazin


--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/4fe3b47e-4dd9-4f91-b81e-95b153570ee3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Mark S.

unread,
Jan 25, 2019, 12:37:13 PM1/25/19
to TiddlyWiki
Have you tried it without the https ??

Good luck
-- Mark

Jen P

unread,
Jan 25, 2019, 12:49:45 PM1/25/19
to TiddlyWiki
I got that error too once!  It was on Chrome, no https involved.  After changing absolutely nothing, it just went away and stopped showing up.  Go figure


On Friday, January 25, 2019 at 8:41:52 AM UTC-8, mitzt...@gmail.com wrote:

mitzt...@gmail.com

unread,
Jan 25, 2019, 12:52:25 PM1/25/19
to TiddlyWiki

Changed the server url to "./store.php" and backups to "."

Then I am greeted with this error.




php245.png


Here is the contents from store.php
243 // var definitions
244 $uploadDirError = false;
245 $backupError = false;
246 $optionStr = $_POST['UploadPlugin'];
247 $optionArr=explode(';',$optionStr);
248 $options = array();
249 $backupFilename = '';

Not sure where to go from here. . .
Message has been deleted

Jen P

unread,
Jan 25, 2019, 12:59:08 PM1/25/19
to tiddl...@googlegroups.com
Hm, I wonder where it's getting the call to split if you've already replaced it with explode in store.php... could it be that maybe you have 2 copies of store.php, one with explode and one with split, and it's pointing to the wrong one?

mitzt...@gmail.com

unread,
Jan 25, 2019, 1:17:38 PM1/25/19
to tiddl...@googlegroups.com
Indeed I forgot to replace that function! Thanks Jen!
Thanks for tips everyone! Solved it alot faster then I expected!
everything seems to be working now! 

ᶘ ᵒᴥᵒᶅ

Reply all
Reply to author
Forward
0 new messages