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.


Topics - Henry

Pages: [1] 2
1
Deutsch / exportscript für emails
« on: November 03, 2014, 06:00:54 am »
Sollte jemand das Bedürfnis verspüren seine E-Mails aus der Datenbank von FengOffice exportieren zu müssen, könnt ihr anhängiges Skript nutzen.
Ich habe die bereits vorhandene Funktion zum Herunterladen einer einzelner E-Mail im .eml Format soweit umgeschrieben, dass das Skript im Ordner tmp die Ordner export/mails anlegt.
Darin werden dann im Anschluss Unterodner der AccountEmails erzeugt in denen ihr die Mails finden könnt.

Die exportierten E-Mails könnt ihr z.B. mit Thunderbird einlesen. Ich habe sie dann per Drag & Drop auf den IMAP-Server verschoben, so dass ich nun alle Mail aus dem FO dort habe.

Das Skript müßt ihr in den Ordner public\tools kopieren und die access.php entsprechend anpassen.

Grüße Henry

2
Deutsch / Anzeige Dokumentengröße in Listenansicht
« on: December 30, 2010, 06:31:12 pm »
Hallo,

ich habe einen Mod erstellt, der in der Listenansicht der Dokumente eine zusätzliche Spalte mit der Dateigröße anzeigt.

Viel Spaß damit.

Henry

http://forums.fengoffice.com/index.php?topic=5206.0

3
Community Contributions / Mod: column filesize in list view
« on: December 30, 2010, 06:26:21 pm »
Hi,
i created a mod that added the column size in the documents list view.


created with FO version: 1.7.3.1

Have fun.

Henry


4
Feature requests / save the sort option in user interface state
« on: September 12, 2010, 08:06:31 am »
I have a lot of tags and i sort ´my tags alphabetically.

It is possible to save the option in the user interface state??

because by default the tags are sort by count and with a upgrade i must change the code of the TagController.class.php.

Thanks

5
Older versions / [1.7-beta2] can not export reports
« on: April 07, 2010, 04:58:50 am »
i have generate a report of the Total task execution time, but the export to pdf and csv do nothing.


6
Older versions / [1.7-beta2] problem view activities
« on: April 06, 2010, 05:58:12 pm »

i have add a user. After that i worked a little bit to test the new functions. I have create many aktivities on the objects.

Then i have delete the User with my admin account. I want to see the reaction of the activities protocol. but i have seen the error, if i want to View all activity

Code: [Select]
Fatal error: Call to a member function getCardUrl() on a non-object in /www/htdocs/v136341/fo_test/application/views/object/view_history.php  on line 42

7
Older versions / [1.7-beta] I can not edit workspace permissions
« on: March 18, 2010, 03:12:37 pm »
I want to change the workspace permission, but i see a Fatal error

Fatal error: Call to a member function isGuest() on a non-object in /volume1/web/fo_test/application/models/projects/Project.class.php  on line 1925

log.php:

Session "default" started at 2010-03-18T17:08:18+0000
#1 ERROR: Error: Undefined variable: users in '/volume1/web/fo_test/application/views/group/group_users_control.php' on line 7 (error code: 8)
Time since start: 0.749823093414 seconds
-------------------------------------------------------------------------------

8
Older versions / [1.7 -beta] can not delete emails from trash
« on: March 17, 2010, 05:28:22 pm »
i have a problem with the trash.
I can not delete emails from trash.

i have this problem not with the other objects ( contacts, notice,files,tasks) only with emails.

no entry in the log.php

the http daemon have 100% CPU usage.
upgraded from 1.6.2

9
Deutsch / Ansicht hochgeladener PDF-Dokumente
« on: March 09, 2010, 04:08:14 am »
Beim Durchstöbern des Forums bin ich im spanischem Teil auf einen Hack gestoßen, der es ermöglicht im FengOffice hochgeladene PDF-Dokumente ohne separaten vorherigen Download anzuzeigen. Das Ganze wird über ein IFrame gelöst. Ich habe den Hack auch so gleich in meiner eigenen Umgebung getestet und bin sehr zufrieden mit dem Ergebnis.

Orginalbeitrag : http://forums.fengoffice.com/index.php?topic=3885.0

Versionen: 1.5 - 1.7.3.1
Folgende Datei muß bearbeitet werden: /application/views/files/file_details_content.php
Nachfolgenden Code müßt ihr nach Zeile 31 (kann je nach Versionsstand von FO variieren) einfügen

Code: [Select]
<?php
if (
substr($file->getFilename(), -3) == 'pdf'
{
    echo'<div>';
    $urlpdf=get_url('files''download_image', array('id' => $file->getId(), 'inline' => true'modtime' => $modtime));
    echo "<iframe src=".$urlpdf." width='100%' height='900px' frameborder=0 align='center'></iframe>";
    echo '</div>';
}
?>


Ich hoffe es hilft euch so wie mir .

Gruß Henry

10
Deutsch / Speicherung von Dateien in DB auf Synology DS 109+
« on: February 01, 2010, 06:49:26 pm »
Da ja mittlerweile der Eine oder Andere hier im Forum auch eine DS von Synology mit FO nutzt, habe ich hierzu mal eine Frage. Ich habe mein FO zur Speicherung aller Dateien in der MySQL DB konfiguriert. Dies hat den Vorteil , dass alle Daten in der DB liegen und bei einer Sicherung alle Daten mit einem Dump gesichert sind. ( einheitliche Datenablage) Leider mußt ich nun feststellen, dass bei Dateien von einer Größe von etwa 7MB die Daten zwar in den Temp-Ordner hochgeladen werden , aber nach dem Hochladen die Überführung in die DB mit einem Fehler abbricht. Bei kleineren Dateien ist dies kein Problem.
Eine Änderung der Datenhaltung und somit eine Änderung der Ablage macht es hingegen möglich auch größere Dateien im Dateisystem abzulegen, dies hätte aber für mich zur Folgen, dass ich keinen Zugriff mehr auf die bisherigen Daten hätten  >:(.

Ich hätte gerne mal gewußt wie ihr das mit der Dateiablage konfiguriert habt und wenn ihr die Dateien ebenfalls in der DB ablegt, ob die auch bei größeren Dateien problemlos funktioniert.

Henry

Version 1.6.2

11
Older versions / [1.6.1 - 1.6.2] Problem with group permissions
« on: January 29, 2010, 07:32:52 am »
Hello

Situation:
I have different Workspaces in my fengoffice.
My users are organized in groups.
Only the private workspaces have user permission. All other ws i have assign only group permissions


I have edit the permissions of the project workspaces. There i have assign the permissions to  the groups ( see the picture)
If a user want to add a contact to a project workspace , he dont have the rights to add the contact.
If the user added the contact in the private workspace it works fine.
He can also move the contact to project workspace.

I think that is a bug with the group permissions.



12
Feature requests / taging and classify the search results
« on: January 20, 2010, 08:35:54 am »
Hi

if i want to tag or classify many different objects(emails,notes and other), i can not do this with the search result.

i have many objects safed in the FO. later i require emails and file for a new project. Then i search them with key words, but i dont can classify or tag the results for the new project.

i think it is usefull, that we can do this.

 

13
Older versions / [1.6.1] wrong week numbers at the week view
« on: January 05, 2010, 04:47:34 pm »
if the calendar shown the January with the week view , the numbers of the weeks are wrong.


14
How To's / [1.6.1] Problem with big email
« on: December 19, 2009, 09:50:39 am »
I have a big email (20,9MB) in my email account. if i check my account with FO , i see the error message. The attachment is succsessful dowloaded and safed in the tmp folder. i hope anyone can help me.

Thanks


15
Deutsch / Fatal error: Allowed memory size ...
« on: December 17, 2009, 08:44:29 am »
Hallo allerseits,

Ich bekomme bei sehr großen Mails nachfogende Fehlermeldung. Es liegt wohl am Speicher aber eigentlich sollte genug RAM zur verfügung stehen.
Vielleicht habt ihr ja eine Idee.

Code: [Select]
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 22492441 bytes) in /volume1/web/opengoo/environment/library/database/adapters/AbstractDBAdapter.class.php on line 386

Pages: [1] 2