Site https://pricelist.co.bw/ doesn't use Rehub theme
Username : user
Password: JG926jsEOiTb
Use this password
JG926jsEOiTb
Link on page with issue: https://pricelist.co.bw/wp-admin/admin.php?page=vpt_option
Login details of site (optional): Username : user password: WAnvlCY5YQuG
this doesn't work for me. Send me proper login details
first i installed WP Config File Editor plugin, then went to the WCPF editor, scrolled to File system Method, then I found the method was Direct. Here below is the raw file
<?php /** * 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://wordpress.org/support/article/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', 'bitnami_wordpress' ); /** MySQL database username */ define( 'DB_USER', 'bn_wordpress' ); /** MySQL database password */ define( 'DB_PASSWORD', '327cd06470ff119687e0d2c5bc132f70dc7f7d2d7a5d9de1d7808be0566e34e5' ); /** MySQL hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', 'ZmFNe&Gs|IJpe8n~Pf6VRhGXL _A_=_8xd6$y$& `@$=4_nK{1+TL(uh5b_yfyq0' ); define( 'SECURE_AUTH_KEY', '%14[KA&`3(DUV.A;(h$~7w/E =UaV2tVI57OPykLl93y^c:^j,&LZz=EI&p6$(-a' ); define( 'LOGGED_IN_KEY', '><!A]!GnAu]swb|$sC1hYJi+)pfx)N+Ey;CZ9J8T_-st8;o_>,T{NfEJ@J[cmU.P' ); define( 'NONCE_KEY', 't!iK(=rm0K_=TZ d/> lU6(7=>;wbW?OW#a`Q^oo?W?RC&U2aVh7*Q;g4=*i**e' ); define( 'AUTH_SALT', '}*1uE/G,XBH,@sQ77@Y-bpp 7x2Z=*7ffQBJo&7Ray%/$ W.)j[@TziL^r4OSIu_' ); define( 'SECURE_AUTH_SALT', '@%:mQG LtO:iy~MUdo%+.7;WIhjt#o _Ix:<p}_?@#tU$5eEd5DuVOG0sQiGGHkF' ); define( 'LOGGED_IN_SALT', 'Qn*VbXCdFqS$^H~^.! Rh7>Oim`YSe9.Kdj@yqzP:+F1CN8O4!dLF_yhK+lL:;wJ' ); define( 'NONCE_SALT', 't]#}yhEC+#@Yhta_wJa%XWjBA-`<0w:!$A9XBwmE!f-h1Af=Z-LkH$ru:0:FX6A?' ); /**#@-*/ /** * 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_'; /** * 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 documentation. * * @link https://wordpress.org/support/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ define( 'FS_METHOD', 'direct' ); /** * The WP_SITEURL and WP_HOME options are configured to access from any hostname or IP address. * If you want to access only from an specific domain, you can modify them. For example: * define('WP_HOME','http://example.com'); * define('WP_SITEURL','http://example.com'); * */ if ( defined( 'WP_CLI' ) ) { $_SERVER['HTTP_HOST'] = '127.0.0.1'; } define( 'WP_HOME', 'http://' . $_SERVER['HTTP_HOST'] . '/' ); define( 'WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST'] . '/' ); define( 'WP_AUTO_UPDATE_CORE', 'minor' ); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php'; /** * Disable pingback.ping xmlrpc method to prevent WordPress from participating in DDoS attacks * More info at: https://docs.bitnami.com/general/apps/wordpress/troubleshooting/xmlrpc-and-pingback/ */ if ( !defined( 'WP_CLI' ) ) { // remove x-pingback HTTP header add_filter("wp_headers", function($headers) { unset($headers["X-Pingback"]); return $headers; }); // disable pingbacks add_filter( "xmlrpc_methods", function( $methods ) { unset( $methods["pingback.ping"] ); return $methods; }); }
Describe me what you did and send me code from your Wp-config file
Пн, 25 окт. 2021 г. в 12:08, Sizam Support Help Desk <
sizamtheme+zx32GdK6YLlqw7DRyQPZ@mail.support-hub.io>:
I did but the configurations you sent were already set
I already sent you what to do. Did you edit config file?
Hi, I just checked my wp-config file and everything is in order. The customizer menu is missing some options on theme options like defining the search. Please help and advice on what to do now.
Wp-config file is available in any Wordpress installation and you can find it in root folder of site
you can also ignore problem of theme options and use Customizer which has the same options
I use AWS hosting bitnami wordpress. How do i do as shown on your comment via AWS SSH panel?
it's because you hosting has wrong wordpress installation and wrong constants for Wordpress folders
You can try next
define('FS_METHOD', 'direct');
Place in wp-config.php in root folder of site
Hello, my rehub theme options is not in order. I have attached screenshots to show what it looks like. Please advice how to fix this
Additional Info
Link on page with issue: https://pricelist.co.bw/wp-admin/admin.php?page=vpt_option
Login details of site (optional): Username : user password: WAnvlCY5YQuG
Hi, this is my website https://zappdeal.com/ . whenever I edit theme options after that i save there is not saving. and I am opening media files there is only loading and showing any images