0
votes

Fatal error: Cannot use Joomla\String\String as String because 'String' is a special class name in E:\xampp\htdocs\newwinapp\libraries\vendor\joomla\registry\src\Format\Json.php on line 12

1
Please add the code that causes this error. This error means nothing without it.Catalyst
What version of Joomla and PHP you are using?Gunaseelan

1 Answers

1
votes

This error occurs if you are using a Joomla version below 3.5 on a PHP7 or higher environment.

So either install a higher version of Joomla, or revert your PHP version back to 5.6.