Webmastersite.net
Register Log In

Category Edit Bug?

Comments on Category Edit Bug?

SteveKarr
Member

Usergroup: Customer
Joined: Aug 18, 2004

Total Topics: 4
Total Comments: 17
Posted Jul 25, 2005 - 2:33 AM:

H'lo!

I keep getting this error when editing categories:

Warning: Missing argument 1 for sendsubscriptions() in /var/www/vhosts/directory/classes/category.php on line 330

Any ideas why?

Thanks,

Steve
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Jul 26, 2005 - 1:21 AM:

I have no idea how people have been periodically reporting that when I can never reproduce it, must be they somehow get people to subscribe in some different manner, but I'll just hide the error now for lack of anything else to do. Open classes/category.php, change
 function sendsubscriptions($thelink)
{

to
 function sendsubscriptions($thelink = '')
{
if (!$thelink) return false;
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.