diegpl
Forum Replies Created
-
So, can I set it just once for the whole network, even for the new sites? Tks! 😉
yes, it is true, the server was running out of space, solved. Tks! 😉
Yes, administrators are able to work with the plugin and the issue is just with super admins. I also sent you a message through the premium support. Please, fix that for us, tks! 😉
About this error, it was because Hide My WP plugin was with this setting enabled https://hidemywpghost.com/kb/customize-paths-in-hide-my-wp-ghost/#firewall_script_injection
I just disabled it, then. Holding on about the other issues. Tks! 😉Hmm, about this last thing, it is probably because of other plugins, since the post_id or your is much newer.
Why does the plugin generate a lot of repeated data in post meta?
mysql> SELECT * FROM wp_postmeta WHERE meta_key = ’email’ AND meta_value = ‘mariavieira043a@gmail.com’;
+———+———+———-+—————————+
| meta_id | post_id | meta_key | meta_value |
+———+———+———-+—————————+
| 32687 | 3863 | email | mariavieira043a@gmail.com |
| 33185 | 3975 | email | mariavieira043a@gmail.com |
| 33262 | 3992 | email | mariavieira043a@gmail.com |
| 34673 | 4311 | email | mariavieira043a@gmail.com |
| 34815 | 4345 | email | mariavieira043a@gmail.com |
| 34884 | 4362 | email | mariavieira043a@gmail.com |
| 34973 | 4378 | email | mariavieira043a@gmail.com |
| 44657 | 6566 | email | mariavieira043a@gmail.com |
| 45429 | 6739 | email | mariavieira043a@gmail.com |
| 64401 | 11008 | email | mariavieira043a@gmail.com |
+———+———+———-+—————————+
10 rows in set (0.01 sec)Needed to run this code to fix the currency issue. Please, solve that in a new version, your plugin has a very good project and it is my pleasure to support it 🙂
UPDATE dbname.prefix_postmeta SET meta_value = ‘BRL’ WHERE meta_key LIKE ‘%currency%’ AND meta_value != ‘BRL’;This error is also not related to what you have said, it happens when a lead is imported without a currency, which based on you importer I think will be all of them, because there is not this input in the importer. Please, check your plugin yourself too, it is a very promising plugin (simple, clean, fast but not finished in some points), but these bugs were not supposed to happen. It happens bcz the user is without the currency when created through importing:
If I click in the lead, I get this error:
dashboard.min.js?ver=1.0.7.6:27 RangeError: Invalid currency code : sulli
at new NumberFormat ()
at n (4fa04c91b2f3cd29.js:1:133502)
at t.value (4fa04c91b2f3cd29.js:1:99295)
at $l (dashboard.min.js?ver=1.0.7.6:27:71602)
at Zl (dashboard.min.js?ver=1.0.7.6:27:71401)
at qi (dashboard.min.js?ver=1.0.7.6:27:112188)
at Pu (dashboard.min.js?ver=1.0.7.6:27:98405)
at ju (dashboard.min.js?ver=1.0.7.6:27:98333)
at Tu (dashboard.min.js?ver=1.0.7.6:27:98196)
at bu (dashboard.min.js?ver=1.0.7.6:27:95183)So, I guess the smtp error will not be related to my server either, if all the other things I pointed are not.
- This reply was modified 3 years, 1 month ago by diegpl.
None of your answers are related to these issues. About the other ones, I ll test it in a local server and let you know.
- There is no way to order leads by name or date in the leads list as well
- I am not being able to delete all of them at once, or to filter the situation to not need to delete them just through paginations.
- And I tried to import 1405 leads, but it seems some of them where not added and there was no warning about it or why…
- I tried to import leads again and they are repeated now, it seems there is no way to choose if they will repeat or not before importing and that is a basic thing for a CRM…
Just 1001 leads from the 1405 were uploaded…
Settings > Integration page is returning me this error:
/wp-json/ndpv/v1/intg-form/?:1 Failed to load resource: the server responded with a status of 403 ()
2f99ec2580c75d71.js:1 Uncaught (in promise) Error: Request failed with status code 403
at e.exports (2f99ec2580c75d71.js:1:5791)
at e.exports (2f99ec2580c75d71.js:1:8214)
at XMLHttpRequest.M (2f99ec2580c75d71.js:1:1111)If I click in the lead, I get this error:
dashboard.min.js?ver=1.0.7.6:27 RangeError: Invalid currency code : sulli
at new NumberFormat ()
at n (4fa04c91b2f3cd29.js:1:133502)
at t.value (4fa04c91b2f3cd29.js:1:99295)
at $l (dashboard.min.js?ver=1.0.7.6:27:71602)
at Zl (dashboard.min.js?ver=1.0.7.6:27:71401)
at qi (dashboard.min.js?ver=1.0.7.6:27:112188)
at Pu (dashboard.min.js?ver=1.0.7.6:27:98405)
at ju (dashboard.min.js?ver=1.0.7.6:27:98333)
at Tu (dashboard.min.js?ver=1.0.7.6:27:98196)
at bu (dashboard.min.js?ver=1.0.7.6:27:95183)There is no way to order leads by name or date in the leads list as well.
I am not being able to delete all of them at once, or to filter the situation to not need to delete them just through paginations.
And I tried to import 1405 leads, but it seems some of them where not added and there was no warning about it or why…