Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.1]Joomla Update #43329

Open
djfermin opened this issue Apr 22, 2024 · 3 comments
Open

[5.1]Joomla Update #43329

djfermin opened this issue Apr 22, 2024 · 3 comments

Comments

@djfermin
Copy link

Steps to reproduce the issue

update 5.0.3 to 5.1
image error

Expected result

https://www.fervent-swirles.46-231-5-100.plesk.page/administrator/

mysqli_sql_exception > mysqli_sql_exception
HTTP 500 Whoops, looks like something went wrong.

Unknown column 'autostart' in 'field list'

mysqli_sql_exception
Show exception properties

in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php (line 138)
in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php -> prepare (line 138)
in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php -> __construct (line 1020)
in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/vendor/joomla/database/src/DatabaseDriver.php -> prepareStatement (line 1785)
DatabaseDriver->setQuery() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/administrator/components/com_guidedtours/src/Model/TourModel.php (line 548)

            ->from($db->quoteName('#__guidedtours'))
            ->where($db->quoteName('published') . ' = 1')
            ->where($db->quoteName('uid') . ' = :uid')
            ->bind(':uid', $uid, ParameterType::STRING);
 **       $db->setQuery($query);**
        try {
            $result = $db->loadResult();
            if ($result === null) {
                return false;

TourModel->isAutostart() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/plugins/system/guidedtours/src/Extension/GuidedTours.php (line 172)
in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/vendor/joomla/event/src/Dispatcher.php -> onBeforeCompileHead (line 454)
Dispatcher->dispatch() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/src/Document/Renderer/Html/MetasRenderer.php (line 62)
MetasRenderer->render() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/src/Document/HtmlDocument.php (line 575)
HtmlDocument->getBuffer() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/src/Document/HtmlDocument.php (line 894)
HtmlDocument->_renderTemplate() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/src/Document/HtmlDocument.php (line 647)
HtmlDocument->render() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/src/Document/ErrorDocument.php (line 139)
ErrorDocument->render() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/src/Error/Renderer/HtmlRenderer.php (line 70)
HtmlRenderer->render() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/src/Exception/ExceptionHandler.php (line 136)
ExceptionHandler::render() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/src/Exception/ExceptionHandler.php (line 73)
ExceptionHandler::handleException() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/src/Application/CMSApplication.php (line 336)
CMSApplication->execute() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/administrator/includes/app.php (line 58)
require_once('/var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/administrator/includes/app.php') in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/administrator/index.php (line 32)

mysqli_sql_exception

Unknown column 'autostart' in 'field list'

in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php (line 138)
in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php -> prepare (line 138)
in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php -> __construct (line 1020)
in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/vendor/joomla/database/src/DatabaseDriver.php -> prepareStatement (line 1785)
DatabaseDriver->setQuery() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/administrator/components/com_guidedtours/src/Model/TourModel.php (line 548)

            ->from($db->quoteName('#__guidedtours'))
            ->where($db->quoteName('published') . ' = 1')
            ->where($db->quoteName('uid') . ' = :uid')
            ->bind(':uid', $uid, ParameterType::STRING);

** $db->setQuery($query);**
try {
$result = $db->loadResult();
if ($result === null) {
return false;

TourModel->isAutostart() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/plugins/system/guidedtours/src/Extension/GuidedTours.php (line 172)
in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/vendor/joomla/event/src/Dispatcher.php -> onBeforeCompileHead (line 454)
Dispatcher->dispatch() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/src/Document/Renderer/Html/MetasRenderer.php (line 62)
MetasRenderer->render() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/src/Document/HtmlDocument.php (line 575)
HtmlDocument->getBuffer() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/src/Document/HtmlDocument.php (line 894)
HtmlDocument->_renderTemplate() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/src/Document/HtmlDocument.php (line 647)
HtmlDocument->render() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/src/Application/CMSApplication.php (line 1073)
CMSApplication->render() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/src/Application/AdministratorApplication.php (line 434)
AdministratorApplication->render() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/libraries/src/Application/CMSApplication.php (line 311)
CMSApplication->execute() in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/administrator/includes/app.php (line 58)
require_once('/var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/administrator/includes/app.php') in /var/www/vhosts/fervent-swirles.46-231-5-100.plesk.page/httpdocs/administrator/index.php (line 32)

Actual result

System information (as much as possible)

PHP 8.2.18
Aplicacion FPM servido por Apache

Additional comments

the front is good

@richard67
Copy link
Member

@djfermin Could you post the content of the log file from the update, administrator/logs/joomla_update.php? It seems the update was not complete so the database updates were not complete.

@benyrfg
Copy link

benyrfg commented Apr 24, 2024

Same issue when updating from 5.0.3 to 5.1 administration fell down with Error 500


Unknown column 'autostart' in 'field list'
mysqli_sql_exception
Show exception properties
in /data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php (line 138)
in [/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php ](file:///data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php#L138)-> prepare (line 138)
in /data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php -> __construct (line 1020)
in [/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/vendor/joomla/database/src/DatabaseDriver.php ](file:///data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/vendor/joomla/database/src/DatabaseDriver.php#L1785)-> prepareStatement (line 1785)
DatabaseDriver->setQuery(object(MysqliQuery))
in [/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/administrator/components/com_guidedtours/src/Model/TourModel.php ](file:///data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/administrator/components/com_guidedtours/src/Model/TourModel.php#L548)(line 548)
          ->from($db->quoteName('#__guidedtours'))            ->where($db->quoteName('published') . ' = 1')            ->where($db->quoteName('uid') . ' = :uid')            ->bind(':uid', $uid, ParameterType::STRING);        $db->setQuery($query);        try {            $result = $db->loadResult();            if ($result === null) {                return false;
TourModel->isAutostart('joomla-welcome')
in [/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/plugins/system/guidedtours/src/Extension/GuidedTours.php ](file:///data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/plugins/system/guidedtours/src/Extension/GuidedTours.php#L172)(line 172)
in [/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/vendor/joomla/event/src/Dispatcher.php ](file:///data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/vendor/joomla/event/src/Dispatcher.php#L454)-> onBeforeCompileHead (line 454)
Dispatcher->dispatch('onBeforeCompileHead', object(BeforeCompileHeadEvent))
in [/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/src/Document/Renderer/Html/MetasRenderer.php ](file:///data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/src/Document/Renderer/Html/MetasRenderer.php#L62)(line 62)
MetasRenderer->render(null, array(), null)
in [/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/src/Document/HtmlDocument.php ](file:///data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/src/Document/HtmlDocument.php#L575)(line 575)
HtmlDocument->getBuffer('metas', null, array())
in [/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/src/Document/HtmlDocument.php ](file:///data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/src/Document/HtmlDocument.php#L894)(line 894)
HtmlDocument->_renderTemplate()
in [/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/src/Document/HtmlDocument.php ](file:///data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/src/Document/HtmlDocument.php#L647)(line 647)
HtmlDocument->render(false, array('template' => 'atum', 'directory' => '/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/administrator/templates', 'debug' => 2, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
in [/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/src/Document/ErrorDocument.php ](file:///data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/src/Document/ErrorDocument.php#L139)(line 139)
ErrorDocument->render(false, array('template' => 'atum', 'directory' => '/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/administrator/templates', 'debug' => 2, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
in [/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/src/Error/Renderer/HtmlRenderer.php ](file:///data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/src/Error/Renderer/HtmlRenderer.php#L70)(line 70)
HtmlRenderer->render(object(mysqli_sql_exception))
in [/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/src/Exception/ExceptionHandler.php ](file:///data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/src/Exception/ExceptionHandler.php#L136)(line 136)
ExceptionHandler::render(object(mysqli_sql_exception))
in [/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/src/Exception/ExceptionHandler.php ](file:///data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/src/Exception/ExceptionHandler.php#L73)(line 73)
ExceptionHandler::handleException(object(mysqli_sql_exception))
in [/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/src/Application/CMSApplication.php ](file:///data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/libraries/src/Application/CMSApplication.php#L336)(line 336)
CMSApplication->execute()
in [/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/administrator/includes/app.php ](file:///data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/administrator/includes/app.php#L58)(line 58)
require_once('/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/administrator/includes/app.php')
in [/data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/administrator/index.php ](file:///data/5/9/59869c13-0263-4efa-bf71-568708af0344/petben.cz/sub/transition/administrator/index.php#L32)(line 32)

update log:

#Fields: datetime	priority clientip	category	message
2024-04-24T12:23:38+00:00	INFO 78.45.5.90	update	Test logging
2024-04-24T12:23:38+00:00	INFO 78.45.5.90	update	Aktualizaci spustil uživatel Petr Beneš (786). Stará verze je 5.0.3.
2024-04-24T12:23:40+00:00	INFO 78.45.5.90	update	Stahování aktualizačních souborů z https://s3-us-west-2.amazonaws.com/joomla-official-downloads/joomladownloads/joomla5/Joomla_5.1.0-Stable-Update_Package.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6LXDJLNUINX2AVMH%2F20240424%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20240424T122338Z&X-Amz-Expires=60&X-Amz-SignedHeaders=host&X-Amz-Signature=e6dd8464e7ae79f4c31e9d57ec3cb54afd7c98cd74d218699359fda68fa97d8c.
2024-04-24T12:23:44+00:00	INFO 78.45.5.90	update	Soubor Joomla_5.1.0-Stable-Update_Package.zip byl úspěšně stažen.
2024-04-24T12:23:44+00:00	INFO 78.45.5.90	update	Spuštění instalace nové verze.

PHP 8.2
MariaDB 10.5

@djfermin
Copy link
Author

Could you post the content of the log file from the update, administrator/logs/joomla_update.php? It seems the update was not complete so the database updates were not complete.

sorry.
I don't feel it. delete everything and install a backup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants