Post not allowing full ‘max post length’

I cannot post topics with more than 4k characters, even with a maximum length of 99000 in the configuration. It simply does not post and does not display any message.
An error occurs in the pool and perspective as shown in the console.





1 Like

Looks like this forum is under a reverse proxy of some sorts. Can you try removing it and running a standard install?

It is badly configured, since it doesn’t even listen on the port 80, aka htttp://forum.wdgautomation.com doesn’t work.

4 Likes

I found out the problem! The Perspective plug-in causes the error. I disabled it and now it works.

It is badly configured, since it doesn’t even listen on the port 80, aka http://forum.wdgautomation.com doesn’t work.

➜  ~ curl -v forum.wdgautomation.com
*   Trying 191.233.243.73:80...
* TCP_NODELAY set
* connect to 191.233.243.73 port 80 failed: Connection refused
* Failed to connect to forum.wdgautomation.com port 80: Connection refused
* Closing connection 0
curl: (7) Failed to connect to forum.wdgautomation.com port 80: Connection refused

3 Likes

I’m reporting this to the infrastructure. Thank you!

1 Like