Wedge

Public area => Bug reports => The Pub => Archived fixes => Topic started by: Pandos on October 25th, 2013, 08:01 PM

Title: Errors within new contact lists
Post by: Pandos on October 25th, 2013, 08:01 PM
URL: /profile/?area=contacts(http://wedge.org/):
Quote
Notice: Undefined index: buddies in /Sources/Profile-Modify.php on line 1290Notice: Undefined index: buddies in /Sources/Profile-Modify.php on line 1291Fatal error: Function name must be a string in /Sources/Profile-Modify.php on line 1291
profile/?area=lists:
Quote
Notice: Undefined index: buddy_add_button in /Themes/default/Profile.template.php on line 647" class="new">
profile/?area=lists;sa=ignore
Quote
Warning: Invalid argument supplied for foreach() in /Themes/default/GenericMenu.template.php on line 84Unable to find the "editContactList" template block.

Notice: Undefined index: add in /Themes/default/Profile.template.php on line715" class="new">
By the way...
Setting privacy in topics does'nt work. Switched to members but it's saved with default settings. Even after modifying.
Title: Re: Errors within new contact lists
Post by: Nao on October 25th, 2013, 09:29 PM
These errors are expected. It's a wip and I did warn that some things would break until I'm finished rewriting ;)

Topic privacy won't work because they expect an integer but it provides a string. This is fixed on my local copy, but won't be committed until I implement member groups.
Tomorrow, possibly.