I can’t find any references to my situation.
Tried a number of different install methods, all with the same result. The config wizard page will not load
Last install process was straight forward.
(it’s interpeting the url below, couldn’t figure out how to tell the forum to escape it)
git clone http:// github. com /mautic /mautic.git’ (version 5?- not sure how to confirm, I wanted to do 4.4 just to avoid any new issues).
cd mautic
composer install --ignore-platform-req=ext-imap --ignore-platform-req=ext-bcmath
chown -R apache:apache /var/www/html/mautic
chmod -R 775 /var/www/html/mautic
installs fine.
only complaints:
Package sensio/framework-extra-bundle is abandoned, you should avoid using it. Use Symfony instead.
npm notice
npm notice New patch version of npm available! 10.2.3 → 10.2.5
npm notice Changelog: Release v10.2.5 · npm/cli · GitHub
npm notice Run npm install -g npm@10.2.5 to update!
npm notice
######################################################
Env: Fedora 38, PHP 8.3, Apache 2.4.58.
####################################################
I can confirm php is working with the phpinfo call.
When I inspect the page, it’s trying to load, but I get a bunch of 404 for js files not found.
GET http://mautic.dev.realtyintn.com/themes/pmahomme/jquery/jquery-ui.css
[HTTP/1.1 404 Not Found 4ms]
and it’s true they do not exist. (add-on’s or other modules not installed yet?)
Finally I get a series of warnings (and errors)
GET http://mautic.dev.realtyintn.com/js/dist/keyhandler.js?v=5.2.1-1.fc38
or
GEThttp://mautic.dev.realtyintn.com/js/vendor/sprintf.js?v=5.2.1-1.fc38
and they are true
There is no keyhandler.js.
There is no js directory.
There is a vendor, but not under js.
and there are some sprintf.js scripts but, under node_modules directories.
and finally it bails out with
Uncaught ReferenceError: CommonParams is not defined
http://mautic.dev.realtyintn.com/index.php:55
This looks like a package issue. Things don’t exist. I don’t know much about composer, so troubleshooting if it’s doing something odd is a journey.
I’d really like to get this working just to test if it will do what I need.
Thanks in advance for you input
Eric