Loading...
 
Architecture / Installation

Architecture / Installation


tiki_p_admin_rssmodules missing after upgrade

posts: 3

I Upgraded from 1.9.2 to 1.9.4 and suddenly my RSS Admin did not work. It kept complaining about missing tiki_p_admin_rssmodules.

Sure enough, there was no tiki_p_admin_rssmodules defined in the user permissions table so I added it to the DB, added the new permission to the group and now it works again.

Here is what changed in the tiki-admin_rssmodules.php between versions that caused the problem

Version 1.9.2

if ($tiki_p_admin != 'y') {
$smarty->assign('msg', tra("You do not have permission to use this feature"));

$smarty->display("error.tpl");
die;
}


Version 1.9.4

if ($tiki_p_admin_rssmodules != 'y') {
$smarty->assign('msg', tra("You do not have permission to use this feature"));

$smarty->display("error.tpl");
die;
}


Did I miss a step in the upgrade that would have inserted this value into the database? Would I be missing other things like this that I have not discovered yet? Should this be put in the bug tracker or is it my fault for missing an upgrade step?

thanks ahead of time!

posts: 1630 Canada


> Did I miss a step in the upgrade that would have inserted this value into the database? Would I be missing other things like this that I have not discovered yet? Should this be put in the bug tracker or is it my fault for missing an upgrade step?
>
> thanks ahead of time!
>

Please run the 1.8to1.9 upgrade script from tiki-install.php or use db/tiki_1.8to1.9.sql via phpmyadmin


posts: 3
Thanks, That did the trick. mrgreen My host must have had an out of sync base install script.

Upcoming Events

1)  18 Apr 2024 14:00 GMT-0000
Tiki Roundtable Meeting
2)  16 May 2024 14:00 GMT-0000
Tiki Roundtable Meeting
3)  20 Jun 2024 14:00 GMT-0000
Tiki Roundtable Meeting
4)  18 Jul 2024 14:00 GMT-0000
Tiki Roundtable Meeting
5)  15 Aug 2024 14:00 GMT-0000
Tiki Roundtable Meeting
6)  19 Sep 2024 14:00 GMT-0000
Tiki Roundtable Meeting
7) 
Tiki birthday
8)  17 Oct 2024 14:00 GMT-0000
Tiki Roundtable Meeting
9)  21 Nov 2024 14:00 GMT-0000
Tiki Roundtable Meeting
10)  19 Dec 2024 14:00 GMT-0000
Tiki Roundtable Meeting