2 jmcausing Mar 24, 2010 03:48

It's for all users with right to write articlesm, except admin account.
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?
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?