After i edited the user.php file i was getting that same error for the Find User Option in the Admin CP. I'll try your suggestions and keep you posted. Thanks for the help. greatly appriciated.
Oh also for the editing the user.php file, one thing was to replace the <?php by replacing it with the code you listed in the filechanges.html file. When in the user.php file there are 2 places with <?php listed, at the very beginning and around line 780 which is listed as:
<select name="direction">
<option value="">in ascending order</option>
<option value="DESC">in descending order</option>
</select>
</p></td></tr>
<?php
Which one is supposed to be replace. the one at the beginning or the one around line 780? Thanks you very much for the help.
|