Fatal Error: Cannot use 'String' as class name as it is reserved in libraries/vendor/joomla/string/src/String.php on line 19
With official release of php 7.0
Joomla 3.5B1
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-12-03 20:55:50 |
| Closed_By | ⇒ | mbabker |
yes, works thnx
yes, sorry to be loud here, i just downloaded latest joomla from git and all of these are already solved and it's running nicely.
i am looking forward for j3.4.6
best regards and best wishes, stan
| Labels |
Added:
?
|
||
If you are calling
Joomla\String\Stringdirectly you must change your calls toJoomla\String\StringHelper(added to Joomla 3.5). For Joomla 3.4 and earlier compatibility you should call the deprecatedJStringclass instead (in 3.4 it extends theJoomla\String\Stringclass and 3.5Joomla\String\StringHelper).See #6600 for more.