When running Joomla on my local host or any other php environment that has the maximum or development error reporting enabled, the ajax request that the control panel received to determine whether there are updates available or not contains a php parser notice that prevents the JSON response to be interpreted correctly.
The error happens in Line 97 of the libraries/joomla/adapters/extension.php. It needs to be checked whether $this->currentUpdate is null before checking it's values in the if statement.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-05-22 21:14:05 |
Labels |
Added:
?
|
I'm closing this since you also opened a PR which has its own issue attached (automatically done by GitHub).