cb9424
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
https://ibb.co/B5kWtn91
here’s the code also<?php
define( 'WP_CACHE', true );
// Added by SpeedyCache
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the website, you can copy this file to "wp-config.php"
* and fill in the values.
*
* This file contains the following configurations:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://developer.ww.wp.xz.cn/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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.ww.wp.xz.cn/secret-key/1.1/salt/ ww.wp.xz.cn 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
*/
/**
* 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 = 'wpkm_';
/**
* 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://developer.ww.wp.xz.cn/advanced-administration/debug/debug-wordpress/
*/
/* Add any custom values between this line and the "stop editing" line. */
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
define('FORMINATOR_DEBUG', true);
define('FORMINATOR_ADDON_DEBUG', true);
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
/* 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';- This reply was modified 1 year ago by Yui. Reason: privacy edit
First of all, there was no error displayed on the front end of my site while i add the debug code to config php file and also the two forminator debug code here
define('FORMINATOR_DEBUG', true);define('FORMINATOR_ADDON_DEBUG', true);But here is the debug log file after i completed the steps you instructed
https://drive.google.com/file/d/1cLcI9zSv49bKcCTMUoYHmti-H7tthiy2/view?usp=sharing
- This reply was modified 1 year, 1 month ago by cb9424.
?? still no response
I have deleted the email form the email notification, added the shortcode to a new page and submitted the form on the front end but the same problem still persist.
It should be noted that all forms were working perfectly until recentlyOk, thank you very much. Here is an export of the file
Viewing 5 replies - 1 through 5 (of 5 total)