cfvctech
Forum Replies Created
-
Forum: Plugins
In reply to: [User Access Manager] Not Saving SettingsMine was a fresh install as well. It was the latest update. I also tried this previous time to uninstall and reinstall to see if anything changed. When I uninstalled, the Create Table we did didn’t uninstall. I had to manually Drop the Table.
I then reinstalled the plugin, which didn’t automatically install the second table. I manually installed the object table and realized at that point about the table name. So I Dropped the table, and reentered the manual table, with the table name change.
It’s working perfectly now. ?? So far, the test is working great. ??
Forum: Plugins
In reply to: [User Access Manager] Not Saving SettingsOk, never mind. I suddenly used my eyes and realized what the problem was. Our tables are uniquely identifiable and when created during auto install are named correctly. But the manual Create Table I had to rename the table properly. That did the trick. ??
Forum: Plugins
In reply to: [User Access Manager] Not Saving SettingsOk, yes, the table was missing. I had to use your second Create Table because the key was too big (I’m limited to 1000 bytes).
Now, let’s see if the practical use of it fixes the problem.
Update: Nope. Nothing is going into the new table. Not to mention that you don’t have a Foreign key linking these two together, only Primary Keys. (Or perhaps that’s a quirk of MySQL? I learned Oracle 10g SQL and PL/SQL, so I’m only loosely familiar with MySQL.)
At any rate, I tried both updating an existing group and creating a new one and no new data. But then, if you’re trying to link them by object_id, they are now out of sync anyway. Your object_id in the main table is automatically incrementing, so it can’t be matched to the object_id of the new table. And since a Primary Key can’t have duplicates, you can’t have up to four rows of the same object_id to represent each of the four categories that can be in a group.
Or maybe I’m missing a link that is a different field.
Forum: Plugins
In reply to: [User Access Manager] Not Saving SettingsMy problem is the same but may be an extension of the Role Affiliation for groups not being added to a group. So the group is basically an “All” group.
I’m wondering if that is the programming that if there are no Roles Affiliated with a group, it defaults to not being able to set a page to that group.
I’ve set the version of UAM in the wp_options tables to 1.0 to update the database. I’ve cleared my cache. I’ve done everything I can think of to get Roles Affiliation to accept Roles but it isn’t working.
I looked at the UAM users access table in the database and there is no field for the Roles Affiliation. I’m guessing it’s handled in a separate UAM table, which would make sense for normalization.
I have the current version of UAM as I only downloaded it yesterday after the new version came out.
I’m using the Smartline Pro Theme.