Quote:
Originally Posted by gsm4arab1
hi
can you check this message
Warning: uksort() [function.uksort]: Array was modified by the user comparison function in [path]/includes/local_links_include.php on line 1587
|
This turns out to be a warning generated in php version 5.2.12 but not in earlier versions, which explains why it is only just being reported.
You can fix the problem (I think) by editing one of the code files, includes/local_links_include.php. If you are not comfortable making edits, get back to me.
a) Make a backup copy of that file, in case something goes wrong
b) Find function ldm_catcmp, which is between lines 1543 and 1571 in your version of LDM
c) Replace all these lines by the contents of the attached.
Let me know if that fixes things.