Author Topic: can not update permissioms of user 2.6 RC version  (Read 2517 times)

rubeng0071

  • Newbie
  • *
  • Posts: 4
    • View Profile
can not update permissioms of user 2.6 RC version
« on: May 18, 2014, 02:56:30 am »
hello

I Can not update permissions of user/ejecutive/ general /etc in 2.6 RC version.

i read another post about this problems but everybody talk that in version 2.6 would be solved.
I try to find the line code posted in next solution and can't find it. I think it was because in 2.6 version don't appear.
I try to implement this solutions:
http://forum.fengoffice.com/index.php?topic=19185.msg37439#msg37439

my log.php show this error:

#1 ERROR: Error: Undefined variable: dim in '/home/rubeng00/public_html/managefeng/application/helpers/permissions.php' on line 911 (error code: 8)
#2 DEBUG: Invalid dimension: request: Array
#3 FATAL: exception 'Exception' with message 'Invalid dimension' in /home/rubeng00/public_html/managefeng/application/helpers/permissions.php:913
 [/font]

rubeng0071

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: can not update permissioms of user 2.6 RC version
« Reply #1 on: May 18, 2014, 06:44:43 pm »
Hi

on application/helpers/permissions.php

And on top of the same file add this piece of code:

Code: [Select]
define('DONT_SAVE_PERMISSIONS_IN_BACKGROUND', true);

with this only modification solve the problema.