Hello! I am new to Drupal and more or less completely clueless. Any help will be much, much appreciated.
The company I work for was recently transferred a client's Drupal website (a first for me; mostly I work with Wordpress), both the database and the installation files. We installed the database, uploaded the install files into a folder on our server, and I modified the settings.php file so that it is seeing its database.
Everything else is looking dodgy, though. I snagged an unused domain on our account to point to the folder (I figured I'd leave the client's domain untouched until I'm sure I can get this working) and what's going on can be seen here: http://joondalupsleepsolutions.com/ (Sincere apologies for the autoplay video; it was not my doing and as soon as I can get in there I'm turning that off.)
I have no idea what those warnings mean, it's not seeing its stylesheets, and its links aren't working. I also can't log in.
The files are residing in the folder /thurmdental on our root, and we have a bunch of other sites all on the same server so it has to stay in a subfolder.
I've done some reading, but I'm obviously doing something wrong! Here's what I've modified so far.
In settings.php, I uncommented and modified to be -
$base_url = 'http://joondalupsleepsolutions.com'; // NO trailing slash!