Adding Favorite Artist Feature? |
idk if its already covered....but i've tried countless time to add my friends on here to my Favorite Artist list, but it never seems to add anyone, it just redirects me to how to add people to favorite by clicking the Heart + logo....Anyone else have that problem? or Can someone help me fix?
This function does not work properly in the moment
Success |
This function DOES work properly now.
for those who care:
since last database update from 8.2.x to version 8.3.3 (somewhere in July 2008)
an additonal supply module (intarray) has simply been forgotten to re-install.
But the site's code calls functions in tis module.
It had to be compiled by gmake in the contrib folder of the new database.
select icount('{43,12,3}') returned an error "unknown function icount()"
So I did it...
select icount('{43,12,3}') now returns 3 cause of 3 elements listed
Enjoy the old function!
for those who care:
since last database update from 8.2.x to version 8.3.3 (somewhere in July 2008)
an additonal supply module (intarray) has simply been forgotten to re-install.
But the site's code calls functions in tis module.
It had to be compiled by gmake in the contrib folder of the new database.
select icount('{43,12,3}') returned an error "unknown function icount()"
So I did it...
select icount('{43,12,3}') now returns 3 cause of 3 elements listed
Enjoy the old function!