Actually, I think its the server I'm on. I tested it on others and it runs without a hitch. Also, it doesn't matter what theme I'm using on the server giving me beef. So, I'm thinking there is a limit on the actual MYSQL given by the server? Someone without knowledge in that area say yay or nay, and I'll see if my host can do something about it if that's the case.
As you can see, it hads a weird yellow highlight around some of the sidepanel links, a weird white border on the top, and it changes the way the nav buttons look. (This is vanea black with almost no changes to it).
It looks to me like there is a query error that occurs in an ajax call - that error is delivered right to your page. And since that error code has a CSS include, that's what causes your style to go all wonky.
Yeah. It is definitely working on two other installs I have. Those two installs are being hosted on 1and1. One is using the default theme. One is using the black and white. The other install is on another host, and irregardless of which theme I use, it doesn't work. That's why I think it might be a specific conflict with a setting that the host has set (such as a limit) in the mySQL. But that's just my unintelligent guess (as I have no idea of what any of that means above).
Because, this extension does work. And it works very well. Unfortunately it doesn't work on all installs or on all servers from what I can tell. I'm just throwing this out there in hopes that Jazzman or any other intelligent fellow can use this information to help them figure out what is causing the issue. I'd definitely use it.
The extension should add the database scheme to your conf/database.php file. Check if you can find:
// Thankful People Table Structure
$DatabaseTables['ThankfulPeople'] = 'ThankfulPeople';
$DatabaseColumns['ThankfulPeople']['CommentID'] = 'CommentID';
$DatabaseColumns['ThankfulPeople']['UserID'] = 'UserID';
I'm going to complete remove the old DB additions that Thankful People create, and I'm going to remove it from conf/database.php. Then, delete it from the extensions folder. Then, reupload it, install it, and see if I still have the same issues (7:33am EST)
(7:39am EST) All right. I removed the old files and references. Removed the old tables and started from scratch on this extension, and installed the latest version. When I installed it and went to a discussion (viewing comments.php?DiscussionID=...), I got the following message:
Notice: Undefined index: ThankfulPeople in /var/www/html/collab/library/Framework/Framework.Functions.php on line 439
Notice: Undefined index: ThankfulPeople in /var/www/html/collab/library/Framework/Framework.Class.SqlBuilder.php on line 68
Notice: Undefined index: ThankfulPeople in /var/www/html/collab/library/Framework/Framework.Class.SqlBuilder.php on line 117
Notice: Undefined index: ThankfulPeople in /var/www/html/collab/library/Framework/Framework.Class.SqlBuilder.php on line 117
Notice: Undefined index: ThankfulPeople in /var/www/html/collab/library/Framework/Framework.Class.SqlBuilder.php on line 68
A fatal, non-recoverable error has occurred
Technical information (for support personel):
Error Message
An error occurred while retrieving data.
Affected Elements
ThankfulPeople.CommentGrid_InitThankfulPeople();
The error occurred on or near: You have an error in your SQL syntax near 'as CommentID, tp. as UserID, u.Name as UserName from LUM_Comment m inner join ' at line 1
Could the problem be with the evaluation of the $DiscussionID in the building of the mysql statement with the single quotes? At least on garvin's one server.
Have you tried contacting you host about this mysql error?
> MySchizoBuddy said:
>
> just one more request. Allow people to add their own fields. So instead of thankful people, they can have
> Agreed by :
> Unagreed by:
>
> Something that can be used in Political forums etc.
> let the users decided what they want to use it for.
that would be so cool! I'd love to see that possibility.
PS - great extension, Jazz.
You know, this forum and the things people like jazz come up with, must be the greatest, cutting edge place for forum design on all of the www.
Quoteas CommentID, tp. as UserID, u.Name as UserName from LUM_Comment m inner join It still looks like Vanilla can't resolve the database column names... Whisper me if I can have access to your website to have a look at the problem
Comments
As you can see, it hads a weird yellow highlight around some of the sidepanel links, a weird white border on the top, and it changes the way the nav buttons look. (This is vanea black with almost no changes to it).
Because, this extension does work. And it works very well. Unfortunately it doesn't work on all installs or on all servers from what I can tell. I'm just throwing this out there in hopes that Jazzman or any other intelligent fellow can use this information to help them figure out what is causing the issue. I'd definitely use it.
// Thankful People Table Structure $DatabaseTables['ThankfulPeople'] = 'ThankfulPeople'; $DatabaseColumns['ThankfulPeople']['CommentID'] = 'CommentID'; $DatabaseColumns['ThankfulPeople']['UserID'] = 'UserID';
Or add it manually. Hope this helps...
Version 1.1
- Fixed a bug where thank-you's only showed up on the first page
(7:39am EST) All right. I removed the old files and references. Removed the old tables and started from scratch on this extension, and installed the latest version. When I installed it and went to a discussion (viewing comments.php?DiscussionID=...), I got the following message:
Notice: Undefined index: ThankfulPeople in /var/www/html/collab/library/Framework/Framework.Functions.php on line 439 Notice: Undefined index: ThankfulPeople in /var/www/html/collab/library/Framework/Framework.Class.SqlBuilder.php on line 68 Notice: Undefined index: ThankfulPeople in /var/www/html/collab/library/Framework/Framework.Class.SqlBuilder.php on line 117 Notice: Undefined index: ThankfulPeople in /var/www/html/collab/library/Framework/Framework.Class.SqlBuilder.php on line 117 Notice: Undefined index: ThankfulPeople in /var/www/html/collab/library/Framework/Framework.Class.SqlBuilder.php on line 68 A fatal, non-recoverable error has occurred Technical information (for support personel): Error Message An error occurred while retrieving data. Affected Elements ThankfulPeople.CommentGrid_InitThankfulPeople(); The error occurred on or near: You have an error in your SQL syntax near 'as CommentID, tp. as UserID, u.Name as UserName from LUM_Comment m inner join ' at line 1
Have you tried contacting you host about this mysql error?
Version 1.1 works fine for me! Thank you very much!
Tiggr
It still looks like Vanilla can't resolve the database column names... Whisper me if I can have access to your website to have a look at the problem
"PHP 5.0.0 or higher is required. ABORTING."
Could this have anything to do with my problem?