Topic on Extension talk:StructuredDiscussions

14.140.161.92 (talkcontribs)

Hi, I have recently installed Extension:Flow along with VisualEditor and Parsoid as per the istructions. When posting a topic it is giving Internal server Error.

The exact error is like

POST https://subdomain.domain.com/api.php 500 (Internal Server Error)

Thanks.

Ciencia Al Poder (talkcontribs)

You may have more details in the php error log or the subdomain.domain.com webserver error log.

14.140.161.92 (talkcontribs)

No error related to this is php error log

14.140.161.92 (talkcontribs)

This is showing in access error log:

14.140.161.92 - - [02/Aug/2017:10:05:18 +0000] "POST /api.php HTTP/1.1" 500 3143 "https://subdomain.domain.com/index.php/Requirement" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36"

14.140.161.92 (talkcontribs)

I have tried to change URL/URI but there is no impact in the error

MarcoAurelio (talkcontribs)
14.140.161.92 (talkcontribs)

Yes, I ran the update.php script.

Trizek (WMF) (talkcontribs)

The developers have been pinged, but they were still in bed. :) I hope you will have a reply soon.

Mattflaschen-WMF (talkcontribs)

There could be many things causing a 500. We need more information to track it down. You should be able to find the details in your log files, but since you can't (yet), you can do the below.

Add the following lines the the top of your LocalSettings.php file (immediately below <?php):

// TEMPORARY: REMOVE AFTER SITE WORKING
error_reporting( E_ALL );
ini_set( 'display_errors', 1 );
$wgShowExceptionDetails = true;
// END TEMPORARY

You must remove these lines after tracking down the issue, for security reasons.

14.140.161.92 (talkcontribs)

Thanks for the reply. resolve the error as curl was not installed. However now I am getting below error while adding topic.

3bc8bcc02a355c6fc82eff16] Exception Caught: Request to parsoid for "wikitext" to "html" conversion of content connected to title "Topic:Tvixiggu1wue7rze" failed: 401

Reply to "Extension:Flow"