WordPress database error: [INSERT, UPDATE command denied to user 'ck4a43763395972'@'160.153.147.137' for table 'wp_5cm9avyp0r_options']
INSERT INTO `wp_5cm9avyp0r_options` (`option_name`, `option_value`, `autoload`) VALUES ('elementor_log', 'a:1:{s:32:\"f759ae20fc208c8a182125f7ed0f2b6d\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:89:\"/var/www/wp-content/plugins/elementor/.289ed0b4.ico(2) : eval()\'d code(4) : eval()\'d code\";s:7:\"\0*\0line\";i:234;s:7:\"\0*\0date\";s:19:\"2022-07-06 00:47:09\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:39:\"Invalid argument supplied for foreach()\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-07-06 00:47:09\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:39:\"Invalid argument supplied for foreach()\";s:4:\"file\";s:89:\"/var/www/wp-content/plugins/elementor/.289ed0b4.ico(2) : eval()\'d code(4) : eval()\'d code\";s:4:\"line\";i:234;s:5:\"trace\";b:1;}}}', 'no') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
HTTP/1.1 500 Internal Server ErrorDate: Wed, 06 Jul 2022 00:47:09 GMT
Server: Apache
X-Web-Server: 88ef846f-1232-2e0c-84f6-d32fc0532a3a
x-fawn-proc-count: 1,0,24
Content-Security-Policy: upgrade-insecure-requests
X-XID: 41239151
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
x-php-version: 7.2
Strict-Transport-Security: max-age=300
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
bf6
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the
* installation. You don't have to use the web site, you can
* copy this file to "wp-config.php" and fill in the values.
*
* This file contains the following configurations:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'femp41239151870');
/** MySQL database username */
define('DB_USER', 'femp41239151870');
/** MySQL database password */
define('DB_PASSWORD', 'Uu4w|+oG.R');
/** MySQL hostname */
define('DB_HOST', '160.153.146.169:3309');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
/**#@+
* Authentication Unique Keys and Salts.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
* You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
*
* @since 2.6.0
*/
define('AUTH_KEY', 'JN(2h1b+(j$CagK)CHD0');
define('SECURE_AUTH_KEY', '!TFBUF=7PwGWZyW&Qy%z');
define('LOGGED_IN_KEY', 'qtyX)=wcfLY-9/zZXJYc');
define('NONCE_KEY', '3sMhBFLZvCbrVh389-L&');
define('AUTH_SALT', 'ZFCKgv6W$zXEZSxHJpO ');
define('SECURE_AUTH_SALT', 'vZYCd=WHkJ& tD2MjdTr');
define('LOGGED_IN_SALT', 'W!pHQNVBymZXkSOsX0R6');
define('NONCE_SALT', 'P)a6dyhBsFF!%En_ -_z');
/**#@-*/
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each
* a unique prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = 'wp_b49j7mwa36_';
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
//define( 'WP_CACHE', true );
require_once( dirname( __FILE__ ) . '/gd-config.php' );
define( 'FS_METHOD', 'direct');
define('FS_CHMOD_DIR', (0705 & ~ umask()));
define('FS_CHMOD_FILE', (0604 & ~ umask()));
define( 'FORCE_SSL_ADMIN', true );
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
0