Quote:
Originally Posted by tamborinegal
Hi Andrew, I am using 2.2.7 and it has been working perfectly for quite a while now but today when I went to administer link, I got the error
Warning: Cannot use a scalar value as an array in /local_links_admin.php on line 343
Everything else seems to be working as normal. Do you have any idea why this would have started happening?
Thanks
Clancy
|
It's a combination of reasons - partly sloppy coding by me. I think you must have installed another hack recently which is setting a variable ($forum) that LDM uses.
You can get rid of the warning as far as LDM is concerned by editing local_links_admin.php and adding the line
immediately before line 343
But it would be worth find out out which hack has added this stray variable in case we're leaving problems for the future.