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

Pages: 1 2 [3]
31
Installation problems / Re: ugrading 2.5.1.2 to 2.6.1
« on: June 16, 2014, 08:16:47 am »
if i upgrading clear database i have only one warning on update and have 2.6.1, but when i update my working DB (860Mb) i have page only with top line and footer.. and error from my last post

+ try to upload database on 2.6.1 installation base - again this error

32
Installation problems / ugrading 2.5.1.2 to 2.6.1
« on: June 16, 2014, 03:25:13 am »
hi i try upgrade my FO and have next error:
Code: [Select]
Failed to execute DB schema transformations. MySQL said: Duplicate entry 'milestone_selector_filter' for key 'name'i open all files with 'milestone_selector_filter' and all looks ok.....

ohhh. second upgrading is ok, but page have only top and bottom toolbar and Chrome show me - "Cannot read property 'rememberGUIState' of undefined" (/public/assets/javascript/og/layout.js?rev=1:16)

33
How To's / Re: Custom field in tasks
« on: May 26, 2014, 11:01:17 am »

34
How To's / Custom field in tasks
« on: May 19, 2014, 10:22:10 am »
I need to create some fields in tasks (example Full_Description field same as Description with text editor) i create new column in database but what files need to change for right work new field?

35
How To's / Where data of the list of tasks are stored
« on: April 21, 2014, 09:02:19 am »
i try to add some function in fengoffice, and i want update/delete/create new tasks in independent layer and i know how to add all data(start_date, end_date, description, etc.) to database. but i want online updating (same as creating or editing task from task-tab) content then i switch my layer to classic task layer and back.
I really can't see any JSON or some else store.

36
How To's / Access to tasks fields
« on: April 15, 2014, 09:38:59 am »
hi all,
i try to make some plugin for view tasks more comfortable for me and i don't know:
1) where i can take values for existing fields
2) how i can deliver values from my fields to database same way as it doing tasks form (if i create task i see this task online without update the page)

thx.

37
How To's / Re: Can't upload document
« on: April 14, 2014, 03:13:44 am »
maybe you have any errors by fengoffice or http server ???

38
How To's / Re: Can't see calendar
« on: April 10, 2014, 04:41:09 am »
activate it!
Administration - tabs - Calendar (activate checkbox) - save

39
How To's / Re: Can't upload document
« on: April 08, 2014, 10:33:24 am »
describe a problem in more detail, step by step )

40
How To's / Can't add image in ckeditor
« on: April 08, 2014, 07:50:30 am »
in all my feng office installations i see this problem:
1 - i click on Image icon
2 - choose upload tab
3 - choose my file from PC
4 - click Upload and nothing to happen ((
in chrome and firebug i see this error:
Failed to load resource: the server responded with a status of 500 (Internal Server Error) - /public/assets/javascript/ckeditor/ck_upload_handler.php?CKEditor=og_1396953210_113106ckeditor&CKEditorFuncNum=227&langCode=ru

Php error have this:
Warning: require_once(/config/config.php): failed to open stream: No such file or directory in /home/websites/w_dev/my-domain.ru/public_html/public/assets/javascript/ckeditor/ck_upload_handler.php on line 15

Fatal error: require_once(): Failed opening required '/config/config.php' (include_path='.:/opt/php/5.3.13-gd-wuimap-o1/lib/php') in /home/websites/w_dev/my-domain.ru/public_html/public/assets/javascript/ckeditor/ck_upload_handler.php on line 15


i try change rules to config.php on 777, but it's not work to this error.
replace this code in \public\assets\javascript\ckeditor\ck_upload_handler.php:
define('APP_ROOT', realpath(dirname(__FILE__) . "/../../../../../$iname"));
to this:
define('APP_ROOT', $_SERVER['DOCUMENT_ROOT']);

and all work ok))

41
i have the same problems on my both emails.

42
How To's / Reports show "null" then description have an HTML code
« on: April 04, 2014, 04:33:28 am »
today I saw in my reports in place of report -> null
This error not display in log file of feng office (i have enabled debug mode) and apache.

When i create new report from tasks with Description field and after i use it report - i have the NULL result if any filtered task have description with HTML tags (it may be text-color, bold or other formatting)

this code have error(copy from mysql):
<div>   hgdfghghd<span style="background-color:#daa520;">gkjh kghdjk</span>dfh<strong> gdhfdkfgh&nbsp;</strong></div>

P.S. - code above also have A tags but i can't add this and CODE too - external link error



Pages: 1 2 [3]