Categories > TinyButStrong general >

Error message reference Joomla Plugin

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: andrew
Date: 2010-09-22
Time: 16:20

Error message reference Joomla Plugin

Hi,

I have set up a TBS script in a Joomla article which selects a record from an external database using TbsSQL 3.0

The php script is connecting to the database successfully and merging with the template to display the table in the joomla article.

There is however the following error message above the article which I do not understand.

Notice: Object of class JParameter could not be converted to int in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\Joomla\plugins\content\tinybutstrong.php on line 47 Notice: Object of class stdClass could not be converted to int in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\Joomla\plugins\content\tinybutstrong.php on line 49

Can anyone please explain what is going wrong here. I have looked at the relevant lines of code in the file and studied the manual but can not work out what is wrong.

If you need more information, please let me know. Regards
By: Skrol29
Date: 2010-09-23
Time: 00:13

Re: Error message reference Joomla Plugin

Hi Andrew,

I've reproduced your error message. A new version of the TBS plugin for Joomla is available for download
It's version 1.2.3 and it should fix this bug.

http://www.tinybutstrong.com/plugins.php

Thanks,
By: andrew
Date: 2010-09-23
Time: 07:36

Re: Error message reference Joomla Plugin

Thank you for the rapid response and fix.