Site Admin»System Information issue

Post Reply
fredp
Forum Members
Forum Members
Posts: 218
Joined: Sun Jul 27, 2008 1:36 am
Location: USA

Site Admin»System Information issue

Post by fredp »

Hi,
Site Admin » System Information is erroneously reporting that "grant all" permissions can't be found, even though they exist for the user:
Check database access levels (server_db_grants) Caution could not find a suitable "grant all" permission. this may mean you could have problems installing or removing modules. or even adding and deleting items, including pages
I tracked the problem down to what appears to be a cut/paste error on line 301 (below in bold/red):
admin/systeminfo.php (line 301) wrote: if( !$found_grantall ) {
$tmp[0]['server_db_grants'] = testDummy('db_grants',lang('error_nograntall_found'),'yellow');
}
else {
$tmp[0]['server_db_grants'] = testDummy('db_grants',lang('msg_grantall_found'),'green');
$tmp[0]['server_db_grants'] = testDummy('db_grants',lang('error_nograntall_found'),'yellow');
}
I suspect line 301 should be deleted.

Testing was done on a upgraded 1.10.3 site using:
  • mysql 5.5.23
  • php 5.3.8
Hope this helps,
fredp
Nearly all men can stand adversity, but if you want to test a man's character, give him power.
- Abraham Lincoln
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Site Admin»System Information issue

Post by calguy1000 »

already been reported, and fixed....
a new beta will be out in a few days.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
fredp
Forum Members
Forum Members
Posts: 218
Joined: Sun Jul 27, 2008 1:36 am
Location: USA

Re: Site Admin»System Information issue

Post by fredp »

calguy1000 wrote:already been reported, and fixed....
Good news. Thanks!
Nearly all men can stand adversity, but if you want to test a man's character, give him power.
- Abraham Lincoln
Post Reply

Return to “Closed Issues”