Guest snowm Posted October 7, 2019 Posted October 7, 2019 I am making a wiki with Mediawiki and VisualEditor as the editor.However, my server wcats.tk on Tommy requires that Parsoid should be installed.Is there any way that Parsoid can be installed by Krydos?Thanks
Flaze Posted October 8, 2019 Posted October 8, 2019 This support request is being escalated to our root admin.
Krydos Posted October 8, 2019 Posted October 8, 2019 It looks like parsoid runs on node so you should be able to do this. What I recommend is installing it and getting it running on your home pc, and then uploading the directory structure to Tommy similar to the way this guide explains https://wiki.helionet.org/Installing_Ghost_CMS
Guest snowm Posted October 9, 2019 Posted October 9, 2019 It looks like parsoid runs on node so you should be able to do this. What I recommend is installing it and getting it running on your home pc, and then uploading the directory structure to Tommy similar to the way this guide explains https://wiki.helionet.org/Installing_Ghost_CMSThanks Krydos.I was able to get the git repo and put it in the parsoid folder in the home directory.Now, will you be able to restart apache to make sure it works?
Krydos Posted October 9, 2019 Posted October 9, 2019 Apache automatically restarts when you add a new application to the application manager.
Guest snowm Posted October 9, 2019 Posted October 9, 2019 Apache automatically restarts when you add a new application to the application manager.oh ok.Why is it saying error 500 when going on parsoid.wcats.tk/parsoid?
Krydos Posted October 9, 2019 Posted October 9, 2019 Request exceeded the limit of 10 internal redirects due to probable configuration error. It looks like your .htaccess is sending you in loops.
Guest snowm Posted October 11, 2019 Posted October 11, 2019 Request exceeded the limit of 10 internal redirects due to probable configuration error. It looks like your .htaccess is sending you in loops. I removed the 500 Internal Server ErrorDocument off the htaccess because of Tommy being back up.Try that now.
Guest snowm Posted October 11, 2019 Posted October 11, 2019 Request exceeded the limit of 10 internal redirects due to probable configuration error. It looks like your .htaccess is sending you in loops. I removed the 500 Internal Server ErrorDocument off the htaccess because of Tommy being back up.Try that now. but, it is receiving this message. Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator at webmaster@parsoid.wcats.tk to inform them of the time this error occurred, and the actions you performed just before this error.More information about this error may be available in the server error log.Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Krydos Posted October 11, 2019 Posted October 11, 2019 Removing the custom 500 page doesn't change the fact that your redirects are looping off into infinity. For instance, if you go to parsoid.wcats.tk it redirects you to parsoid.wcats.tk which in turn redirects you to parsoid.wcats.tk and if that wasn't enough it then redirects you to parsoid.wcats.tk until the server has enough of it and says, "No, you don't get to be in an inifinte loop. 10 redirects is the limit. You're getting a 500 error now."
Guest snowm Posted October 11, 2019 Posted October 11, 2019 Removing the custom 500 page doesn't change the fact that your redirects are looping off into infinity. For instance, if you go to parsoid.wcats.tk it redirects you to parsoid.wcats.tk which in turn redirects you to parsoid.wcats.tk and if that wasn't enough it then redirects you to parsoid.wcats.tk until the server has enough of it and says, "No, you don't get to be in an inifinte loop. 10 redirects is the limit. You're getting a 500 error now."Ok, so what do I do?
Recommended Posts