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?
On Friday, January 25, 2019 at 9:52:25 AM UTC-8, [email protected] wrote: > > Changed the server url to "./store.php" and backups to "." > > Then I am greeted with this error. > > > > > [image: 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. . . > > > > On Friday, January 25, 2019 at 12:06:27 PM UTC-5, Xavier wrote: > >> 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 >> >> >> On Fri, Jan 25, 2019 at 5:41 PM <[email protected]> wrote: >> >>> I am trying to get the upload plugin working. >>> >>> I get this error: >>> >>> [image: 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. >>> >>> >>> -- >>> 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 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 >>> >>> <https://groups.google.com/d/msgid/tiddlywiki/4fe3b47e-4dd9-4f91-b81e-95b153570ee3%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/7bfed642-bed9-4954-b330-f477992ec28d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

