·
Added a discussion

This is the Error message we get, if I create an Event.

Has anyone an idea, how we can fix it?

Btw. the event is created, but the error message is annoying,

as it is presented on a blank page, with no menu. The users despair, then use backspace and submit the event again, so we get multiple of the same posts

  • 1513
Comments
    • Hello @Walter Waessa !

      May you please specify your version of UNA and used PHP?

      • UNA on X-SiM Members

        Version: 12.1.0 Installed: 9 Oct 2021

        PHP:

        • version = 7.3.33 - OK
        • allow_url_fopen = On - OK
        • allow_url_include = Off - OK
        • magic_quotes_gpc = Off - OK
        • memory_limit = 256 MB - OK
        • post_max_size = 516 MB - OK
        • upload_max_filesize = 512 MB - OK
        • register_globals = Off - OK
        • safe_mode = Off - OK
        • disable_functions - OK
        • php module: curl = curl - OK
        • php module: gd = gd - OK
        • php module: mbstring = mbstring - OK
        • php module: json = json - OK
        • php module: fileinfo = fileinfo - OK
        • php module: zip = zip - OK
        • php module: openssl = openssl - OK
        • php module: exif = exif - OK

        MySQL:

        • version = 5.7.23 - OK
        • Looks fine, plz specify - did you add any new fields for the Events form? Do you have the actual version of Events app? It is possible to know from the Studio->Apps Market->Updates page.

          • No, nothing on the script changed. No new fields.

                  • Sorry, I can't reproduce the problem, could you please try to reproduce it here - https://ci.una.io/test2/ ?

                    • I will try, still registered there,

                      but the same as at our site in the moment, no confirmation emails will be sent.

                      not in inbox neither in SPAM

                      • image_transcoder.php?o=sys_images_editor&h=245&dpx=1&t=1648729033

                        at your site no error messages are shown on screen, but you see it

                        and the event was created anyway

                        image_transcoder.php?o=sys_images_editor&h=246&dpx=1&t=1648729190

                        • no confirmation emails will be sent.
                          not in inbox neither in SPAM

                          I've just confirmed your account

                          • Now made a second Test Event,

                            no errors

                            • The Error at creating the events is still there.

                              • Some days we see an error at the history "Undefinied index"

                                image_transcoder.php?o=sys_images_editor&h=260&dpx=1&t=1649441283

                                but when i go into the studio ==> Dashboard and cleare all caches, id didn't show up anymore for some time.

                                This happens 2-3 times a day.

                                Maybe it's all related somehow. I just don't know what to do.

                                • I think it should be fixed in newer version, also I think it's safe to ignore it if it doesn't affect on anything. You can suppress this notice by modifying inc/header.inc.php file by changing:

                                  error_reporting(E_ALL);
                                  

                                  to

                                  error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT); 
                                  
                                  • changes done, but the shown Error are still there, now with other messages (.. a future version of PHP)

                                    image_transcoder.php?o=sys_images_editor&h=266&dpx=1&t=1649748272

                                    • Hello @Walter Waessa !

                                      May you plz provide the right part in full size to show the name of the file with this warning?

                                      • Hello LeonidS,

                                        This Errors are from Notification-Bell. and sometimes when you click on "see all notifications".

                                        I can not post the errors here because "Your current membership (Standard) doesn't allow you to 'Post links'."

                                        so I have saved the errors in a txt file and you can download it here xsimracing. com / errors.txt

                                        thanks for your help

                                        • image_transcoder.php?o=sys_images_editor&h=323&dpx=1&t=1651674444

                                          copied the errors in Notepad for better reading

                                          image_transcoder.php?o=sys_images_editor&h=324&dpx=1&t=1651674521

                                          • ok ... when i change this line, i don´t see the errors under Channels and profiles anymore

                                            Login or Join to comment.