Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.188.103.42
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
mautic /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-03-27 14:16
languages
[ DIR ]
drwxr-xr-x
2025-03-27 14:16
php53
[ DIR ]
drwxr-xr-x
2025-03-27 14:16
php56
[ DIR ]
drwxr-xr-x
2025-03-27 14:16
php71
[ DIR ]
drwxr-xr-x
2025-03-27 14:16
php81
[ DIR ]
drwxr-xr-x
2025-03-27 14:16
php82
[ DIR ]
drwxr-xr-x
2025-03-27 14:16
.htaccess
5.71
KB
-rw-r--r--
2024-02-06 07:36
_clone.php
3.87
KB
-rw-r--r--
2024-01-17 09:25
check_webserver.php
254
B
-rw-r--r--
2025-01-13 09:11
edit.php
4.9
KB
-rw-r--r--
2025-03-27 12:35
edit.xml
433
B
-rw-r--r--
2024-10-29 10:40
extend.php
8.8
KB
-rw-r--r--
2025-03-27 12:35
fileindex.php
399
B
-rw-r--r--
2025-03-27 10:45
import.php
3.34
KB
-rw-r--r--
2025-03-27 12:35
info.xml
4.07
KB
-rw-r--r--
2025-03-27 10:45
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
8.55
KB
-rw-r--r--
2025-03-27 12:35
install.xml
2.12
KB
-rw-r--r--
2024-06-14 09:39
local.php
457
B
-rw-r--r--
2024-06-14 09:39
mautic.sql
160.79
KB
-rw-r--r--
2025-03-27 10:45
mautic.zip
82.77
MB
-rw-r--r--
2025-03-27 10:45
md5
2.97
KB
-rw-r--r--
2025-03-27 12:35
notes.txt
1.82
KB
-rw-r--r--
2024-04-12 11:09
update_pass.php
496
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
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)