wp_fun95
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Preventing duplicate e-mail addresses in databasenoop!
It does not work!
I added the line
require_once(ABSPATH . ‘cfdb-filters.php’);
at the end of the file wp-config.php which ends by the line:
require_once(ABSPATH . ‘wp-settings.php’);This blocks everything, including my dashboard!.. no way to see anything
I guess there is an incompatibility
thanks a lot for your effort
if you have any other idea, please let me know
otherwise, I am afraid I have no other choice but change the theme!..Forum: Plugins
In reply to: [Contact Form DB] Preventing duplicate e-mail addresses in databaseHi Michael
did you have some time to think about this problem?
in the meantime I asked again support from the plugin who told me that editing the core files is not recommended (so they do not exclude this) and that any change would be lost in every update of the plugin.
Any ideas of which are the core files referred to (definitely not the functions.php, since any change in it shuts down the theme and the whole site)?
many thanks in advance for your help
regardsForum: Plugins
In reply to: [Contact Form DB] Preventing duplicate e-mail addresses in databaseHi Michael,
I have the same problem with duplicate emails. I have tried your suggested solution under: https://cfdbplugin.com/?page_id=904
but I encounter a very specific problem due to the WP theme I use.
I use the https://www.pagelines.com theme (free version) which does not allow changes in the functions.php as this is considered changing of core fields not supported by this theme.
I asked support from them but they threw the ball to the plugin author’s support. So, if you have any ideas how to cope with this, I would greatly appreciate.
many thanks in advance
BTW, I love your plugin, it is just great!Forum: Fixing WordPress
In reply to: Not possible to view the Installed pluginsthanks a lot for this
I found the problem. It is a fatal error due to allowed memory
apparently linked with the number of plugins installed.
I cleared first all plugins and then started activating one by one until it was stuck again. Now, it works but still the question remains about the capacity in installed pluginsI will check with my host provider (yes, I am in my self-hosted blog)
to see if they can do something about itForum: Fixing WordPress
In reply to: HELP! I have no access to my admin pageYeah!
that’s it
thanks a lot guys
you are the best