Can't approve users since 1.0.8

18 years 2 weeks ago #9390 by wasexton
Can't approve users since 1.0.8 was created by wasexton
Since I updated a few sites to 1.0.8 to fix a bug in user logins, I can no longer approve users by just clicking on the "clock" on the user list in the admin section. Clicking the clock does nothing and I now have to go into each user account and use the pull-down menu.

Any ideas?

Thanks for your help!

Please Log in to join the conversation.

18 years 2 weeks ago #9407 by beat
Replied by beat on topic Re:Can't approve users since 1.0.8
wasexton wrote:

Since I updated a few sites to 1.0.8 to fix a bug in user logins, I can no longer approve users by just clicking on the "clock" on the user list in the admin section. Clicking the clock does nothing and I now have to go into each user account and use the pull-down menu.

Any ideas?

Thanks for your help!


Didn't see this...yet

Which browser ?

Maybe if you can PM me a temp. admin account detail on the faulty site, i can check with debugger ?

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in to join the conversation.

18 years 2 weeks ago #9432 by wasexton
Replied by wasexton on topic Re:Can't approve users since 1.0.8
I sent you a pm but in the meantime I finally just uninstalled CB and reinstalled it and it works again.

I have the same issue on another site I just upgraded as well so we could still debug this if anyone else has the problem.

Thanks again for the response!!!

Please Log in to join the conversation.

18 years 2 weeks ago #9444 by beat
Replied by beat on topic Re:Can't approve users since 1.0.8
wasexton wrote:

Since I updated a few sites to 1.0.8 to fix a bug in user logins, I can no longer approve users by just clicking on the "clock" on the user list in the admin section. Clicking the clock does nothing and I now have to go into each user account and use the pull-down menu.

Any ideas?

Thanks for your help!


Ok, here is very probably the bug:

administrator/components/com_comprofiler/admin.comprofiler.html.php : lines 1514 and 1517 are breaked up in 2 lines by mistake. Actually, this shouldn't be a problem with most php versions. But seems to be one here. So please change this:
[code:1] <td width="10%"><a href="javascript: void(0);" onClick="return listItemTask('cb<?php echo $i;?>
','<?php echo $task;?>')"><img src="<?php echo $imgpath.$img;?>" width="12" height="12" border="0" alt="" /></a></td>
<td width="10%"><img src="<?php echo $imgpath.$img3;?>" width="12" height="12" border="0" alt="" /></td>
<td width="10%"><a href="javascript: void(0);" onClick="return listItemTask('cb<?php echo $i;?>
','<?php echo $task2;?>')"><img src="<?php echo $imgpath.$img2;?>" width="12" height="12" border="0" title="<?php echo $hover; ?>" alt="<?php echo $hover; ?>" /></a></td>
[/code:1]
into this:
[code:1] <td width="10%"><a href="javascript: void(0);" onClick="return listItemTask('cb<?php echo $i;?>','<?php echo $task;?>')"><img src="<?php echo $imgpath.$img;?>" width="12" height="12" border="0" alt="" /></a></td>
<td width="10%"><img src="<?php echo $imgpath.$img3;?>" width="12" height="12" border="0" alt="" /></td>
<td width="10%"><a href="javascript: void(0);" onClick="return listItemTask('cb<?php echo $i;?>','<?php echo $task2;?>')"><img src="<?php echo $imgpath.$img2;?>" width="12" height="12" border="0" title="<?php echo $hover; ?>" alt="<?php echo $hover; ?>" /></a></td>
[/code:1]
and tell us if it now works ?

I'm attaching also a corrected CB 1.0 RC2 file for simple replacement (please rename file and remove the .txt extension).

Attachment admin.comprofiler.html.php.txt not found


Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info
Attachments:

Please Log in to join the conversation.

18 years 2 weeks ago #9446 by wasexton
Replied by wasexton on topic Re:Can't approve users since 1.0.8
Thanks! That fixed the problem. By the way, the OS in question is CentOS 4.3 with php5.

I left you a pm about one more issue. I do not know if it is related or not.

Art Sexton

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.402 seconds

Facebook Twitter LinkedIn