This is not always replicable
J4.1 with blog sample data and debug modus on
Open the home item (in main menu) and change the menu, save and close (vite, vite!).
Success message
for a short moment this message appears and disappears after a second.
Working on xampp, php 8.0, win11, System debug on, error-reporting maximum.
Console shows a 303 and something with core.js in line about 400. but only for a few moments
This is not always replicable - maybe it depends on the the time between actions.
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
?
|
Can you still replicate this? I tried and couldnt
Labels |
Added:
Information Required
PHP 8.x
Removed: ? |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-08-25 20:10:47 |
Closed_By | ⇒ | chmst |
Could not replicate - maybe caused by my localhost
This error means that JSON response is broken. That happen when error-reporting maximum on php 8+.
Because PHP add Deprecation notice to response, that breaks whole JSON response.
It is translated:
joomla-cms/administrator/language/en-GB/lib_joomla.ini
Line 663 in f412e13
joomla-cms/language/en-GB/lib_joomla.ini
Line 662 in f412e13
However it may be not loaded to JavaScript, on that page, like here example:
joomla-cms/administrator/components/com_scheduler/tmpl/tasks/default.php
Line 31 in ea5af7b