What's the problem?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mark104
Forum Newbie
Posts: 4
Joined: Wed Jun 18, 2008 5:44 am

What's the problem?

Post by mark104 »

Catchable fatal error: Object of class stdClass could not be converted to string in /home/artmetall/domains/artmetall.ee/public_html/components/com_search/search.php on line 115

Line 115:
$row = substr( strip_tags( $row ), 0, 50 );
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: What's the problem?

Post by Christopher »

What's $row ? The error says it's an object....
(#10850)
Post Reply