Current Path: > > > var > softaculous > mautic
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
images | Directory | - | - | |
languages | Directory | - | - | |
php53 | Directory | - | - | |
php56 | Directory | - | - | |
php71 | Directory | - | - | |
php81 | Directory | - | - | |
php82 | Directory | - | - | |
.htaccess | File | 6131 bytes | May 29 2025 11:01:26. | |
_clone.php | File | 3961 bytes | January 17 2024 09:25:40. | |
check_webserver.php | File | 254 bytes | January 13 2025 09:11:02. | |
edit.php | File | 5024 bytes | July 02 2025 11:57:10. | |
edit.xml | File | 433 bytes | October 29 2024 10:40:36. | |
extend.php | File | 9016 bytes | July 02 2025 11:57:10. | |
fileindex.php | File | 399 bytes | March 27 2025 10:45:14. | |
import.php | File | 3419 bytes | July 02 2025 11:57:10. | |
info.xml | File | 4712 bytes | July 02 2025 11:10:18. | |
install.js | File | 921 bytes | December 23 2021 11:54:36. | |
install.php | File | 8781 bytes | July 02 2025 11:57:10. | |
install.xml | File | 2173 bytes | June 14 2024 09:39:06. | |
local.php | File | 457 bytes | June 14 2024 09:39:06. | |
mautic.sql | File | 164684 bytes | July 02 2025 11:10:18. | |
mautic.zip | File | 87329271 bytes | July 02 2025 11:10:18. | |
md5 | File | 3600 bytes | July 02 2025 11:57:10. | |
notes.txt | File | 1862 bytes | April 12 2024 11:09:20. | |
update_pass.php | File | 496 bytes | December 23 2021 11:54:36. |
1. Select mysqli for database setup (Since 5.0.x mautic has dropped the support for mysqli driver. Only pdo_mysql is supported)) 2. Email configuration -> send immediately and Other SMTP Server 3. In local.php 'install_source' => 'Softaculous', (has to be Softaculous) 4. We have excluded files "appProdProjectContainer.php","appProdProjectContainer.php.meta" from "app/cache/prod/" directory in install.xml because these file have default database details and does not get updated via Softaculous hence we have excluded it and it should get generated at first visit of installation. 5. PHP REQUIREMENT LINK : https://www.mautic.org/download/requirements release_metadata.json 6. Upgrade is not possible since the vendor himself is not recommending us to do it via CURL as it may not complete the upgrade process and corrupt the installation. Hence he is insisting on to use CLI or the internal upgrade(chat is done via email) since 2.12.1. 7. Make manual installation on cpanel if it doesn't work on webuzo(non-suphp) It requires to delete app/cache/prod multiple time during manual installation to complete the installation on non-suphp server. 8. Languages are downloaded from https://language-packs.mautic.com/[[lang_code]].zip 9. Mautic 4.2.0 onwards requires Apache 2.4 and dosn't work on apache 2.2 https://github.com/mautic/mautic/issues/10913 10. Mautic only supports Apache, Nginx and IIS servers. https://www.mautic.org/download/requirements (Confirmed over email as well.) 11. [IMP] Add [[relativeurl]] in line 113 of .htaccess to start the installation in a sub directory. <If "%{REQUEST_URI} =~ m#^[[relativeurl]]/(index|index_dev|upgrade/upgrade)\.php#"> 12. Make sure to change [[collation]] at generated_email_domain in [[dbprefix]]leads Table. This is to handle MariaDB issue. 13. In local.php 'locale' => '[[language]]', (add this line at end)
SILENT KILLER Tool