On the server, all in the same directory, and with all permissions set temporarily to 777 (including the directory itself):
I have edited the user list in store.php, and checked that the store.php page loads in the browser without errors.
$USERS = array(
'myuser'=>'mypass',
'UserName2'=>'Password2',
'UserName3'=>'Password3');
And set the following in the Control Pannel "Saving" tab:
myuser
mypass
http://myhostnoerrors/my_dir/store.php
.
.
When I click the save button (or try to create a new Tiddler), I see the badge "Starting to save wiki" in the upper right, but the save icon stays red, and the file is not updated on my server (even if I refresh).
The "Network" Web Developer Tool in Firefox shows that the POST request is going to the right location and with the right information, but returns a 403 Forbidden error.
What am I doing wrong? Has anyone been able to use store.php successfully with version 5.1.7?
Had similar problem on my raspberry pi with an archlinux on it. Solution was to enable apache "Overwrite
" setting and replace deprecated "split" by "preg_split
" implementation in store.php script.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With