After the update to joomla 3.8.8 I get a white screen.
The error report once put on development.
Then I get the following error: Fatal error: Using $this when not in object context in C:\xampp\htdocs\Joomla\Joomla\mod_random_image\tmpl\default.php online 16
Luckily I had another backup and went to see what has changed in that file.
Before the update there was this:
`<?php
/**
defined('_JEXEC') or die;
?>
After the update, this will be displayed:
`<?php
/**
defined('_JEXEC') or die;
?>
And if I restore the file "default.php" before the update, the site will just work properly again.
The upgrade package once separately downloaded and in that file that file is also adjusted.
Is this an error in the Joomla update?
So I tried out Xampp locally first, I'm still waiting to update on the server.
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-05-22 17:19:56 |
Closed_By | ⇒ | brianteeman |
okay sorry for the double post
This is a duplicate report and has been fixed with #20533