·
Added a discussion

I wanted to try UNA and that is why I installed it on localhost. But while installing I didn't insert UNA key and UNA secret, although there was * mark beside them, means they are mandatory field to fill. Because I don't need any update and I can install UNA plugins or modiuls manulally I guess. Becasue I can download them (I could be worng, so if I am wrong about this then please correct me)image_transcoder.php?o=sys_images_editor&h=1368&dpx=1&t=1687394724

However, I left them empty and installed the script. It installed but started to show errors all over the webpage as you can see below. Seems like they are plugin errors or something else maybe. So please tell me what's wrong and how can I fix it.

One more thing I should mention. In XAMPP I created a new user and a database name "una". I didn't find any option to connect the database with the user. So I didn't do anything else. Just inserted the database name and username and hostname. But I don't think that's the problem. Because the script is installed and working. The only problem is, it is showing errors all over the page which are related to the UNA code.

image_transcoder.php?o=sys_images_editor&h=1369&dpx=1&t=1687395059image_transcoder.php?o=sys_images_editor&h=1370&dpx=1&t=1687395073image_transcoder.php?o=sys_images_editor&h=1371&dpx=1&t=1687395083image_transcoder.php?o=sys_images_editor&h=1372&dpx=1&t=1687395095

  • 543
Comments
    • Hello @Tasin !

      It is OK to try UNA like your way, but it is much comfortable to do everything via Studio. Regarding your errors - it looks like you use the obsolete PHP version - UNA 13 requires the 7.4, which one do you use?

      • @LeonidS Thank you sir for your response.

        I don't know what studio you are talking about. How can I get this studio and use it? Can tell me more about this, please!?

        I am using XAMPP's latest version, which is using PHP 8.x. So I guess the PHP version isn't the problem. Also while installing the script it didn't say anything about the PHP version because all the requirements for this script were fulfilled.

        Although it had shown me 2 warnings related to 2 modules. But it was optional and I didn't need those modules in XAMPP to test the script.

        Now after installing, I am seeing an error link below the pictures.

        image_transcoder.php?o=sys_images_editor&h=1373&dpx=1&t=1687442219image_transcoder.php?o=sys_images_editor&h=1374&dpx=1&t=1687442231

        • I didn't fulfill these 2 requirements. This could be the reason for that error. I will install UNA again to check if I get the error and let you know the update.

          image_transcoder.php?o=sys_images_editor&h=1375&dpx=1&t=1687446108

          • I didn't fulfill these 2 requirements. This could be the reason for that error. I will install UNA again to check if I get the error and let you know the update.image_transcoder.php?o=sys_images_editor&h=1375&dpx=1&t=1687446108

            Okay, so I reinstalled the script and fulfilled all the requirements. But no luck. Again same kind of error as you can see in the below pictures. If anyone knows the fix kindly tell me.

            image_transcoder.php?o=sys_images_editor&h=1376&dpx=1&t=1687450201image_transcoder.php?o=sys_images_editor&h=1377&dpx=1&t=1687450206

            • No, those points will not affect that errors. So what about the PHP version and fitting other requirements?

              • @LeonidS

                The PHP version in my XAMPP is 8.2.4

                All the requirements are fulfilled as you can see below picture.

                image_transcoder.php?o=sys_images_editor&h=1381&dpx=1&t=1687490698

                • try the version listed in requirements.. PHP version 7.4 ... in my case, it doesn't work properly on PHP 8..I think I set something wrong and a lot of error messages popped up..when I reverted the PHP version to 7.4 everything works as it should but maybe that's not your case

                  • I will try and let you know the update.

                    • @Pavel Sklenar Okay so It worked without any problem in PHP 7.4

                      But there are some issues I have found. After I upload videos as album, the website broke as you can see in the image. it was fixed after reloading the page but still, this is a problem. Also, I couldn't play the videos and the videos disappear automatically.

                      image_transcoder.php?o=sys_images_editor&h=1387&dpx=1&t=1687585671

                      image_transcoder.php?o=sys_images_editor&h=1388&dpx=1&t=1687585726

                      the same thing happened when I upload photos as album too. the website broke and was fixed after reloading.

                      image_transcoder.php?o=sys_images_editor&h=1389&dpx=1&t=1687585753

                      • That's because both have to be transcoded/converted (I hope I write it well)

                        I'm glad the PHP change helped

                        • Sorry but can you explain this line please?

                          That's because both have to be transcoded/converted
                            • Every video and photo must be processed by the server..you must have a job scheduler..Cron

                              If you don't have Cron set every minute, the server doesn't know that you want to convert an image or video

                              I hope I am explaining it correctly, someone will correct me

                              Here Baloo describes how to set it up, maybe it will help you

                              https://una.io/d/how-to-fix-video-processing-issues

                              Login or Join to comment.