# I really could use some Guidance/Help

**URL:** https://forum.mautic.org/t/i-really-could-use-some-guidance-help/30257
**Category:** Mautic 4 Install/Upgrade Support
**Created:** [December 18, 2023, 8:44pm UTC](https://forum.mautic.org/t/i-really-could-use-some-guidance-help/30257 "2023-12-18T20:44:49Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mdcyntst](https://avatars.discourse-cdn.com/v4/letter/m/c67d28/32.png) [@mdcyntst](https://forum.mautic.org/u/mdcyntst)
#### Post date: [December 18, 2023, 8:44pm UTC](https://forum.mautic.org/t/i-really-could-use-some-guidance-help/30257/1 "2023-12-18T20:44:49Z")

</div>

**OS Fedora 38**  
_PHP 8.0 (but started at 8.3)_ :  
\*My MySQL/MariaDB 10.5.23-1

\*I am Installing 4.4 (but tried 5.x)  
\*installing via Command Line

My issue:

I started out trying to install via github (5.x), that failed (posted a question for that install [Can't get Mautic to install correctly](https://forum.mautic.org/t/cant-get-mautic-to-install-correctly/30247)). So I’ve been trying to install (4.4.10) via composer. I’m a little lost here as I don’t know composer.

I was finally able to get composer to create a 4.4 package.

composer create-project mautic/recommended-project:^4 mautic --no-interaction  
Congratulations, you’ve installed the Mautic codebase  
from the mautic/recommended-project template!

Next steps:

- Install Mautic

What did composer just do then? The package created generates the same errors I got trying to do the github instructions.

I tried to do a composer install and got nothing to install.

composer install  
Installing dependencies from lock file (including require-dev)  
Verifying lock file contents can be installed on current platform.  
Nothing to install, update or remove  
Package lightsaml/lightsaml is abandoned, you should avoid using it. Use litesaml/lightsaml instead.  
Package misd/phone-number-bundle is abandoned, you should avoid using it. Use odolbeau/phone-number-bundle instead.  
Package php-http/message-factory is abandoned, you should avoid using it. Use psr/http-factory instead.  
Package sensio/framework-extra-bundle is abandoned, you should avoid using it. Use Symfony instead.  
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.  
Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.  
Package symfony/inflector is abandoned, you should avoid using it. Use EnglishInflector from the String component instead.  
Package symfony/security is abandoned, you should avoid using it. No replacement was suggested.  
Package symfony/swiftmailer-bundle is abandoned, you should avoid using it. Use symfony/mailer instead.  
Generating autoload files  
110 packages you are using are looking for funding.  
Use the `composer fund` command to find out more!

What am I missing?

---

<div class="post-metadata">

### Author: ![mdcyntst](https://avatars.discourse-cdn.com/v4/letter/m/c67d28/32.png) [@mdcyntst](https://forum.mautic.org/u/mdcyntst)
#### Post date: [December 18, 2023, 9:53pm UTC](https://forum.mautic.org/t/i-really-could-use-some-guidance-help/30257/2 "2023-12-18T21:53:07Z")

</div>

I’m not sure I’m making progress, but I did find a reference that I needed to run

/index.php/installer

and that does give me some different but less positive output.

I’m now seeing all js references complaining as follows:

The resource from “[http://mautic.dev.realtyintn.com/index.php/themes/pmahomme/jquery/jquery-ui.css”](http://mautic.dev.realtyintn.com/index.php/themes/pmahomme/jquery/jquery-ui.css%E2%80%9D) was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).

The apparent fix for this is code side, not server/config side.

Any thoughts?
