Search found 7 matches

by Johannes
Mon Jun 04, 2007 2:37 pm
Forum: Bug reports
Topic: Problem bei Ausführung des FAQ [4 threads didn't exit]
Replies: 1
Views: 6123

Hi Calvin,

das Problem liegt am aktuellen PHP Interpreter bzw. dessen MySQL-erweiterung. Siehe http://bugs.mysql.com/bug.php?id=25621 und http://bugs.php.net/?id=41350

:arrow: Wenn Du nur kein MySQL verwendest ist das allereinfachste wohl die php_mysql.dll in der php.ini auszukommentieren.
by Johannes
Thu Dec 14, 2006 6:46 pm
Forum: General discussions
Topic: Weitere Textfelder einfügen
Replies: 3
Views: 7921

Wo und was für Felder willst Du denn hizufügen?

Möglich ist es schon, dazu muss dann die Datenbankstruktur entsprechend erweitert werden und das Feld bei der speicherung berücksichtigt werden. Desweiteren muss man den Auslesecode und das Template anpassen.

Aber wo willst Du denn die elder ...
by Johannes
Thu Dec 07, 2006 2:42 pm
Forum: Webserver and configuration
Topic: Problem mit Umlauten bei Fragen
Replies: 5
Views: 14877

Hallo marr,

um das Problem zu lokalisieren wäre es gut wenn du das folgende Skript als test_umlaut.php in das phpMyFAQ-Verzeichnis speicherst und dann per Browser aufrufst.

In der Ausgabe sollte dann zweimal der eingegebene Text, sowie ein paar zusätzliche Informationen, stehen.


<?php
print ...
by Johannes
Thu Dec 07, 2006 2:25 pm
Forum: General discussions
Topic: phpMyFAQ 2 working version?
Replies: 6
Views: 13854

phpMyFAQ ist eine Software, die von wneigen Leuten primär in der Freizeit entwickelt wird. Von daher ist das mit Roadmaps und Fahrplänen immer so eine Sache. Die version wird jedenfalls aktiv entwickelt. Den aktuellen Stand kann man sich jederzeit aus dem CVS oder über dne nightly Snapshot ziehen ...
by Johannes
Thu Dec 07, 2006 2:19 pm
Forum: Bug reports
Topic: Email link incomplete for new submissions
Replies: 3
Views: 8281

Hi,

there's no configuration option for that. If you want to change the link open save.php with an text editor, somewhere around line 73 you can read

$body = unhtmlentities($PMF_LANG['msgMailCheck'])."\n".$PMF_CONF['title'].": http://".$_SERVER['HTTP_HOST'].('80' == $_SERVER['SERVER_PORT ...
by Johannes
Thu Dec 07, 2006 2:14 pm
Forum: General discussions
Topic: Error when adding or updating an entry
Replies: 12
Views: 17108

For me this looks like some problem with the webserver configuration, but I can'T say for sure what the problem might be. Can you check wether you get redirected to another (virtual) host (is it the right domain name in the browser's adress bar?). Can you check the error_log of the webserver, there ...
by Johannes
Mon Jun 05, 2006 10:23 pm
Forum: General discussions
Topic: iframe Link auf eine Seite
Replies: 2
Views: 6760

phpMyFAQ hat eine Überprüfung von Eingabedaten auf möglicherweise bösartiges HTML (XSS - de.wikipedia.org/XSS) Unter anderem werden auch iframes rausgefiltert. Ein abshcalten dieses Mechanismus ist zur Zeit nicht vorgesehen. Um denoch iframes nutzen zu können müsste dieser manuell aus der ...