dotProject Forums
Google
 

Go Back   dotProject Forums > DOTPROJECT VERSION 2 > Installation Issues 2.x
Register FAQTop Posters Members List Calendar Search Today's Posts Resend Activation Email Mark Forums Read
dotProject Documentation dotProject FAQ Bugs & Feature Requests Language Packs & Themes Download dotProject

Installation Issues 2.x Please use this forum to raise any installation issues you may be experiencing. Use the search facility and check the FAQ's before asking your question please.

Reply
 
Thread Tools Display Modes
  #1  
Old 18-05-05, 12:17 AM
samscudder samscudder is offline
Junior Member
New Participant
dotProject Version:
php Version:
MySQL Version:
Operating System Version:
Browser:
 
Join Date: 29-04-05
Posts: 2
Default Re: Php locale problem when jpgraph tries to display gantt chart

I downloaded the 1.48 gantt.php, and it works for pt_BR, but the accented characteres in the task names (á õ é and so on) aren't rendering correctly. Is this a known problem?

If necessary I can look up their unicode values, or send an image showing the problem.

Simon

Reply With Quote
  #2  
Old 21-06-05, 12:30 AM
marcello marcello is offline
Junior Member
New Participant
dotProject Version:
php Version:
MySQL Version:
Operating System Version:
Browser:
 
Join Date: 21-06-05
Posts: 1
Default Re: Php locale problem when jpgraph tries to display gantt chart

Hi, there !
Got the same prob' when setting my host locale to de.

So my solution:

PHP Code:
// This configuration variable is obsolete
$jpLocale dPgetConfig'jpLocale' );
if (
$jpLocale) {
    
$graph->scale->SetDateLocale$jpLocale );
}else{
    
$graph->scale->SetDateLocale$AppUI->user_locale );

uncomment and change it in /lib/tasks/gantt.php - now it works fine !!!
Don't forget to set jpGraph Locale to en.

P.S. when your php accept language is only 'de', it doesn't work either, but when you set the jpGraph Locale to "de_DE", it will work.

Regards, Marcello


Last edited by marcello : 09-07-05 at 04:32 PM.
Reply With Quote
  #3  
Old 24-06-05, 04:02 AM
mheidt mheidt is offline
Valued Users
Return Visitor
dotProject Version:
php Version:
MySQL Version:
Operating System Version:
Browser:
 
Join Date: 20-06-05
Posts: 13
Default Re: Php locale problem when jpgraph tries to display gantt chart

For me just downloading jp1.18 worked

Reply With Quote
  #4  
Old 09-07-05, 06:07 AM
jmellicker jmellicker is offline
Valued Users
Frequent Visitor
dotProject Version:
php Version:
MySQL Version:
Operating System Version:
Browser:
 
Join Date: 09-07-05
Posts: 19
Default Re: Php locale problem when jpgraph tries to display gantt chart

The latest version in the CVS seems to be 1.23:

http://cvs.sourceforge.net/viewcvs.p...ules/projects/

Can anyone tell me where to find 1.48?

I have the same problem...

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +10. The time now is 12:51 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.