1 slamp Mar 23, 2010 17:38
3 slamp Mar 27, 2010 11:27
It's for all users with right to write articlesm, except admin account.
4 jmcausing Mar 27, 2010 12:10
hi again.. looks like a Group/user permission denied issue. look for the folder where all images uploaded by users before. check if its rewritable.
chodmod 777?
5 yabba Mar 30, 2010 13:38
Hi Slamp,
Crack open that file and change the section of code ( 724 -> 728 ..ish ) to look like this ( debug_die() is the changed line )
if( ! $perm && $assert )
{ // We can't let this go on!
global $app_name;
debug_die( sprintf( /* %s is the application name, usually "b2evolution" */ T_('Group/user permission denied by %s!'), $app_name )." ($permname:$permlevel:"
.( is_object($perm_target) ? get_class($perm_target).'['.$perm_target_ID.']' : $perm_target ).")" );
}
¥
Hi slamp.
You said the user admin is able to post images and text with no problems right? Is it for certain user? or all other basic users?