1
Getting Started / Re: How to change banner logo on login page
« on: October 31, 2018, 03:35:50 AM »
Changing the logo is easier than you think. Send a logo file to my personal mail - you will receive instructions.
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.
Hast Du eine Lösung? Bei mir läuft PHP 5.6. auch Ende Jahr aus...fix errors and create mysqli adapter for work ubuntu 16.04.
О, хорошо, что хоть кто то есть, это здоровоЯ работаю уже пару лет с Фенгом. Действительно, очень удобно. Он стоит на моём сервере (виндовс), но особых замечаний нет. Было бы очень интересно развитие! Но разработчики сконцентрированны на платной версии и на нас не обращают внимание- апдейт раз в три месяца, ито не всегда что то полезное.. Привет ребята.
Any updates on this happening, or is this going to be one of those "Premium Features" not for the community release. There are a lot of functionalities that are missing in Feng, I would love to get together a group and start a crowd funding campaign to pay a developer to reinvigorate this system with more up-to-date features.I'll go with you
При попытке скачать файл из первого сообщения получаю ошибку:Code: [Select]404 - Attachment Not Found
Выложите пжл перевод
Беда тут какая-то с вложениями.
Положил на яндекс - https://yadi.sk/d/Gx2PLonwv6tCj
Got the same problem...my workaround:Perfekt!!! Vielen Dank!!
edit ./fengoffice/application/views/reporting/report_wrapper.php on line 46
not working code
'name' => 'print', 'text' => lang("print view"), 'onclick' => "og.reports.printNoPaginatedReport(('$genid','".escape_character($title)."', '$id');return false;", 'iconcls' => "ico-print"
working
'name' => 'print', 'text' => lang("print view"), 'onclick' => "og.reports.printNoPaginatedReport('$genid','".escape_character($title)."', '$id');return false;", 'iconcls' => "ico-print"
Hi MiKonst,
With regards to the upgrade error, could you send us the error on the cache/log.php?
As for the reinstalling problem, this is related to the way MySql is configured. Could you check this?
The problem is produced when you insert a log and do not specify a column. If this column does not have a default value defined on the table, it fails.
You can check this so that it only gives you a warning instead of an error in these cases.
Hope this helps
Natalia