Webmastersite.net
Register Log In

Error message on submitting link

Comments on Error message on submitting link

babrees
Expert

Usergroup: Customer
Joined: Aug 19, 2005
Location: England

Total Topics: 391
Total Comments: 1303
babrees
Posted Sep 06, 2008 - 2:02 PM:

OK, perhaps I spoke to soon! I made a new category, no problem. Added a new link to that category and after submitting I received the error below.

It was a simple link, the description done in wysiwyg and contained 6 hyperlinks and the link was then aliased to another category. The link appeared in the category, but NOT in the secondary cat. I went to edit it and selected the secondary cat again, upon which it returned a fatal error - Fatal error: Call to a member function aliasidvalues() on a non-object in /home/club123/public_html/includes/editlink.php on line 196



An error occoured at http://www.123club.co.uk/suggest.php?action=addli... on 2008-09-06 18:51:25. Please relay this data to support. Error #2: 'mysql_fetch_row(): supplied argument is not a valid MySQL result resource' in /home/club123/public_html/databases/mysql.php on line 50. Debug info:
47 seconds.

Load time so far: 0.47 seconds.

Load time so far: 0.47 seconds.

Number of rows is 0

Load time so far: 0.47 seconds.

Count is 89

Load time so far: 0.47 seconds.

Load time so far: 0.47 seconds.

Load time so far: 0.47 seconds.

Load time so far: 0.47 seconds.

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

Load time so far: 0.48 seconds.

Load time so far: 0.48 seconds.

Number of rows is 20

Load time so far: 0.48 seconds.

Number of rows is 1

Load time so far: 0.48 seconds.

Number of rows is 3

Load time so far: 0.48 seconds.

Number of rows is 1

Load time so far: 0.48 seconds.

Number of rows is 1

Load time so far: 0.49 seconds.

Number of rows is 5

Load time so far: 0.49 seconds.

Number of rows is 59

Load time so far: 0.49 seconds.

Load time so far: 0.5 seconds.

Load time so far: 0.51 seconds.

Number of rows is 1

Load time so far: 0.52 seconds.

Load time so far: 0.52 seconds.

Number of rows is 4

Load time so far: 0.52 seconds.

Load time so far: 0.52 seconds.

Count is 1

Load time so far: 0.52 seconds.

Load time so far: 0.53 seconds.

Load time so far: 0.53 seconds.

Unknown column 'Array' in 'where clause'

An error occoured at http://www.123club.co.uk/suggest.php?action=addli... on 2008-09-06 18:51:25. Please relay this data to support. Error #2: 'mysql_fetch_row(): supplied argument is not a valid MySQL result resource' in /home/club123/public_html/databases/mysql.php on line 50. Debug info:
: 0.47 seconds.

Load time so far: 0.47 seconds.

Load time so far: 0.47 seconds.

Load time so far: 0.47 seconds.

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

Load time so far: 0.48 seconds.

Load time so far: 0.48 seconds.

Number of rows is 20

Load time so far: 0.48 seconds.

Number of rows is 1

Load time so far: 0.48 seconds.

Number of rows is 3

Load time so far: 0.48 seconds.

Number of rows is 1

Load time so far: 0.48 seconds.

Number of rows is 1

Load time so far: 0.49 seconds.

Number of rows is 5

Load time so far: 0.49 seconds.

Number of rows is 59

Load time so far: 0.49 seconds.

Load time so far: 0.5 seconds.

Load time so far: 0.51 seconds.

Number of rows is 1

Load time so far: 0.52 seconds.

Load time so far: 0.52 seconds.

Number of rows is 4

Load time so far: 0.52 seconds.

Load time so far: 0.52 seconds.

Count is 1

Load time so far: 0.52 seconds.

Load time so far: 0.53 seconds.

Load time so far: 0.53 seconds.

Unknown column 'Array' in 'where clause'

SQL error while fetching row:Unknown column 'Array' in 'where clause'

Load time so far: 0.53 seconds.

Unknown column 'Array' in 'where clause'

Load time so far: 0.53 seconds.

Unknown column 'Array' in 'where clause'



(EDIT) Did a test, it accepts a link fine, but throws the fatal error if you try to alias it to a secondary cat.
destiny911
Beginner

Usergroup: Customer
Joined: Jan 05, 2008

Total Topics: 0
Total Comments: 2
Posted Sep 06, 2008 - 11:05 PM:

I am getting something similar I thought I would share.

Was fine earlier today - after the sept 6th update this evening ....

Also in a subcatagory when trying to fetch meta or submit link I get ...and link will not submit.

An error occoured at www.masteradvertising.com/s...hp?action=addlink&filled=1 on 2008-09-07 04:02:09. Please relay this data to support. Error #2: 'mysql_fetch_row(): supplied argument is not a valid MySQL result resource' in /home/masterad/public_html/databases/mysql.php on line 50. Debug info:


(nothing is being shown here - is that a switch to turn on to get that info? if you need me to I will)
Paul
developer

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

Total Topics: 61
Total Comments: 7868
Paul
Posted Sep 07, 2008 - 5:21 AM:

The debug ought to show on its own.

Fixing alias problem now. ($thislink->aliasidvalues() need to be changed to $oldlink->aliasidvalues() on that specified line)
babrees
Expert

Usergroup: Customer
Joined: Aug 19, 2005
Location: England

Total Topics: 391
Total Comments: 1303
babrees
Posted Sep 07, 2008 - 8:57 AM:

Paul wrote:
The debug ought to show on its own.

Fixing alias problem now. ($thislink->aliasidvalues() need to be changed to $oldlink->aliasidvalues() on that specified line)


I changed that in includes/editlink.php and edited the link to show in a secondary cat. Whilst it did not return any errors it did not save the edit.
Paul
developer

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

Total Topics: 61
Total Comments: 7868
Paul
Posted Sep 08, 2008 - 12:28 AM:

Probably because of the general array problem in 5.0.4... works for me but I've already fixed the array problem.
babrees
Expert

Usergroup: Customer
Joined: Aug 19, 2005
Location: England

Total Topics: 391
Total Comments: 1303
babrees
Posted Sep 08, 2008 - 1:27 AM:

Paul wrote:
Probably because of the general array problem in 5.0.4... works for me but I've already fixed the array problem.


Thanks Paul, hope that is the answer smiling face

Any chance of letting us have that fix asap so that I can release my sites? (I'm pretty desperate now <G>)
Paul
developer

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

Total Topics: 61
Total Comments: 7868
Paul
Posted Sep 08, 2008 - 4:57 AM:

Released 5.0.5.
babrees
Expert

Usergroup: Customer
Joined: Aug 19, 2005
Location: England

Total Topics: 391
Total Comments: 1303
babrees
Posted Sep 08, 2008 - 6:06 AM:

Thanks Paul!
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.