htmly icon indicating copy to clipboard operation
htmly copied to clipboard

Enable to migrate HTMLY

Open Setsuneh opened this issue 4 months ago • 1 comments

Hi,

I've just wanted to migrate my HTMLy blog from Plesk Server to CloudPanel Solution. However it does not work, and I don't understand why.

  1. Using rsync between the two servers.
  2. Modifying DNS A zone.
  3. Purging index/widget and page Cache.
  4. Launching composer with any problems.
  5. Checking nginx logs but I don't see any thing.

I've got this error "Cannot connect to the server". Have you got any idea ?

With Composer :

Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Package kanti/hub-updater is abandoned, you should avoid using it. No replacement was suggested.
Generating optimized autoload files
2 packages you are using are looking for funding.
Use the `composer fund` command to find out more!

With Nginx Logs :

2025/08/09 14:14:59 [error] 1261656#1261656: *6080 access forbidden by rule, client: 93.123.109.64, server: blog.XXX, request: "GET /.git/config HTTP/1.1", host: "blog.XXX"
2025/08/09 14:39:10 [error] 1261944#1261944: *6229 openat() "/home/XXX/htdocs/blog.XXX/favicon.ico" failed (2: No such file or directory), client: 193.32.126.157, server: blog.XXX, request: "GET /favicon.ico HTTP/1.1", host: "blog.XXX"

PHP 8.2 used for.

With PHP Logs :

[09-Aug-2025 16:14:56 Europe/Paris] PHP Warning:  filemtime(): stat failed for cache/page/#.cache in /home/intredys-blog/htdocs/blog.XXX/system/includes/functions.php on line 3679

Thank you !

Setsuneh avatar Aug 09 '25 16:08 Setsuneh