# New SMS Plugin with Cool Features

**URL:** https://forum.mautic.org/t/new-sms-plugin-with-cool-features/24938
**Category:** 3rd Party Addons
**Tags:** community
**Created:** [August 2, 2022, 10:48am UTC](https://forum.mautic.org/t/new-sms-plugin-with-cool-features/24938 "2022-08-02T10:48:38Z")
**Posts on this page:** 5
**Page:** 2

<div class="post-metadata">

### Author: ![mzagmajster](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/mzagmajster/32/687_2.png) [@mzagmajster](https://forum.mautic.org/u/mzagmajster)
#### Post date: [January 28, 2024, 8:35pm UTC](https://forum.mautic.org/t/new-sms-plugin-with-cool-features/24938/24 "2024-01-28T20:35:22Z")

</div>

Move to mautic root directory using ssh and execute:

```auto
chown -R www-data:www-data .

```

It changes the ownership of the files and folders to www-data, which is usually the user used by the web server.

Using this approach is only suitable for testing as using www-data on all files is way to open.

I suggest you to hire an exper to help you with the setup.

---

<div class="post-metadata">

### Author: ![webprosagency](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/webprosagency/32/1267_2.png) [@webprosagency](https://forum.mautic.org/u/webprosagency)
#### Post date: [January 28, 2024, 11:08pm UTC](https://forum.mautic.org/t/new-sms-plugin-with-cool-features/24938/25 "2024-01-28T23:08:19Z")

</div>

Thanks for your feedback, much appreciated. I decided to scrapt that host and got a VPS now installing on Apache Ubuntu server we’ll see how it goes so far so good, I have a PHP version issue as the server says php8.0 and the file info.php on the browser says php8.1.27 which won’t work with Mautic.

---

<div class="post-metadata">

### Author: ![mzagmajster](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/mzagmajster/32/687_2.png) [@mzagmajster](https://forum.mautic.org/u/mzagmajster)
#### Post date: [January 29, 2024, 10:27am UTC](https://forum.mautic.org/t/new-sms-plugin-with-cool-features/24938/26 "2024-01-29T10:27:01Z")

</div>

You will have to select 8.0 for both web and CLI apps. The easiest way to do that is I think just set php8 as default on the system level.

---

<div class="post-metadata">

### Author: ![webprosagency](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/webprosagency/32/1267_2.png) [@webprosagency](https://forum.mautic.org/u/webprosagency)
#### Post date: [January 29, 2024, 7:46pm UTC](https://forum.mautic.org/t/new-sms-plugin-with-cool-features/24938/27 "2024-01-29T19:46:52Z")

</div>

Thanks for your reply, much appreciated. So I removed all traces of php8.1 now I’m getting a script message when trying to load /installer on my browser:

\<?php define('MAUTIC\_ROOT\_DIR', \_\_DIR\_\_); define('ELFINDER\_IMG\_PARENT\_URL', 'media/bundles/fmelfinder'); // Fix for hosts that do not have date.timezone set, it will be reset based on users settings date\_default\_timezone\_set('UTC'); require 'app/config/bootstrap.php'; use Mautic\CoreBundle\ErrorHandler\ErrorHandler; use Mautic\Middleware\MiddlewareBuilder; use Symfony\Component\HttpFoundation\Request; ErrorHandler::register($\_SERVER['APP\_ENV']); $kernel = (new MiddlewareBuilder(new AppKernel($\_SERVER['APP\_ENV'], (bool) $\_SERVER['APP\_DEBUG'])))-\>resolve(); $request = Request::createFromGlobals(); $response = $kernel-\>handle($request); $response-\>send(); $kernel-\>terminate($request, $response);

---

<div class="post-metadata">

### Author: ![mzagmajster](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/mzagmajster/32/687_2.png) [@mzagmajster](https://forum.mautic.org/u/mzagmajster)
#### Post date: [January 30, 2024, 9:58am UTC](https://forum.mautic.org/t/new-sms-plugin-with-cool-features/24938/28 "2024-01-30T09:58:39Z")

</div>

Answered in this post: [SMS with Twilio API - #10 by mzagmajster](https://forum.mautic.org/t/sms-with-twilio-api/30668/10)

[Previous page](https://forum.mautic.org/t/new-sms-plugin-with-cool-features/24938.md?page=1)
