I have installed a discourse instance on Digital Ocen, after having completed the setup when trying to start discourse a blank page opens with the following text:
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
That’s all wordpress code, not sure what that has to do with Discourse… are you trying to install it on the same server as a wordpress instance or something?
No this is clean server, and that was a standalone installation there.
Everything goes fine when installing without let’s encrypt SSL(disabled), but when it is enabled random error occurs as one I mentioned in the first post of this topic!