Sonja London
Forum Replies Created
-
Is there a patch or even better, an actual fix for this
This is marked resolved, but I do not see the fix in the changelog.
Which version is the fix in?
- How do we control these?
- Please put site name in subject!
How is that even remotely related to my question?
This is NOT a connection error.
I asked how to find the post related to the error log entry.
Forum: Plugins
In reply to: [MC4WP: Mailchimp User Sync] Custom mailchimp fields sync ?We are also interested in this.
We would like to know also!
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 & HushmailWe too would like any tips on getting this to work.
+1 for this suggestion.
Thanks Jan, but since we specialize in analytics and wordpress. We already know how to hardcode it and indeed have done it many times. For some of our clients, that solution is fine.
For others we need an interface that is visible within the admin, which is why we asked can anyone suggest a simple working plugin to replace this? We would prefer a simple, stable, well maintained plugin in the wp.org repository.
We agree. Instead of asking for enhancements of added features, we want LESS.
We do not need “Coming soon: dashboards!” . Google Analytics has a fine dashboard. If you want to put a dashboard inside WordPress for some reason, PLEASE make it a separate plugin.
This is getting too bloated and flakey.
And if the developers do not listen, can anyone suggest a simple working plugin to replace this?
Forum: Plugins
In reply to: [WordPress Importer] WordPress Importer – Hand This Over To Another DeveloperWe agree, this plugin could use some additional work. 3.3 is not a great rating. And we have personally had problems with support it.
We are not sure that handing it over to another developer is necessarily the only or even best answer.
It appears that many people in the support forums have offered additional help, but their suggestions or even code improvements have not been used.
@tradesouthwest’s suggestion of putting code in github would make it easier for the community to contribute and lessen the burden on this guy named “wordpressdotorg” who seems to be a bit overwhelmed.
If it helps, DesktopServer is software that adds functions to XAMPPlite like export, import, VHOSTS handling and more. Like MAMP pro but better.
We have tried uninstalling & reinstalling.
The import failed. That was where we discovered the duplicate tables. We used Duplicator on linux host with live site to create the .zip for import to DesktopServer.
We had previously used DesktopServer to deploy directly from windows to live linux host.
I am still not clear at which point the duplicate tables appeared, but it appears related to the fact that the WordFence tries to create tables using mixed case names. Mixed case table names are NOT supported on all combinations of OS/MySQL engine choice. While this may work if databases are never moved between OSs, this is problematic when moving databases from one OS to another.
Here is an excerpt form the MySQL manual:
By default, table aliases are case sensitive on Unix, but not so on Windows or Mac OS X. …
To avoid problems caused by such differences, it is best to adopt a consistent convention, such as always creating and referring to databases and tables using lowercase names. This convention is recommended for maximum portability and ease of use.
Ameet – have you looked at this documentation?
I have written some code to do this, but am still debugging.
It would help if we had a good example.