UNA on VPS problem, I am looking for advice and help

After a few years at Dolphin, I'm switching to UNA. Not all images are loaded and the server spins constantly. On localhost everything works, but on my VPS server it doesn't. It's very important to me because a community of people have been working on this for years. It has more than 1300 blog posts, more than 2000 photos, hundreds of videos and forum posts.

Server audit shows:

rewrite_module - FAIL

expires_module - FAIL

deflate_module - FAIL

But all modules are installed.

What shall I do? I'm stuck and I can't go on.

Domain is https://vjeruj.com

  • 488
  • More
Attachments
Replies (5)
    • Hello @Darr !

      Glad to see you with UNA now! So regarding the failed rewrite module - you may leave it behind if the permalinks on Dolphin were working fine. The empty images trouble may refer to the following thread to get the possible solution:

      https://una.io/d/image-tanscoder-and-storage-php

      • Thank you for your reply @LeonidS

        Dolphin worked on a shared server, really very well, I've been using it since 2007. The problem started when I moved to a VPS. I wanted UNA on a VPS (6 CPU Cores, 16 GB RAM, 400 GB SSD). I moved dolphin with the content to a VPS and installed UNA to migrate the data. Dolphin did not work with permalinks even on the VPS server, so I turned them off. That didn't help either. After that I ran both dolphin and UNA on localhost and transferred the data, everything works perfectly. I transfer the UNA with all the data to the VPS and it doesn't work again.

        The problem is the same as in the post you mentioned, only I can't solve it that way on a VPS server.

        • I started manually adding the old content (videos, most from youtube), it was working fine until:

          Database error in Katolička društvena mreža
          
          Query:
          INSERT INTO `sys_transcoder_queue` SET `transcoder_object` = ?, `profile_id` = ?, `file_url_source` = ?, `file_id_source` = ?, `status` = ?, `added` = ?, changed = ?
          
          Mysql error:
          Duplicate entry 'bx_videos_video_poster_preview-2' for key 'transcoder_object'
          
          collation_connection:
          utf8mb4_unicode_ci 
          

          I deleted the contents of the sys_transcoder_queue table, but the page is still blocked, so I deleted the last 50 videos added, and then it worked again. Now I'm afraid when I start adding 1500+ blog posts. At one point I switched php from 7.4 to 8.0 (dont ask why, I dont know 😅) maybe it was a problem during input.

          • If the number of records from the `sys_transcoder_queue` table doesn't reduce then you need to check your Cron Jobs (when it was launched last time - the moment shouldn't be far away from now) and the error log file on the server (perhaps smth breaks the fine running of periodic file).

            • Probably when I switched to php 8 cron didn't work, if the command is /opt/plesk/php/7.4/bin/php -q and I continued to add video on php 8.

              Let's move on, thanks @LeonidS!

              Login or Join to comment.