By peterwebster1@gmail.com on Thursday, 25 November 2021
Replies 9
Likes 0
Views 746
Votes 0
I am using JEvents 3.6.21 on Joomla 4.0.4.

When I try to add a new event, and click Save, I get the following error:

An error has occurred.
0 Undefined constant "RAW"

And the event is not created.
Hello,

Can I get super user logins please? That's not something I can replicate.

Many thanks
Tony
·
3 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Also had same error when saving an existing Event. Was OK with php7.4 now fails with php8.0
·
3 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Celtcirunr,

Can you please provide some test logins so I can review them?

Many thanks
Tony
·
3 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
PHP Warning: Use of undefined constant RAW - assumed 'RAW' (this will throw an Error in a future version of PHP) in ........ administrator/components/com_jevents/controllers/icalevent.php on line 898
[10-Dec-2021 19:04:07 Australia/Adelaide] PHP Warning: Use of undefined constant RAW - assumed 'RAW' (this will throw an Error in a future version of PHP) in ..... administrator/components/com_jevents/controllers/icalevent.php on line 899

$array['jevcontent'] = $input->post->get("jevcontent", "", RAW);
$array['extra_info'] = $input->post->get("extra_info", "", RAW);
·
3 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
FYI These have been fixed in the next release.
·
3 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
I can confirm the Problem with PHP 8.0.13 on Joomla! 3.10.4 and JEvents 3.6.23. Maybe it's not fixed in the new version yet...
·
3 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

The next release is 3.6.24. Likely out next week.

Many thanks
Tony
·
3 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Is there any update for a fix since 3.6.24 is still not out yet?
·
3 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Yep, please try the attached.

Many thanks
Tony
·
3 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post