Softaculous https://www.softaculous.com/board/index.php? <![CDATA[Softaculous in the user's directadmin panel with blank page]]> https://www.softaculous.com/board/index.php?tid=19666&tpg=1#p58510
We have come across a bug in Directadmin update  v.1.670 and that is the cause of the issue : https://docs.directadmin.com/changelog/version-1.670.html
To confirm this we had a Directadmin test server with  v.1.669 and we were not able to replicate the issue you mentioned. As soon as we upgraded to  v.1.670 we faced the same issue on our test servers.


This issue is happening because in the new version Directadmin API is not validating the session correctly and hence returning empty response on all API calls made by Softaculous to Directadmin API.

Note: This is happening only when you login to Directadmin panel as "admin" or "reseller" and then switch to another user account and then access Softaculous.If you login as the user directly in Directadmin panel and access Softaculous it works fine.
Until this issue is fixed by Directadmin team you can use the workaround to access Softaculous as a user instead of logging in admin/reseller and then switch user.

Below is an extract of the log we found from Directadmin logs :Authentication::creatorValid: got type 3 for user adminAuthentication::creatorValid: failed: Password () is not valid for 'admin', so cannot login as 'user1'

We have emailed the Directadmin team regarding this issue and once we get a response from them we will update here.
]]>
Thu, 07 Nov 2024 07:48:16 GMT https://www.softaculous.com/board/index.php?tid=19666&tpg=1#p58510
<![CDATA[Softaculous in the user's directadmin panel with blank page]]> https://www.softaculous.com/board/index.php?tid=19666&tpg=1#p58509
Can anyone help me?]]>
Wed, 06 Nov 2024 21:09:52 GMT https://www.softaculous.com/board/index.php?tid=19666&tpg=1#p58509
<![CDATA[Restore template on another domain / website]]> https://www.softaculous.com/board/index.php?tid=19655&tpg=1#p58508
Restore Template can be done on any domain within the same user account or subscription.

If you want to migrate the site to another account you can use Remote Import feature :
https://www.softaculous.com/docs/enduser/remote-import/]]>
Wed, 06 Nov 2024 11:35:16 GMT https://www.softaculous.com/board/index.php?tid=19655&tpg=1#p58508
<![CDATA[clone website via root whm terminal]]> https://www.softaculous.com/board/index.php?tid=19657&tpg=1#p58507
At the moment we do not have a CLI utility for the same.

You can use the GUI or the API :
https://www.softaculous.com/docs/api/api/#clone-an-installed-script]]>
Wed, 06 Nov 2024 11:33:43 GMT https://www.softaculous.com/board/index.php?tid=19657&tpg=1#p58507
<![CDATA[Softaculous Account in cPanel]]> https://www.softaculous.com/board/index.php?tid=19665&tpg=1#p58506
You can use the same username and password you used to login to this forum. ]]>
Wed, 06 Nov 2024 11:32:47 GMT https://www.softaculous.com/board/index.php?tid=19665&tpg=1#p58506
<![CDATA[Softaculous Account in cPanel]]> https://www.softaculous.com/board/index.php?tid=19665&tpg=1#p58505 Tue, 05 Nov 2024 07:36:17 GMT https://www.softaculous.com/board/index.php?tid=19665&tpg=1#p58505 <![CDATA[Backuply 1.3.8 Launched]]> https://www.softaculous.com/board/index.php?tid=19664&tpg=1#p58504
The change logs are as follows:-

[Task] Tested with WordPress 6.7.

[Bug-Fix] The Settings page was getting killed when some data was not integer.

[Bug-Fix] functions.php was loading later than a few of the registered hooks, which was causing issues to some users this has been fixed.

We are constantly working on improving Backuply, if you have any suggestions or feedback, write us at support@backuply.com

Regards,
Backuply Team]]>
Mon, 04 Nov 2024 12:10:30 GMT https://www.softaculous.com/board/index.php?tid=19664&tpg=1#p58504
<![CDATA[Virtualizor issues]]> https://www.softaculous.com/board/index.php?tid=19663&tpg=1#p58503
Sir,Can you please share the screenshot of command
>> df -h
>> lsblk

can i know which type of storage is present in the server and which type storage you want to add as storage.

Please let us know.]]>
Mon, 04 Nov 2024 07:01:23 GMT https://www.softaculous.com/board/index.php?tid=19663&tpg=1#p58503
<![CDATA[Error in Softaculous]]> https://www.softaculous.com/board/index.php?tid=19661&tpg=1#p58502 ]]> Sun, 03 Nov 2024 02:07:46 GMT https://www.softaculous.com/board/index.php?tid=19661&tpg=1#p58502 <![CDATA[Virtualizor issues]]> https://www.softaculous.com/board/index.php?tid=19663&tpg=1#p58501 installed virtualizor on a dedicated server with 2x240GB in raid mirror. When i try to add storage i was told i need to add it as
Type: file
path: /dev/md3
Which seems to work as it adds ~200GB storage. However when i then try to create a VM it show me the following error:

Starting Task : 3 Syncing up with Slave Creating VPS : 1 setlocale: No such file or directory /dev/md3/v1001-dd4ybpgnwc9lq5is-wiay9jnveg9xhggb.raw: error while converting raw: Not a directory Errors: Array ( [0] => QEMU : File Convert Error [derr] => Array ( [command] => qemu-img convert -f raw -O raw /var/virtualizor/kvm/centos-7.1-x86_64.img /dev/md3/v1001-dd4ybpgnwc9lq5is-wiay9jnveg9xhggb.raw [output] => Array ( ) [return] => 1 ) [err_create] => QEMU : File Convert Error There was an error in creating the VPS. Click here to reinstall the Virtual Server )

When i read this page at the type file section:
virtualizor.com/wiki/Add_New_Storage#LVM_Based_Storage
it says to create a directory and add that as storage path with QCOW2 file format

"root> mkdir /vms # You can create any path as per your choice."

When i do that and i add it to storage in virtualizor it only shows 20GB diskspace. But on that 20GB diskspace i can create a vm that shows no error. It also says its started but when i try to connect to it through putty it does not allow me to connect.

Any clues what i am doing wrong here?]]>
Fri, 01 Nov 2024 07:33:17 GMT https://www.softaculous.com/board/index.php?tid=19663&tpg=1#p58501