New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
How many percent of helpful do you think this post added to your case?
did you clicked the start button?
PHP version is wrong and nextcloud installation is broken after migration (some .ncdata problem). Not sure how to fix it yet; no time for it at the moment.
I am only aware of a single ticket with Nextcloud issues and that is a configuration issue in Nextcloud.
There have been a few issues overall that are easily solvable. As stated above, DirectAdmin hasn't copied the PHP settings so you may need to update this again. One of the storageboxes used /home2 as a location, and if your config uses absolute paths then you need to change this to /home.
Found the issue. The error is caused by an incorrect file path in /domains/yourdomain/public_html/config/config.php. The file contains a reference to the /home2 directory. Please update this path to /home to resolve the issue.
Before:
/home2/...After:
/home/...Mines are down too.
Interestingly, those sites which existed prior to migration doesn't work. Forbidden error. Even if I delete the whole sub Doman and start from scratch , it stays the same.(403 error).
But If I create new sub domain, it works without any hiccups.
The same thing happened to me with the Nextcloud path. I solved it by updating the path in the Nextcloud configuration file, without contacting support.
I see the problem