Hi Rick,
It looks like your database connection no longer works.
If this is a remote database you can check your connection on the settings page:
– Go to Settings > WP Data Access
– Tab: Plugin
– Section: Remote database connections
– Click edit icon
– Click button Test
If the connection cannot be established, check the firewall, database, username, password, privileges, and so on. Was there anything changed?
Does this help?
Peter
Data Base Connection works well.
The problem seems to be running a function in a VIEW that is then displayed by your plugin. Other VIEW’s work well.
I have a function named “anon” (which takes 2 parameters) and when I have a VIEW with this:
[SELECT…
members.last_name AS last_name,
…]
your plugin works, but when I use the function as in:
[SELECT… anon(members.anonymous,members.last_name) AS last_name,
…]
the plugin does not work. The VIEW itself works well.
Have you tried a query containing a function? If it doesn’t work, do you have a suggested “work around”?
Many thanks, Rick
I should add that the plugin seems to work on my development server, but not on my host, InMotion.
Hi Rick,
Can you check if the function you are calling in the view is created on your host? If you are ISP hosted, you may not be allowed to use functions. Can you please check?
Thanks,
Peter