ok, it seems that in its original form it will work well but when running 
plugins(some of it) it will say big nono. :( 

Den tisdag 4 april 2017 kl. 20:03:12 UTC+2 skrev sa-w w:
>
> I did successifully run the same setup and files in a local windows server 
> but theres a change in the response
> my apache access log.
> *my.ip.adress - - [04/Apr/2017:19:56:24 +0200] "POST /store.php HTTP/1.1" 
> 200 124 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 
> (KHTML, like Gecko) Chrome/42.0.0.9895 Safari/537.36"*
>
>
> Den tisdag 4 april 2017 kl. 19:32:23 UTC+2 skrev sa-w w:
>>
>> im not sure what you mean with matches the setup
>> *index.html ->configwheel->saving tab*
>> Wiki Name: username1
>> Password: password1
>> Server URL: http://19.website.com/store.php
>> Upload Filename: index.html
>> Upload Directory: store/
>> Backup Directory: backup/
>>
>> root@ml350:/home/one9# ls -lR public_html
>> public_html:
>> totalt 4360
>> drwxr-xr-x 2 one9 19      4096 apr  3 17:50 backup
>> -rwxrwxrwx 1 root root 4412481 apr  2 18:39 index.html
>> -rwxrwxrwx 1 root root     200 feb 17 14:07 ok.php
>> drwxrwxrwx 2 one9 19      4096 apr  3 19:57 store
>> -rw-r--r-- 1 root root   11452 apr  2 21:53 portcheck.php
>> -rwxrwxrwx 1 root root    9567 apr  2 20:54 ipcheck.php
>> -rw-r--r-- 1 root root   11209 apr  2 21:14 store.php
>>
>> public_html/backup:
>> totalt 0
>>
>> public_html/store:
>> totalt 0
>>
>>
>>
>>
>>
>> Den tisdag 4 april 2017 kl. 18:00:50 UTC+2 skrev Xavier:
>>>
>>> Hi
>>> ​ ​
>>> sa-w w
>>>
>>> Before checking the permissions, my first move would be to check whether 
>>> the config on your wiki actually matches the setup on your filesystem. 
>>> Could you show us a screenshot of the "Tiddlyspot​ Server" tab under the 
>>> Saving Tab in the Control Panel ? and then the result of "ls -lR" command 
>>> in the directory that contains store.php?
>>>
>>> Cheers,
>>> X.
>>>
>>> -- Xavier Cazin
>>>
>>> On Tue, Apr 4, 2017 at 5:49 PM, sa-w w <[email protected]> wrote:
>>>
>>>> Terminal tells me this: 
>>>>  stat -c "%a %n" index.html
>>>> *777 index.html*
>>>>  stat -c "%a %n" store.php
>>>> *777 store.php*
>>>> stat -c "%a %n" store
>>>> *777 store*
>>>> stat -c "%a %n" backup
>>>> *755 backup*
>>>>
>>>> not sure where i can look now, i started to wonder if the 
>>>> tiddlywiki-post to php is returned empty.
>>>>
>>>> suggestion? :) 
>>>>
>>>>
>>>> Den måndag 3 april 2017 kl. 22:30:39 UTC+2 skrev Xavier:
>>>>>
>>>>> Hi sa-w w,
>>>>>
>>>>> You are getting closer! Your log shows that the file was actually sent 
>>>>> (POSTed) 
>>>>> and received, but then there was no place to save it: the "upload dir" 
>>>>> that you passed was either not created or not writable on the server.
>>>>>
>>>>> Cheers,
>>>>> Xavier.
>>>>>
>>>>> Le 3 avr. 2017 18:44, "sa-w w" <[email protected]> a écrit :
>>>>>
>>>>>> explode() indeed fixed that issue, however, now i get popup telling 
>>>>>> me "Error :  - File NOT uploaded !"
>>>>>> on row 343 i can read:*  echo "Error : " . $_FILES['error']." - File 
>>>>>> NOT uploaded !\n";*
>>>>>>
>>>>>> and i can read
>>>>>> *my.ip.adress - - [03/Apr/2017:18:02:54 +0200] "POST /store.php 
>>>>>> HTTP/1.1" 200 302 "http://19.website.com/index.html 
>>>>>> <http://19.website.com/index.html>" "Mozilla/5.0 (Windows NT 10.0; 
>>>>>> WOW64) 
>>>>>> AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 
>>>>>> Safari/537.36"*
>>>>>>
>>>>>> seems that this php uploadfile is not working ok, someone have a more 
>>>>>> updated version?
>>>>>>
>>>>>> Den söndag 2 april 2017 kl. 21:26:39 UTC+2 skrev Xavier:
>>>>>>>
>>>>>>> Hi
>>>>>>> ​ ​
>>>>>>> sa-w w
>>>>>>> ​,
>>>>>>>
>>>>>>> I confirm that merely replacing split() with explode()​ is enough to 
>>>>>>> make store.php work with PHP7.
>>>>>>>
>>>>>>> Cheers,
>>>>>>> X.
>>>>>>>
>>>>>>> -- Xavier Cazin
>>>>>>>
>>>>>>> On Sun, Apr 2, 2017 at 8:53 PM, sa-w w <[email protected]> wrote:
>>>>>>>
>>>>>>>> Thanks Mark and Mat for reply. I followed the link
>>>>>>>> http://tiddlywiki.com/#Saving%20on%20a%20PHP%20Server
>>>>>>>> now my issue is like this
>>>>>>>> https://groups.google.com/forum/#!topic/tiddlywiki/c0e0QTY-Zrg
>>>>>>>> and i was looking in the Apache error log, 
>>>>>>>> *[Sun Apr 02 20:23:10.398331 2017] [fcgid:warn] [pid 6661] [client 
>>>>>>>> my.ip.adress:port] mod_fcgid: stderr: PHP Fatal error:  Uncaught 
>>>>>>>> Error: 
>>>>>>>> Call to undefined function split() in 
>>>>>>>> /home/one9/public_html/store.php:245, 
>>>>>>>> referer: http://19.website.com/index.html 
>>>>>>>> <http://19.website.com/index.html>*
>>>>>>>> *[Sun Apr 02 20:23:10.398393 2017] [fcgid:warn] [pid 6661] [client 
>>>>>>>> my.ip.adress:port] mod_fcgid: stderr: Stack trace:, referer: 
>>>>>>>> http://19.website.com/index.html <http://19.website.com/index.html>*
>>>>>>>> *[Sun Apr 02 20:23:10.398399 2017] [fcgid:warn] [pid 6661] [client 
>>>>>>>> my.ip.adress:port] mod_fcgid: stderr: #0 {main}, referer: 
>>>>>>>> http://19.website.com/index.html <http://19.website.com/index.html>*
>>>>>>>>
>>>>>>>> *[Sun Apr 02 20:23:10.398404 2017] [fcgid:warn] [pid 6661] [client 
>>>>>>>> my.ip.adress:port] mod_fcgid: stderr:   thrown in 
>>>>>>>> /home/one9/public_html/store.php on line 245, referer: 
>>>>>>>> http://19.website.com/index.html <http://19.website.com/index.html>*
>>>>>>>> And the apache access log tells me this....
>>>>>>>> *my.ip.adress - - [02/Apr/2017:20:23:07 +0200] "POST /store.php 
>>>>>>>> HTTP/1.1" 500 185 "http://19.website.com/index.html 
>>>>>>>> <http://19.website.com/index.html>" "Mozilla/5.0 (Windows NT 10.0; 
>>>>>>>> WOW64) 
>>>>>>>> AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 
>>>>>>>> Safari/537.36"*
>>>>>>>> *my.ip.adress - - [02/Apr/2017:20:23:15 +0200] "GET /store.php 
>>>>>>>> HTTP/1.1" 200 611 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) 
>>>>>>>> AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 
>>>>>>>> Safari/537.36"*
>>>>>>>>
>>>>>>>> it seems that *split()* is debricated in php7 and im thinking of 
>>>>>>>> replace with *explode()* but not sure if it will work. I have set 
>>>>>>>> chmod -R 777 * for folder store.php and index.html but it seems not to 
>>>>>>>> work.... suggestions? :/
>>>>>>>>
>>>>>>>> Den söndag 2 april 2017 kl. 15:49:00 UTC+2 skrev Mark S.:
>>>>>>>>>
>>>>>>>>> See:
>>>>>>>>>
>>>>>>>>> http://tiddlywiki.com/#Saving:Saving
>>>>>>>>>
>>>>>>>>> On Sunday, April 2, 2017 at 6:11:49 AM UTC-7, sa-w w wrote:
>>>>>>>>>>
>>>>>>>>>> first try of tiddlerwiki, its simple and ok, however, everytime i 
>>>>>>>>>> make a change in the file and want to save it, it makes a copy of 
>>>>>>>>>> the whole 
>>>>>>>>>> file and then i need to reload that to get the latest.
>>>>>>>>>>
>>>>>>>>>> how do i setup so it save changes in the same file?
>>>>>>>>>>
>>>>>>>>>> thanks for reply
>>>>>>>>>>
>>>>>>>>> -- 
>>>>>>>> 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/a52ace66-f8a6-4963-bde5-a0add000e43e%40googlegroups.com
>>>>>>>>  
>>>>>>>> <https://groups.google.com/d/msgid/tiddlywiki/a52ace66-f8a6-4963-bde5-a0add000e43e%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/b1d868ea-2831-470a-a232-b0de7f662b8a%40googlegroups.com
>>>>>>  
>>>>>> <https://groups.google.com/d/msgid/tiddlywiki/b1d868ea-2831-470a-a232-b0de7f662b8a%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/f4589c2d-f9d6-4eb1-bdf4-203e4a308399%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/tiddlywiki/f4589c2d-f9d6-4eb1-bdf4-203e4a308399%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/92e5a216-544b-4430-bda4-a44f759e0950%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to