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;
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Category Edit Bug?
Member
Usergroup: Customer
Joined: Aug 18, 2004
Total Topics: 4
Total Comments: 17
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
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
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
to