on joomla 3.8
database fixed
check new update
Unknown column 'stability' in 'field list'
in backend and now in front-end ...
Category | ⇒ | com_joomlaupdate |
Title |
|
Status | New | ⇒ | Discussion |
did you have an idea about this sql request ?
=> maybe an update for futur compatibility check ?
i have some site with the same problem
No, i haven't as i'm no Developer. But sure other will.
To see where the error is thrown you could enable Joomla DEBUG,
Try replacing in
administrator/templates/isis/error.php
(similar for frontend template, but for frontend undo the change as soon as you get the error information)
<?php if ($this->debug) : ?>
<br/><?php echo htmlspecialchars($this->error->getFile(), ENT_QUOTES, 'UTF-8');?>:<?php echo $this->error->getLine(); ?>
<?php endif; ?>
with
<?php if (1 || $this->debug) : ?>
<br/><?php echo htmlspecialchars($this->error->getFile(), ENT_QUOTES, 'UTF-8');?>:<?php echo $this->error->getLine(); ?>
<?php if ($this->error instanceof JDatabaseExceptionExecuting) : ?>
<br/><?php echo htmlspecialchars($this->error->getQuery(), ENT_QUOTES, 'UTF-8');?>
<?php endif; ?>
<?php endif; ?>
i found sorry ... an update.xml
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-12-20 10:23:45 |
Closed_By | ⇒ | micker |
Can't confirm.
Set "Database > fix", then "Joomla Update" > "Check for Updates": Works as expected in Front- and Backend.