New Zenner
- Join Date:
- Jun 2010
- Posts:
- 4
- Plugin Contributions:
- 0
Can not edit your admin user profiles (v1.5.0)?
After I install Zen-Cart V1.5.0, I found that I can not edit the admin user profiles after "add profiles".
I try to find the answer at this forum, but find nothing :oops:
Here is how I solve the problem:
edit file" admin folder\profiles.php"
line:199
<form id="profileBoxes" name="profileBoxes" action="<?php echo zen_href_link(FILENAME_PROFILES) ?>" method="post">change to
<?php echo zen_draw_form('profileBoxes', FILENAME_PROFILES, 'action=edit') ?>:clap: I think this post may be able to help some others.