Creating an Event will cause an Error
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
-
-
·
LeonidS
- ·
Hello @Walter Waessa !
May you please specify your version of UNA and used PHP?
-
·
LeonidS
-
- · Walter Waessa
- ·
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.
-
- · Walter Waessa
- ·
No, nothing on the script changed. No new fields.
-
- · Walter Waessa
- ·
-
- · Walter Waessa
- ·
-
- · Walter Waessa
- ·
-
-
·
Alex T⚜️
- ·
Sorry, I can't reproduce the problem, could you please try to reproduce it here - https://ci.una.io/test2/ ?
-
·
Alex T⚜️
-
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
-
at your site no error messages are shown on screen, but you see it
and the event was created anyway
-
no confirmation emails will be sent.
not in inbox neither in SPAM
I've just confirmed your account
-
- · Walter Waessa
- ·
Now made a second Test Event,
no errors
-
- · Walter Waessa
- ·
The Error at creating the events is still there.
-
- · Walter Waessa
- ·
Some days we see an error at the history "Undefinied index"
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);
-
- · Walter Waessa
- ·
changes done, but the shown Error are still there, now with other messages (.. a future version of PHP)
-
Hello @Walter Waessa !
May you plz provide the right part in full size to show the name of the file with this warning?
-
- · Walter Waessa
- ·
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
-
- · Walter Waessa
- ·
copied the errors in Notepad for better reading
-
- · Ξx¢ΞL 2
-
·
In reply to Alex T⚜️
- ·
ok ... when i change this line, i don´t see the errors under Channels and profiles anymore