Page 1 of 1
Can't Find Update Button
Posted: Mon Jul 21, 2008 5:08 pm
by asai
Can anyone help me find the update button for OpenEMM 5.5.0? I go to the Settings section (as Administrator with full permissions), but all I can see is
Edit profile fields
Blacklist
Forms of salutation
User
Bounce-Filters
Posted: Thu Jul 24, 2008 10:16 pm
by maschoff
If you use the Windows version of OpenEMM or a version before 5.4, an online update is not available.
Posted: Thu Sep 11, 2008 6:35 pm
by asai
Yes, but I'm using OpenEMM 5.5.0 for Linux...I still can't find it...
missing permission
Posted: Thu Sep 11, 2008 8:49 pm
by maschoff
The update permission seems to be missing from your account. Start mysql as user root and execute
Code: Select all
insert into admin_group_permission_tbl (admin_group_id, security_token) values (4, 'update.show');
Posted: Fri Sep 12, 2008 7:48 pm
by asai
Thanks, Martin.
I have done what you have said, but I can't find it yet...where should the button be?
Posted: Fri Sep 12, 2008 8:21 pm
by maschoff
Menu Settings, submenu Update.
Please check in settings -> user the rights of your administrator account. You should see a permission called "Display online update" in the section "General".
If not, then your database is (for whatever reason) not up to date.
Posted: Fri Sep 12, 2008 9:00 pm
by asai
Ok, I'm not seeing that. My DB must be out of date. Can I simply run the SQL update script which comes with 5.5.0?
Posted: Fri Sep 12, 2008 9:53 pm
by maschoff
It depends on at which version you stopped running the sql update scripts. Since every update script adds tables, fields or values to the OpenEMM database you should check if a table, field or value already exists in your database - if not, run the script.
Posted: Fri Sep 12, 2008 10:10 pm
by asai
Ok, I'll check, but what's weird is, I thought I had done this with every new install.
Posted: Sat Sep 13, 2008 12:33 am
by asai
For whatever reason, it's still not working for me. I've updated the database thoroughly. Still not working. I don't see any update or upgrade buttons.
Posted: Thu Sep 25, 2008 10:22 pm
by jim_frey
I just clicked on "Settings" > "Update" and it all worked perfectly --- on Red Hat
Posted: Thu Sep 25, 2008 10:32 pm
by asai
Crazy, cause I just upgraded to 5.5.1 and I still don't see anywhere under Settings an Upgrade button. I'm on CentOS.