Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gah242s

Pages: [1]
1
I seem to have a problem with Charsets that is killing things.  In looking at the Page Source, as the last line I see:

Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='

I've tried changing everything to utf8_unicode_ci, tried removing the implicit from all of the Functions, and dropped, re-imported the tables multiple times.  This was only an issue when I chose specific resources on 11.2, but 13.1 gives this for everything and just gives me a blank page.

The last few lines before the error are:

   g.setDateDisplayFormat('mm/dd/yyyy'); // Set format to display dates ('mm/dd/yyyy', 'dd/mm/yyyy', 'yyyy-mm-dd')
   g.setFormatArr("day","week","month","quarter"); // Set format options (up to 4 : "minute","hour","day","week","month","quarter")
   
   if( g ) {

        Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='

Thanks,

2
Allen,

Thank you very much for adding the ability to use a global config file in 13.1.  However, the index.php file references the views folder instead of the lab folder.  I think that the index.php file should have a single dot instead of a double dot on line 203.

New proposal:

   include './chartglobal.php';

instead of:

   include '../chartglobal.php';

Thanks

3
@darkbalder

I had the same issue.  I had to add the "delimiter $$" line before each "CREATE PROCEDURE ... " line.  Then change the ; to a $$ after the END for each block and then add a "delimiter ;" line after the END$$ line.  (Lost yet?)  Fortunately, I only had to do that for the procedures.

Allenlook, what would it look like if that were the standard file?  Would it mess up cli interfaces?

Thanks

4
Allen,

All of this looks great and I'm ready to implement, but after 9 pages of forum posts, I'm a little lost on where to find the latest and greatest version.  Would it be possible to do this in the Wiki somewhere?

Thanks

(Oops! Knew I should have looked before I typed.  Sorry about that Allen!)

5
Ideas / Line Numbering in reports
« on: April 20, 2010, 03:19:10 pm »
What would it take to add line numbering to reports?

6
Feature requests / E-Mail Account Auto-Checking
« on: April 19, 2010, 12:57:19 pm »
It would seem that being able to turn off auto-checking of each e-mail account would be a simple and extraordinarily useful feature.  I've seen many topics about the lack of true IMAP functionality, which is important, but nothing about turning off auto-checking per account.  That would definitely make life easier, especially since right now it marks everything as read when retrieving on an IMAP server.  This is an extremely annoying "feature".

7
Ideas / Re: Comments - Replying/Nesting/Formatting
« on: April 16, 2010, 02:51:12 pm »
Sorry for making things messy with the suggestion of the forums idea.  Just thought it was a cool conceptual usage idea for Feng.  Continue on with the rest of the ideas as they are much more important with a larger group of people.

8
Ideas / Re: Comments - Replying/Nesting/Formatting
« on: March 22, 2010, 02:34:01 pm »
Sorry for replying to my own post, but it seems like a better idea than editing the original in this case.

If the e-mail response were in place, then couldn't Feng be used for these Forum pages instead of the third party forum software?  Seems like a great way to introduce the product to new people, get a better feel for what should be on top of the priority list, and encourage a whole new line of thinking?

Thanks

9
Ideas / Comments - Replying/Nesting/Formatting
« on: March 22, 2010, 02:25:38 pm »
I've seen a few posts about comment nesting, so I'd like to just add a +1 there.  (The ability to reply to each comment individually, rather than a numbered chronological layout.)  Also, the ability to format comments seems to just make sense since it is all HTML, so +1 there too.

However, some users would find it very useful to reply to the notification e-mail, rather than following the link and logging in to the system to reply.  Are there any plans to move this way, or is this a HUGE undertaking?

Thanks

Pages: [1]