Closed (fixed)
Project:
Buddylist
Version:
master
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2006 at 05:17 UTC
Updated:
6 Nov 2006 at 02:46 UTC
I'm running the latest version of the buddylist module on drupal 4.7.
Buddylist was working properly, but after being transfered to a new server, users can no longer be added or removed from buddylists.
No error message is given, it just takes no action.
I have tried all the fixes I have seen on the forums, tried several versions of buddylist and nothing has fixed it.
Has anyone else had this problem?
Does it have to do with the version of PHP I'm running? I believe it is PHP5.
Comments
Comment #1
robertdouglass commentedIt's not a PHP5 issue since I've been developing with the latest 4.7 version on Drupal 4.7.3 and Drupal 4.7-CVS with PHP5 and have had no problems. I suspect a different problem, related to the move to the host, but am not in a position to know what that problem might be.
Comment #2
andygeorge commentedI installed a second drupal with a seperate database, and installed buddylist on it amd it works there.
I've tried deleting the buddylist and reinstalling it, but it didn't fix it. I tried manually deleting the tables for it in the database, but that only lead to errors. Is there someway to completely remove it so I can do a clean reinstall?
Maybe there is a compatibilty issue with the other modules I have enabled. Are any ones known to conflict with buddylist?
Comment #3
Popboard commentedBest bet would be to (in this order):
1. Drop 'buddylist,' 'buddylist_groups,' and 'buddylist_buddy_groups' from your database (all buddy data will be lost, but it's not much good if there's errors in your tables)
2. Disable the buddylist module.
4. Delete buddylist.module from your modules folder.
5. Run the following SQL:
6. Download the buddylist module tar.gz file.
7. Copy only the buddylist.module file to your modules folder.
8. Enable the buddylist module.
If you're using template.php with profile.tpl.php, you'll need to enter custom PHP to display links to friendship on the profiles.
You can test it by going to http://yoursite.com/?q=buddy/add/($user->uid)
Good luck
Comment #4
andygeorge commentedalright, it works now, thanks.
Comment #5
(not verified) commented