SID-01936: /usr/bin/ci error when trying to save create edit a document
| Status: |
Answered |
TWiki version: |
6.0.0 |
Perl version: |
5 ver18 subversion 2 |
| Category: |
CategoryAccessControl |
Server OS: |
Ubunto 14.04 |
Last update: |
11 years ago |
I get this error when I try to save a new topic or edit or create topics using SANDBOX , please help
During save of
TestTopic008 an error was found by the version control system. Please notify your TWiki administrator.
/usr/bin/ci -m%COMMENT|U% -t-none -w%USERNAME|S% -u %FILENAME|F% of .../Sandbox/TestTopic008.txt failed: 1
Appreciate your Help
--
Yasser Amir - 2014-06-19
Discussion and Answer
Please note that I went through most of the topics here that seems similar to my issue and nothing fixed the issue
Kindly advise and thanks in advance
--
Yasser Amir - 2014-06-19
Likely a permission issue. Make sure all files and directories below your twiki root are owned by the webserver user (
www-data on Ubuntu?)
--
Peter Thoeny - 2014-06-19
Hello Peter , Thanks for the feedback
All my files and directories are owned by www-data user the default apache user , this is the first thing I checked for and confirmed
Please let me know if you require any additional info
Your Help is much appreciated
--
Yasser Amir - 2014-06-19
Hello Peter , Thanks for the feedback
All my files and directories are owned by www-data user the default apache user , this is the first thing I checked for and confirmed
Please let me know if you require any additional info
Your Help is much appreciated
--
Yasser Amir - 2014-06-19
We got a report and fix:
TWikibug:Item7517
configure breaks {RCS}{filePermission} under Perl v5.18.2. This is caused by a Perl bug. The fix works around the bug.
Please apply the patch, then run configure and set
{RCS}{dirPermission} to
0755, and
{RCS}{filePermission} to
0644.
--
Peter Thoeny - 2014-06-19
what a relief , Peter , I will try this and let you know my result
Thanks alot
--
Yasser Amir - 2014-06-20
Hi Peter
Could you please guide me on how to run the patch , I am unable to figure it out
Awaiting your feedback and thanks in advance
--
Yasser Amir - 2014-06-22
Hi Peter
Please any feedback ?
--
Yasser Amir - 2014-06-23
See
HowToApplyPatch.
For a small patch like this you could also apply the changes manually. Remove the lines starting with a minus, and add lines starting with a plus.
Alternatively download the latest files that need patching from the TWiki-6.0 repository,
http://svn.twiki.org/svn/twiki/branches/TWikiRelease06x00/core/
--
Peter Thoeny - 2014-06-23
Hello Peter
Thanks a lot for the help , it worked and now my TWiki is fully functional
--
Yasser Amir - 2014-07-02
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.