SID-01469: Problems saving pages
| Status: |
Answered |
TWiki version: |
5.1.1 |
Perl version: |
5.12.3 |
| Category: |
CategoryEditing |
Server OS: |
Mac OS X 10.7.4 |
Last update: |
13 years ago |
A number of users of my TWiki have reported getting the following error message when trying to save pages:
Safari can't open the page .... because the server unexpectedly dropped the connection. This sometimes occurs when the server is busy. Wait ....
I have determined that the error is not due to server load, but after a lot of debugging found that it is related to headings on the TWiki page. For example, the following page:
---+ Integration Coordination
1 2 3
---++ Operations Meetings
* next meeting: [[OperationsMeeting120518][May 18]]
* previous meeting: [[OperationsMeeting120511][May 11]]
* [[OperationsMeetingArchive][Operations Meeting archive]]
produces the error. When I try to edit this page with the WYSIWYG editor I get the following error:
There was a problem retrieving
http://teacher.pas.rochester.edu:8080/wiki/bin/rest/WysiwygPlugin/tml2html
: GENERAL 0
When I remove the second heading:
---+ Integration Coordination
1 2 3
Operations Meetings
* next meeting: [[OperationsMeeting120518][May 18]]
* previous meeting: [[OperationsMeeting120511][May 11]]
* [[OperationsMeetingArchive][Operations Meeting archive]]
the page saves fine and I can use the WYSIWYG editor to make further changes.
I tried to reproduce this in the sandbox on TWiki.org and created
http://twiki.org/cgi-bin/view/Sandbox/FrankWolfsTestTopic
I do not get any problems with editing this page, so it is clear that my setup is at fault. However, I have no clue where to look for a solution. For example, searches for the WYSIWYG error message do not help since the WYSIWYG editor works fine on most pages (and version number problems should generate this problem for all uses for the WYSIWYG editor).
Any ideas are welcome ..... very much needed.
Note: I have experienced this problem in with both version 10.6 and 10.7 of Mac OSX.
--
FrankLHWolfs - 2012-05-28
Discussion and Answer
That is a tough one to debug.
- Do you run TWiki under a Perl accelerator such as mod_perl? If so disable to see if that makes any difference.
- Try to disable all non-standard plugins to see if there is a plugin interference.
- Examine the Apache error logs.
- Network issue? To test try to access the TWiki server from a network close to the server, such as from the data center.
--
PeterThoeny - 2012-05-29
Here are some answers:
--
FrankLHWolfs - 2012-05-30
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
PeterThoeny - 2012-07-01
Although I have not solved this problem, I have found that I can resolve it if I replace the "---+ " tags with html tags "<h1> ..... </h1>", "---++ " by "<h2> .... </h2>", etc.. I am not sure if this points toward a particular source of the problem.
--
FrankLHWolfs - 2012-08-30
Thanks for the clarification.
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
PeterThoeny - 2012-10-24
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.