Die Suche ergab 7 Treffer

von Treger
22. Apr 2014, 22:50
Forum: Fragen und Probleme zu den Plugins
Thema: Written Communications (Briefmodul)
Antworten: 68
Zugriffe: 187781

Re: Written Communications (Briefmodul)

Bekomme div. Fehler (.htaccess mit php 5.5)

Warning: session_start(): open(/tmp/sess_7e2d8f0e4fd29729dad2927c208c8939, O_RDWR) failed: Permission denied (13) in /www/htdocs/w00b3ffc/admidio/adm_program/system/common.php on line 103

Warning: session_start(): Cannot send session cache limiter ...
von Treger
22. Apr 2014, 22:04
Forum: Fragen und Probleme zu den Plugins
Thema: Written Communications (Briefmodul)
Antworten: 68
Zugriffe: 187781

Re: Written Communications (Briefmodul)

Hm.

Ich habe über den Provider PHP Version 5.2.17-nmm2 laufen

Zip enabled
Extension Version $Id: php_zip.c 305848 2010-11-30 11:04:06Z pajoye $
Zip version 1.8.11
Libzip version 0.9.0

und trotzdem kommt der folgende Fehler:

Warning: ZipArchive::open() [ziparchive.open]: Empty string as source ...
von Treger
22. Apr 2014, 18:52
Forum: Fragen und Probleme zu den Plugins
Thema: Written Communications (Briefmodul)
Antworten: 68
Zugriffe: 187781

Re: Written Communications (Briefmodul)

Hallo,

die geforderte Datei ist in /classes benannt: adm_rolemembers.php

abgefragt wird in der written_communications_functions.php: adm_RoleMembers.php

Nach der Änderung erhälte ich bei der Erstellung eines Briefes den folgenden Fehler:

Warning: ZipArchive::open() [ziparchive.open]: Empty ...
von Treger
20. Apr 2014, 18:14
Forum: Fragen und Probleme zu den Plugins
Thema: Written Communications (Briefmodul)
Antworten: 68
Zugriffe: 187781

Re: Written Communications (Briefmodul)

Ich habe mir gerade die my_body_bottom.php aus dem Theme modern angesehen. Dort sieht es anders aus und ich kann jetzt nachvollziehen, wo der Eintrag erfolgen soll.

Ich nutze das Theme classic. Wie muss die Anweisung dort lauten?
von Treger
20. Apr 2014, 00:54
Forum: Fragen und Probleme zu den Plugins
Thema: Written Communications (Briefmodul)
Antworten: 68
Zugriffe: 187781

Re: Written Communications (Briefmodul)

Meine my_body_bottom,php sieht komplett so aus:


<!-- Here you can add your html code. This code will be applied at the end of the <body> area
and after the Admidio module code.
-->



<?php
include(SERVER_PATH."/adm_plugins/statistics/statistics.php");
?>
<?php
include(SERVER_PATH."/adm_plugins ...
von Treger
18. Apr 2014, 09:22
Forum: Fragen und Probleme zu den Plugins
Thema: Written Communications (Briefmodul)
Antworten: 68
Zugriffe: 187781

Re: Written Communications (Briefmodul)

Hallo,

es handelt sich um eine neue Installation 2.4.5.

Eingebunden habe ich den Link analog zu den anderen Plugins in der my_body_bottom,php

<?php
include(SERVER_PATH."/adm_plugins/mitgliedsbeitrag/mitgliedsbeitrag.php");
?>

<?php
if(hasRole('Webmaster', 'Kassenwart'))
{
$moduleMenu->addItem ...
von Treger
17. Apr 2014, 18:09
Forum: Fragen und Probleme zu den Plugins
Thema: Written Communications (Briefmodul)
Antworten: 68
Zugriffe: 187781

Written Communications (Briefmodul)

Hallo,

in der my_body_bottom.php habe ich den entsprechenden Eintrag gemacht, der aber zu der folgenden Fehlermeldung führt:

Fatal error: Call to a member function addItem() on a non-object in /www/........./admidio/adm_themes/classic/my_body_bottom.php on line 18

Der link "Brief erstellen" ist ...