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 - selyay

Pages: 1 [2]
16
How To's / Re: Change Permissions of All Sub-workspaces
« on: May 21, 2010, 04:07:06 am »
you can do it user by user
it is in the administrator-->user-->"username"-->"permissions"-->"select a workspace"-->click "Apply these permissions to all subworkspaces " on the left

17
It was my understanding that PHP could display the following character sets, so they are the ones I added to the array in the source code for the selection form:

Code: [Select]
'ISO-8859-15', 'ISO-8859-1', 'cp1252', 'UTF-8', 'cp866', 'cp1251', 'KOI8-R', 'BIG5', 'GB2312', 'BIG5-HKSCS', 'Shift_JIS', 'EUC-JP'
I'm not sure what would happen if you added your ISO code and description to the arrays in the source code.  Are you saying you tried that and it did not help?

The only thing I can think of is to select the same code as your database and see if that works, or select UniCode (UTF-8) and see if that works.  Sorry I'm not much help.

does those code  selections effect Workspaces and Resources listings?
also some workspaces and resources don't shown, just blank lines
thanks

18
@allenlook i have character problems in "Select Workspace","Resources" and "task name" areas,
i m from turkey and our charset is "ISO 8859-9".i tried to change Latin 9 in drop down menu to ISO 8859-9 from index.php source code but it didn't work

Feng office displays Turkish characters without any problems
thanks for your support


19
Hi!

name "user" & "database" it's for an example.

I tried install FO & jsGantt with root privilege! Appeared the same error!
Code: [Select]
Table 'database.my_tblWorkSpaces' doesn't exist
I attached "source code", what was generate by index.php

P.S. perhaps, just may be, my error appear because I have use mysql server (version) 5.0.90-community

TNX for help!


i've found the mistake,table names arent all lowercase.change table names to all lowercase and re-run the db_script

20
first of all thanks for this great add-on but i got the same error,what can i do?

Can't yet tell you if the UTF8 helped. After upgrading , I first couldn't get the workspaces to appear (only after running the v10.1 query did they appear), but the workspaces with special characters currently do not display. (See attached image.)

The SQL query generates this error:

Error
SQL query:

CREATE PROCEDURE fengoffice_db.`get_my_workspaces` (

) BEGIN DELETE FROM my_tblworkspaces;

MySQL said:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4

i got the same error even with a clean installation of 1.6.2.
thanks for your help

Pages: 1 [2]