MyBB Community Forums

Full Version: Can't get to install screen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.
I'm trying to install MyBB on a linux server with apache, and when I go to IP/install, I get a weird message. The files aren't in the root of the device they're in /var/www/html.

The error message is at http://185.136.233.143/install/

Could you tell me what I'm doing wrong?

Regards,
Hayden
Can you create a file called test.php with the following and see if that works:

<?php 
    phpinfo();
?>

The page should display information about your PHP, but not in plain text like your page is showing now.
Sorry, I've fixed this issue. Now I've just got a few permission errors.