Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does dotproject work #168

Open
Executive-assist03 opened this issue Oct 15, 2021 · 6 comments
Open

How does dotproject work #168

Executive-assist03 opened this issue Oct 15, 2021 · 6 comments

Comments

@Executive-assist03
Copy link

Hi there,
I'm new here. Can you please tell me if i can find some documentation about how dotProject works?

@fatabek
Copy link

fatabek commented Nov 1, 2021

Dear ajdonnison I have the user manuals, if you let me I can share.

@Executive-assist03
Copy link
Author

Executive-assist03 commented Nov 1, 2021 via email

@ajdonnison
Copy link
Contributor

@fatabek that would be great, thanks. It might be worth us putting them up as a new repo on github and pointing to them from dotproject.net

@fatabek
Copy link

fatabek commented Nov 5, 2021 via email

@Executive-assist03
Copy link
Author

Executive-assist03 commented Jan 26, 2022

Hello,
I've got some strange characters instead of the french characters in my project.
Could you please take a look at the attached photo and give me some advices? This issue wasn't from the beginning.
I would need some quick advices, if possible, please.
Thanks in advance.
image

@fatabek
Copy link

fatabek commented Oct 20, 2022

Hello,

Sometimes such errors can happen after database (SQL server) or server update.

Please look first databases if your stored vaule in database wrong, first, manually change an incorrect value in the database and check it again in dotproject, and if it looks fine, save it again from dotproject. If it is, unfortunately you will have to correct all the wrong values yourself. (You can use it in SQL) If not fixed:
check databases character encoding or Add UTF8 option to SQL connection statement. If stored value in database true, you may need to come up with a solution like the one below that we found for GANTT CHART in our internet searches.

"I came across a new solution and it is much more accurate, the person who found it is another person and its explanation is "http://web.bilecik.edu.tr/murat-ozalp/2010/04/13/dotproject-gantt-semasinda-turkce-karakter -problem/" link. But the explanation is in Turkish, so if we summarize the explanation briefly:

In the file "./modules/projects/gantt.php"
"if ($locale_char_set=='utf-8′ && function_exists('utf8_decode')) {"
expression
"if ($locale_char_set!='utf-8′ && function_exists('utf8_decode')) {"
It is sufficient to replace it with
The same change should be made in the "./modules/tasks/gantt.php" file. It can also be stretched in the "gantt.php" file of the "project designer" module, but I could not try it."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants