bitnami / vms

Bitnami VMs
https://bitnami.com
Other
200 stars 44 forks source link

Site will not load suddenly, responds with "{"status":401,"message":"No API key provided","request_id":".......} #1532

Closed CarlcArlcaRlcarL closed 1 month ago

CarlcArlcaRlcarL commented 1 month ago

Platform

AWS

bndiagnostic ID know more about bndiagnostic ID

f2830727-8934-60fc-c84a-f1f0fa9d8f8b

bndiagnostic output

not sure. i ran bnsupport-tool

bndiagnostic was not useful. Could you please tell us why?

not sure

Describe your issue as much as you can

I have tried disabling all plugins to no effect. I cannot load anything from the site, it only reports this error. Wondering where to start debugging this. I have made no changes, it could have been from an automatic update that failed, I am not sure.

CarlcArlcaRlcarL commented 1 month ago

Can I provide any more information?

gongomgra commented 1 month ago

Hi @CarlcArlcaRlcarL,

Thanks for using Bitnami. I checked the bnsupport information you provided and I have found the next error in the Apache logs that seem to be related to one of the plugins you are using.

[Thu May 16 23:31:58.177757 2024] [proxy_fcgi:error] [pid 3559:tid 139905833346816] [client IP_ADDRESS:32140] AH01071: Got error 'PHP message: WordPress database error Duplicate column name 'new' for query ALTER TABLE wp_aioseo_notifications\n\t\t\t\tADD new tinyint(1) NOT NULL DEFAULT 1 AFTER dismissed made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, AIOSEO\\Plugin\\Common\\Main\\Updates->runUpdates, AIOSEO\\Plugin\\Common\\Main\\Updates->addNotificationsNewColumn, AIOSEO\\Plugin\\Common\\Utils\\Database->executePHP message: WordPress database error Duplicate column name 'og_image_url' for query ALTER TABLE wp_aioseo_posts ADD og_image_url text DEFAULT NULL AFTER og_image_type made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, AIOSEO\\Plugin\\Common\\Main\\Updates->runUpdates, AIOSEO\\Plugin\\Common\\Main\\Updates->migrateOgTwitterImageColumns, AIOSEO\\Plugin\\Common\\Utils\\Database->executePHP message: WordPress database error Unknown column 'og_custom_image_width' in 'wp_aioseo_posts' for query ALTER TABLE wp_aioseo_posts CHANGE COLUMN og_custom_image_width og_image_width int(11) DEFAULT NULL AFTER og_image_url made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, AIOSEO\\Plugin\\Common\\Main\\Updates->runUpdates, AIOSEO\\Plugin\\Common\\Main\\Updates->migrateOgTwitterImageColumns, AIOSEO\\Plugin\\Common\\Utils\\Database->executePHP message: WordPress database error Duplicate column name 'limit_modified_date' for query ALTER TABLE wp_aioseo_posts\n\t\t\t\tADD limit_modified_date tinyint(1) NOT NULL DEFAULT 0 AFTER local_seo made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, AIOSEO\\Plugin\\Common\\Main\\Updates->runUpdates, AIOSEO\\Plugin\\Common\\Main\\Updates->addLimitModifiedDateColumn, AIOSEO\\Plugin\\Common\\Utils\\Database->executePHP message: WordPress database error Duplicate column name 'options' for query ALTER TABLE wp_aioseo_posts\n\t\t\t\tADD `options` longtext DEFAULT NULL AFTER `limit_modified_date` made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, AIOSEO\\Plugin\\Common\\Main\\Updates->runUpdates, AIOSEO\\Plugin\\Common\\Main\\Updates->addOptionsColumn, AIOSEO\\Plugin\\Common\\Utils\\Database->executePHP message: WordPress database error Duplicate column name 'addon' for query ALTER TABLE wp_aioseo_notifications\n\t\t\t\tADD `addon` varchar(64) DEFAULT NULL AFTER `slug` made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, AIOSEO\\Plugin\\Common\\Main\\Updates->runUpdates, AIOSEO\\Plugin\\Common\\Main\\Updates->addNotificationsAddonColumn, AIOSEO\\Plugin\\Common\\Utils\\Database->executePHP message: WordPress database error Duplicate column name 'primary_term' for query ALTER TABLE wp_aioseo_posts\n\t\t\t\tADD `primary_term` longtext DEFAULT NULL AFTER `page_analysis` made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, AIOSEO\\Plugin\\Common\\Main\\Updates->runUpdates, AIOSEO\\Plugin\\Common\\Main\\Updates->addPrimaryTermColumn, AIOSEO\\Plugin\\Common\\Utils\\Database->executePHP message: WordPress database error Table 'wp_aioseo_crawl_cleanup_logs' already exists for query CREATE TABLE wp_aioseo_crawl_cleanup_logs (\n\t\t\t\t\t`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n\t\t\t\t\t`slug` text NOT NULL,\n\t\t\t\t\t`key` text NOT NULL,\n\t\t\t\t\t`value` text,\n\t\t\t\t\t`hash` varchar(40) NOT NULL,\n\t\t\t\t\t`hits` int(20) NOT NULL DEFAULT 1,\n\t\t\t\t\t`created` datetime NOT NULL,\n\t\t\t\t\t`updated` datetime NOT NULL,\n\t\t\t\t\tPRIMARY KEY (id),\n\t\t\t\t\tUNIQUE KEY ndx_aioseo_crawl_cleanup_logs_hash (hash)\n\t\t\t\t) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, AIOSEO\\Plugin\\Common\\Main\\Updates->runUpdates, AIOSEO\\Plugin\\Common\\Main\\Updates->addQueryArgMonitorTables, AIOSEO\\Plugin\\Common\\Utils\\Database->execute'

Unfortunately, I don't see any error message related to the one you shared. That said, I see you are using an old version of the WordPress stack, but I don't know if your issue can be related to this as well. Maybe the updated WordPress application or plugin does not work properly with the PHP version on your server?.

For information regarding the application itself, customization of the content within the application, or questions about the use of technology or infrastructure; we highly recommend checking forums and user guides made available by the project behind the application.

CarlcArlcaRlcarL commented 1 month ago

That was it thank you

CarlcArlcaRlcarL commented 1 month ago

Thsnks