Parme62
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Athletics] No Data DisplayingOk I’ve tried to take a quick look on the code and I’ve found the problem: the problem is in the SQL that create the event table
CREATE TABLE $this->EVENT_TABLE (
……
event_type varchar(10),
……….
event_type varchar(10) DEFAULT NULL,
……….
UNIQUE KEY id (id)
);as you see the event_type column is duplicated. Corrected this and “reinstalled” it works everywhere. Hope this helped.
I’m a programmer, a runner and a coach on the local team. I HAD to help to find the problem…..ByeForum: Plugins
In reply to: [WP Athletics] No Data DisplayingOk. Being a programmer ( not in the php/WP area ) I tried it in a fresh new WP installation. As I mentioned I tried both the options in settings about using views. I tried the same things on a hosting on one.com and with the same results. Not working a no event table created. I tried the same things on aruba.com and I had the same results. If I’ll find some time I’ll try to investigate why event table isn’t created. Bye
Forum: Plugins
In reply to: [WP Athletics] No Data Displaying3 tables
_wpa_event_cat
_wpa_log
_wpa_result
and no it didn’t create the view. I tried both the options about view in settings. Locally I use a standard XAMPP installationAll the tables are empty. It’s the last wordpress 4.21 with the default plugins
Forum: Plugins
In reply to: [WP Athletics] No Data DisplayingOk I’ve just installed the plugin on a local site and an hosted site and both give the same problem: When I try to add event it seem all right but then nothing is displayed. I tried all the combination in andvanced options but nothing good. I looked at the tables but they are all empty. It seems something is going wrong when adding the record. Is there something I can do for helping you?