B. Papadopoulos
Forum Replies Created
-
Forum: Plugins
In reply to: [Front End PM] Inbox lost after migration. Tables also missingIf it helps, please note the following steps I took:
– website migrated
– website and plugins updated
– database prefix changed for security reasons
– found out that I had to: Dashboard > Front End PM > Settings > UpdateRegards
Forum: Plugins
In reply to: [Front End PM] Inbox lost after migration. Tables also missingUpdate:
This: SELECT * FROM[dbPrefix]_posts
WHEREpost_type
= ‘fep_message’
returned only the newly made messages, which are 7.Perhaps this means that the FEP tables didn’t move the messages to CPT.
The question is: why and how can we fix it.
Regards
Forum: Plugins
In reply to: [Front End PM] Inbox lost after migration. Tables also missingThank you for fast responding and for clarifying CPT.
All of your questioning assumptions are correct.
The plugin updated without any errors.Previously, it had 2032 messages.
At the moment, only the newly posted messages appear in the inbox.
Please let me know if I can provide any more info or technical details.
Its a nice puzzle.Regards.
Forum: Plugins
In reply to: [Front End PM] Inbox lost after migration. Tables also missingWell, sadly nothing changed.
Could you please inform me about CPT (what is it, e.t.c.)?
Currently, in the target database there are no tables which names includes CPT.Also, I have an export of the 2 FET tables if that helps somehow.
Regards
Forum: Plugins
In reply to: [Front End PM] Inbox lost after migration. Tables also missingI have no idea what version used to be.
Picked 3.3 and pressed the update button and see what happens.There are many many messages to process.
Forum: Plugins
In reply to: [Front End PM] fep_get_user_total_message dont work after updateWith pleasure.
Did it already.
High starred the plugin itself and the developer.Regards
Forum: Plugins
In reply to: [Front End PM] fep_get_user_total_message dont work after updateYou are absolutely right.
Must be the long hours behind my monitor.Shamim, thank you very much for your time and support.
Regards
Forum: Plugins
In reply to: [Front End PM] fep_get_user_total_message dont work after updateThank for your reply.
Yes, I did try that already before posting here.
I am using the theme Classipress, and in sidebar.php I would like to show the new messages and the total messages.The new messages worked like a charm.
The total messages dont, at the moment.This is what I am using.
<?php fep_get_user_message_count( ‘total’ );?>Am I missing something?
Thanks.Regards