I installed the new Joomla alpha, fresh from the source just now. I thought I would have a look at what's new. My site runs on the protostar template and not many extensions added. But, I can not get past the login screen due to an error.
Class 'JRequest' not found
With a note in red about the template -
Error
The template for this display is not available.
I'm going back to Joomla3, my backup files. I won't be available to try this or that to fix the error. I'm just new to Joomla and still working on the CSS files to try make the text editor screen readable for low vision. That's enough tinkering for me.
Title |
|
Labels |
Added:
J4 Issue
|
closed as no Core Issue.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-05-28 04:25:05 |
Closed_By | ⇒ | franz-wohlkoenig |
One or more of your extensions is using
JRequest
class which doesn't exist in 4.0. Enable debug by setting$debug
totrue
inconfiguration.php
file. You'll see where this is coming from.