After manually upgrading to ver. 5.0.26 the following error arises when visiting combined details and comments:
Query 20: SELECT COUNT(*) FROM wsnlinks_comments WHERE linkid=1883 AND deleted=1
Count is 0
An error occoured at www.mysite.cl/wsnlinks/comm...ctos_frescos_para_exportar on 2008-12-20 16:14:45. Please relay this data to support. Error #2: 'call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'onelink::regiones' was given' in /usr/home/site/public_html/wsnlinks/includes/objectfunctions .php on line 336.
An error occoured at www.mysite.cl/wsnlinks/comm...ctos_frescos_para_exportar on 2008-12-20 16:14:45. Please relay this data to support. Error #2: 'call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'onelink::regiones' was given' in /usr/home/site/public_htm/wsnlinks/includes/objectfunctions. php on line 336.
Just to comment that the field "regiones" mentioned above on the error report, is one of my own link files. It´s a multi-select combo box type, can it be that this is the difficulty ?
Deleting {LINKREGIONES[]} corrected this error, thanks.
Now when displaying home.tpl the following error arises. It seems that I am missing a table:
Query 13: SELECT COUNT(id) FROM feedstable WHERE 1=1 AND (ownerid=17)
An error occoured at www.mysite.cl/wsnlinks/prof...hp?action=memberhome&id=17 on 2008-12-27 14:56:21. Please relay this data to support. Error #2: 'mysql_fetch_row(): supplied argument is not a valid MySQL result resource' in /usr/home/user/public_html/wsnlinks/databases/mysql.php on line 50. Debug info: Count is
Query 14: SELECT `` FROM feedstable WHERE 1=1 AND (ownerid=17) ORDER BY time DESC LIMIT 0,20
Load time so far: 0.21 seconds.
Table 'name1_name2.feedstable' doesn't exist
An error occoured at www.mysite.cl/wsnlinks/prof...hp?action=memberhome&id=17 on 2008-12-27 14:56:21. Please relay this data to support. Error #2: 'mysql_num_rows(): supplied argument is not a valid MySQL result resource' in /usr/home/user/public_html/wsnlinks/databases/mysql.php on line 47. Debug info:
Number of rows is Table 'name1_name2.feedstable' doesn't exist
Comments on Error at combined details and comments
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Paul,
After manually upgrading to ver. 5.0.26 the following error arises when visiting combined details and comments:
Query 20: SELECT COUNT(*) FROM wsnlinks_comments WHERE linkid=1883 AND deleted=1
Count is 0
An error occoured at www.mysite.cl/wsnlinks/comm...ctos_frescos_para_exportar on 2008-12-20 16:14:45. Please relay this data to support. Error #2: 'call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'onelink::regiones' was given' in /usr/home/site/public_html/wsnlinks/includes/objectfunctions .php on line 336.
An error occoured at www.mysite.cl/wsnlinks/comm...ctos_frescos_para_exportar on 2008-12-20 16:14:45. Please relay this data to support. Error #2: 'call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'onelink::regiones' was given' in /usr/home/site/public_htm/wsnlinks/includes/objectfunctions. php on line 336.
Please help me on this.
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Just to comment that the field "regiones" mentioned above on the error report, is one of my own link files.
It´s a multi-select combo box type, can it be that this is the difficulty ?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
You have something in your template which is wrong. I need to see the template to know what.
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
I have just emailed my template.
Await for your reply.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
You have {LINKREGIONES[]} in your template. You can't pass an empty parameter, you can either put something between them or remove the [].
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Deleting {LINKREGIONES[]} corrected this error, thanks.
Now when displaying home.tpl the following error arises. It seems that I am missing a table:
Query 13: SELECT COUNT(id) FROM feedstable WHERE 1=1 AND (ownerid=17)
An error occoured at www.mysite.cl/wsnlinks/prof...hp?action=memberhome&id=17 on 2008-12-27 14:56:21. Please relay this data to support. Error #2: 'mysql_fetch_row(): supplied argument is not a valid MySQL result resource' in /usr/home/user/public_html/wsnlinks/databases/mysql.php on line 50. Debug info:
Count is
Query 14: SELECT `` FROM feedstable WHERE 1=1 AND (ownerid=17) ORDER BY time DESC LIMIT 0,20
Load time so far: 0.21 seconds.
Table 'name1_name2.feedstable' doesn't exist
An error occoured at www.mysite.cl/wsnlinks/prof...hp?action=memberhome&id=17 on 2008-12-27 14:56:21. Please relay this data to support. Error #2: 'mysql_num_rows(): supplied argument is not a valid MySQL result resource' in /usr/home/user/public_html/wsnlinks/databases/mysql.php on line 47. Debug info:
Number of rows is Table 'name1_name2.feedstable' doesn't exist
Load time so far: 0.21 seconds.
Table 'name1_name2.feedstable' doesn't exist
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
At home.tpl I had:
<!-- BEGIN TOPLIST 5 -->
<CONFIG>xmlfeeds,time,20,descending,ownerid ={THISMEMBERID}</CONFIG>
In where you have:
<!-- BEGIN TOPLIST 5 -->
<CONFIG>feeds,time,20,descending,ownerid= 123;THISMEMBERID}</CONFIG>
This was causing the errors.