timotejf
Forum Replies Created
-
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Not showingHi @wpmudevsupport15 !
Error in line 103 was cleared. Debug file does not report any new errors.
I have checked wp-config once again and it seems that there was an error with pasting with the previous reply – I have checked and “define” line is: define( ‘ABSPATH’, __DIR__ . ‘/’ );
I am also attaching link to wp-congig file: https://pastebin.com/bAKJHScq
Best,
Timotej
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Not showingHi,
WP config below:
**************
<?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:
* - * Database settings
- * Secret keys
- * Database table prefix
- * ABSPATH
* - @link https://ww.wp.xz.cn/support/article/editing-wp-config-php/
* - @package WordPress
*/
// ** Database settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define( ‘DB_NAME’, ‘****’ );/** Database username */
define( ‘DB_USER’, ‘******’ );/** Database password */
define( ‘DB_PASSWORD’, ‘***** );/** Database hostname */
define( ‘DB_HOST’, ‘*****’ );/** 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
*/
define( ‘AUTH_KEY’, ‘****’ );
define( ‘SECURE_AUTH_KEY’, ‘****’ );
define( ‘LOGGED_IN_KEY’, ‘****’ );
define( ‘NONCE_KEY’, ‘****’ );
define( ‘AUTH_SALT’, ‘****’ );
define( ‘SECURE_AUTH_SALT’, ‘****’ );
define( ‘LOGGED_IN_SALT’, ‘****’ );
define( ‘NONCE_SALT’, ‘****’ );
/*#@-/
/**
- 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 = ‘wplm_’;
/**
- 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://ww.wp.xz.cn/support/article/debugging-in-wordpress/
*/
// Enable WP_DEBUG mode
define( ‘WP_DEBUG’, true );
// Enable Debug logging to the /wp-content/debug.log file
define( ‘WP_DEBUG_LOG’, true );// Disable display of errors and warnings
define( ‘WP_DEBUG_DISPLAY’, false );/* Add any custom values between this line and the “stop editing” line. */
/* 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’;*********
Best,
Timotej
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Not showingAlso worth of mentioning, I have tried to delete the plugin and install it again in the past and the same issue is present.
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Not showingHi Adam!
Thank you for your response.
1. duplicated, same error
2. created a simple one, same errorAfter some debugging, I cleared the memory limit error and found out that I am able to submit an email through a popup (it also syncs with Mailchimp) but I am able to do it with only one (1) email address. After that, I am getting the same error. I am not getting any errors in debug log. I am able to submit an email address through a popup approx. every 24hrs.
Best,
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Not showingHi,
sorry for the late reply.
Have done some more debugging and can not find any reason why am I getting this error.
As requested:
WP: 6.1.1
Hustle: 7.6.1
PHP: 7.4After running WP_DEBUG I am only getting these errors:
13-Dec-2022 20:41:39 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/”HIDDEN”/sejnivazn.si/wp-config.php on line 103
Best,
TimotejForum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Not showingHi,
unfortunately, I still get error after entering email.
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Not showingHi Adam,
Unfortunately, the error is still present after trying suggested solutions.
Best,
TimotejForum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Not showingHi Zafer.
Yes, I have tried it. The problem is still present.
Best
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Not showingHi.
After some more debugging I have been able to make it show on the website. Problem was that I did not have to enable “show Immediately” in the behavior tab (do not know but it has turned itself off…)
Now to return to the first problem. When a user tries to sign up for the newsletter it shows an error.
I have removed and integrated Mailchimp thinking it would solve the problem but no luck…
Note: error massage was customized to be in the local language. This was done in “Edit Field” in Hustle plugin.Error in popup: https://ibb.co/WzTGkLk
Site: https://sejnivazn.si/
Best
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Not showingHi,
Unforchently no luck.
I have defined a height (500×800) but it still does not show on the site. It is showing as it should when I preview it but on the actual site not…
Also cleared up the cache but the problem is still present.Hustle preview https://ibb.co/WDmSgYv
Best,
TimotejForum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Not showingHi,
Sorry for the late response.
After doing some work (enabling and disabling plugins and files) and resetting Hustle plugin I can not get it to show on the main page.
All plugins and themes are up to date.
I am using Cloudflare chasing, tried to clear up the chase, and still, the popup is not visible.Current PHP: 7.4
Pop-up exported: https://www.dropbox.com/s/mc3pxqcljoxj1d9/hustle-popup-20221020-070542-sej-ni-vaZn-email-prijava.json?dl=0
Best,
Timotej - The base configuration for WordPress