Softaculous https://www.softaculous.com/board/index.php? <![CDATA[Close / Delete my Account]]> https://www.softaculous.com/board/index.php?tid=18162&tpg=2#p60115 Wed, 22 Oct 2025 19:02:49 GMT https://www.softaculous.com/board/index.php?tid=18162&tpg=2#p60115 <![CDATA[Recently switched hosting package and now getting error]]> https://www.softaculous.com/board/index.php?tid=19194&tpg=1#p60114
---

This isn’t a DNS issue — it’s a PHP restriction on the new server. **open_basedir** limits what folders PHP can read, and your site is trying to include `bootstrap.php` outside the allowed path.

**Quick checks:**

1. Make sure `bootstrap.php` actually exists in your site and the path is correct (use an absolute include, e.g. `require __DIR__ . '/bootstrap.php';`).
2. Ask your host to **add your site’s full path to open_basedir** (or disable it) for this domain.
3. Verify file/folder ownership and permissions after the move (e.g. `755` folders / `644` files).

Once open_basedir includes the right path (or is off), the error should disappear.
]]>
Wed, 22 Oct 2025 15:54:23 GMT https://www.softaculous.com/board/index.php?tid=19194&tpg=1#p60114
<![CDATA[Issue with a video in home header background]]> https://www.softaculous.com/board/index.php?tid=20416&tpg=1#p60113 Try wrapping the <video> tag inside a container and use something like this in your CSS:

video {
  width: 100%;
  height: auto;
  object-fit: cover;
}


Also, keep in mind that many mobile browsers block autoplay background videos, so sometimes using a static image fallback is the best option.]]>
Wed, 22 Oct 2025 15:51:47 GMT https://www.softaculous.com/board/index.php?tid=20416&tpg=1#p60113
<![CDATA[Issue about failed logins]]> https://www.softaculous.com/board/index.php?tid=20422&tpg=1#p60112 Wed, 22 Oct 2025 15:29:15 GMT https://www.softaculous.com/board/index.php?tid=20422&tpg=1#p60112 <![CDATA[panel wont install]]> https://www.softaculous.com/board/index.php?tid=20445&tpg=1#p60111 Wed, 22 Oct 2025 12:10:48 GMT https://www.softaculous.com/board/index.php?tid=20445&tpg=1#p60111 <![CDATA[Issue with a video in home header background]]> https://www.softaculous.com/board/index.php?tid=20416&tpg=1#p60110 Wed, 22 Oct 2025 09:29:48 GMT https://www.softaculous.com/board/index.php?tid=20416&tpg=1#p60110 <![CDATA[Virtualizor blesta module]]> https://www.softaculous.com/board/index.php?tid=20444&tpg=1#p60109 Tue, 21 Oct 2025 13:01:05 GMT https://www.softaculous.com/board/index.php?tid=20444&tpg=1#p60109 <![CDATA[Virtualizor blesta module]]> https://www.softaculous.com/board/index.php?tid=20444&tpg=1#p60108 ]]> Tue, 21 Oct 2025 12:53:35 GMT https://www.softaculous.com/board/index.php?tid=20444&tpg=1#p60108 <![CDATA[No Support at softaculous.deskuss.com]]> https://www.softaculous.com/board/index.php?tid=20443&tpg=1#p60107
I'm wondering if anyone works or reads the support tickets at https://softaculous.deskuss.com as I would not want to publicly ask for help?  I opened a ticket on Oct 18 about an issue that I have requested help with a few other time, and to put it nicely, it's a mess that's still a mess, and this time no one has responded to the ticket since the 18th.

How does one get help?

Thanks!]]>
Tue, 21 Oct 2025 11:35:55 GMT https://www.softaculous.com/board/index.php?tid=20443&tpg=1#p60107
<![CDATA[Issue about failed logins]]> https://www.softaculous.com/board/index.php?tid=20422&tpg=1#p60104 Tue, 21 Oct 2025 09:44:34 GMT https://www.softaculous.com/board/index.php?tid=20422&tpg=1#p60104