Hi revive,
I guess these errors appear only at the frontpage or blog pages ?
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hey Max,
Yes, that is correct... any thoughts?
Hi revive, this has been fixed here before, look for the error i think and you should find the fix, let me know if you couldn't find it!
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hey Max,
I already search the forums and the errors I found that were similar weren't exactly the same.. that is why I posted๐
Do you have a link to the solution or a recommendation?
J
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi JC,
Add it after this line:
global $mainframe, $addChronoCommentscripts;
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hey Max,
What I'm saying is that my plugins/content/ChronoComments.php DOESN'T have that line.. so how can I add your line of code below it?? ๐
Hi JC,
add this :
if(!$row->id)return;
after
global $mainframe;
let me know!
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
No change.. same error codes..
:-/
Hi JC,
of which menu type is this page ? I can't generate these error here!
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
the first one!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hey Bob,
Great to hear from you... can you give me a play-by-play on what file and how to make this adjustment??๐
Thanks
Hi Bob,
Well, I can't remember this line or why it has been removed but may be we can try now again!๐
@revive, it goes just under the function start! Let us know!
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
whats line 49 ? if its the line you just added then try to replace $row->id with $row->get('id') ?
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Max.
Line 49 is in the template - just checking . . .
. . . not helpful - line 49 in this version is </span>
Revive: Please post the line from your version of the template file.
. . . or maybe ...return false; will do the trick?
Bob
Hi Bob, well, I'm missing more things recently!! ๐ฒ
@revive, as Bob said, please post line 49 from that file!
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi revive,
tell me please (may be again) your joomla version and the page type you are getting this error at!
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi revive,
This all looks as though Joomla is trying to display an article that doesn't exist.
Bob
Here's a link to the live site:
matlockfun.com,
the error is on the 'Blog' menu item as well as the articles below it ...
I am upgrading to 1.5.8 right now and will post back if the error persists.. feel free to check the site and let me know if you see anything..
Thanks Bob!
jesse
Hi revive,
Nice site! But I don't see any error messages at all, checked the blog menu and a couple of posts.
Bob
Thanks Bob,
My bad, I turned the error reporting off... set to on again..๐
Let me know what you see....
Hi JC, problem is still there after the upgrade ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Oh man.. Max,.. is there ever a problem after the upgrade. This problem though has nothing to do with ChronoComments. We were hosting this site with Bluehost. Who, for some reason stopped providing the backups that we have paid for, AND whose server had a software hiccup and dropped our complete public_html folder!!! Uggh.. So, directly from our local dev server to a new host it goes. 3 sites down. 2.5 hours of sleep.. but, we're still smiling. If you know anyone considering a host, please warn them of Bluehost. After this incident, I researched some of their issues online and it seems that servers going down, memory and CPU limits being exceeded and lost data are becoming normal for them.
A total bummer.
Hey, question.. do you (or other forum members) recommend a stable, reseller oriented host?? thinking of Mosso Cloud by Rackspace at this point.. :]
As for the error.. we'll see if it exists after the site is restored.
Until then...๐
Hi JC, you may try:
https://www.liquidweb.comif you will use them and get some dedicated server then let me know so I can give you my referrer link๐
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hey Max,
I looked into Liquid as well.. still haven't chosen between the ones we're looking at, but if we go with Liquid I'll drop you a PM for the affiliate link๐
Thanks for the info!
Jesse
Great, thanks!
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi revive,
You don't say what error is being thrown. But looking at the code snippet maybe $db isn't defined??
Bob
Hi revive,
If the problem is on line 1 that's the <?php tag so try putting in the php without the <?php & ?> tags
Bob
hey J, you didn't add
$database =& JFactory::getDBO();
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi,
first of all thanks very much for this excelent working example of a good comment
system! Really good!
Unfortunately, I'm having the same issue. I'm currently working with WAMP, while
developing my Joomla page. I dont know if this has something to do with chrono,
or some diferent issue my page may have.
This only happens while listing item/articles on SECTION and by CATEGORY! I mean
( com_content/section/blog_item.php and com_content/category/blog_item.php );
It works great on com_content/article
Notice: Undefined property: stdClass::$id in .......... on line 96;
And after putting if(!$row->id) return; after:
global $mainframe;
I get the same error but in the line where it were added if(!$row->id)
---------------------------------------- EDIT -----------------------------------------
Without putting the if(!$row->id) return;, I get the following errors:
Notice: Undefined property: stdClass::$id in C:\wamp\www\joomla15\plugins\content\ChronoComments.php on line 96
wish means:
$pageid = $row->id;
Notice: Undefined property: stdClass::$id in C:\wamp\www\joomla15\plugins\content\ChronoComments.php on line 120
wish means:
if((in_array($row->sectionid, (array)$configs->get('comment_sections')))||(in_array($row->catid, (array)$configs->get('comment_categories')))||(in_array($row->id, (array)$configs->get('comment_articles')))){
I dont know, but maybe Chrono is not connecting to the Database, and cant understand whats the meaning of $row ?
This only happens to $row->?!?!
Any sugestion will be appreciated!
Thanks!
Hi helrida,
Please set Error Reporting to System Default, Simple or None in your site configuration and the messages will probably disappear.
Bob
Hi G'
Listen, thanks a lot for your time and atention!
I've been looking at previous conversations you had and found this sugestion:
function plgContentChronocomments( &$row, &$params, $page=0 )
{ if ( !is_object($row) || !isset($row->id) || $row->id == "" ) return;
global $mainframe, $addChronoCommentscripts;
Wish solves the issue!
I've got a question, in blog view (Section / Category listing), how can I retrieve the
number of comments available in a article item ?
PS - I want to do something like:
Written by Author in 10/12/2008 | Comments ( 10 )
Hi heldrida,
you mean you need to get the total of comments under all the articles under this category/blog ?
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Thanks Heldrida. This fix or yours is very good.