Search found 26 matches

by webchills
Fri Dec 07, 2007 7:24 am
Forum: General discussions
Topic: Login problem with ver 2.0
Replies: 28
Views: 51577

phpinfo

PHP Version 4.3.9
I' ve sent you a PM with the detailed php info
by webchills
Thu Dec 06, 2007 1:52 pm
Forum: General discussions
Topic: Login problem with ver 2.0
Replies: 28
Views: 51577

I've found the following function in inc/Init.php:

/**
* This function deregisters the global variables only when 'register_globals = On'.
* Note: you must assure that 'session_start()' is called AFTER this function and not BEFORE,
* otherwise each $_SESSION key will be set to NULL because ...
by webchills
Wed Dec 05, 2007 7:59 pm
Forum: General discussions
Topic: Login problem with ver 2.0
Replies: 28
Views: 51577

I tried 2.04 now but still the same issue. Session autostart is OFF on the server. Any new ideas?
by webchills
Sat Nov 10, 2007 9:14 am
Forum: General discussions
Topic: Login problem with ver 2.0
Replies: 28
Views: 51577

Some posts before Eric has said
"One thing I've noticed is the pmf_auth_ COOKIE is changing and I'm guessing that shouldn't be happening."
I' m quite sure that this is the cause.
I' d be glad to assist, but have no idea where to start :lol:
by webchills
Fri Nov 09, 2007 2:47 pm
Forum: General discussions
Topic: Login problem with ver 2.0
Replies: 28
Views: 51577

yes MS SQL
by webchills
Fri Nov 09, 2007 9:31 am
Forum: General discussions
Topic: Login problem with ver 2.0
Replies: 28
Views: 51577

same thing here:
session.auto_start is OFF

Any ideas? Would like to update to 2.0 but can' t even test it...
by webchills
Mon Oct 01, 2007 4:53 pm
Forum: General discussions
Topic: Login problem with ver 2.0
Replies: 28
Views: 51577

I cannot modify the php.ini (phpmyfaq runs in an intranet and I have no rights to modify the php settings).
Is there any other solution?
Torsten, did you find any clue yet?
by webchills
Wed Sep 26, 2007 11:04 am
Forum: General discussions
Topic: Login problem with ver 2.0
Replies: 28
Views: 51577

Re: Session loading - bad login - vers 2.0.3

qafym wrote:
and here is my solution: :D


session.auto_start = 0

that's all.
Hi Mike,
in which file do you change this setting?
Regards
Jörg
by webchills
Thu Aug 23, 2007 4:06 pm
Forum: General discussions
Topic: Login problem with ver 2.0
Replies: 28
Views: 51577

session problem

I have the same issue here, trying 2.03 on a Windows Server with PHP 4.3.9 and a MSSQL database. I can login but get back to the login page when clicking any link in the admin menu. There are no warnings, when I enable the debug mode, here is what I get:

phpMyFAQ Version phpMyFAQ 2.0.3
Server ...
by webchills
Mon Jan 23, 2006 8:50 am
Forum: Bug reports
Topic: Suchfunktion unter MS SQL
Replies: 12
Views: 20532

yep das wars, Danke!
by webchills
Fri Jan 20, 2006 2:36 pm
Forum: Bug reports
Topic: Suchfunktion unter MS SQL
Replies: 12
Views: 20532

SELECT bb_faqdata.id AS id, bb_faqdata.lang AS lang, bb_faqcategoryrelations.category_id AS category_id, bb_faqdata.thema AS thema, bb_faqdata.content AS content FROM bb_faqdata LEFT JOIN bb_faqcategoryrelations ON bb_faqdata.id = bb_faqcategoryrelations.record_id AND bb_faqdata.lang = bb ...
by webchills
Fri Jan 20, 2006 11:39 am
Forum: Bug reports
Topic: Suchfunktion unter MS SQL
Replies: 12
Views: 20532

Ich möchte die FAQ auf 1.5.5 umstellen und beibehalten, dass nur die Keywords durchsucht werden. Mit der 1.5.5 (stable snapshot) funktioniert meine Änderung der Suchfunktion nicht mehr, es werden auch die Inhalte durchsucht, auch wenn ich die Suchfunktion in der functions.php wie vorher auf ...
by webchills
Thu Jan 05, 2006 9:47 am
Forum: General discussions
Topic: Einträge werden nicht vollständig ausgelesen
Replies: 6
Views: 11522

Ja das wars!
Danke für den Hinweis und ein gutes Neues
Jörg
by webchills
Thu Dec 29, 2005 4:20 pm
Forum: General discussions
Topic: Einträge werden nicht vollständig ausgelesen
Replies: 6
Views: 11522

Es werden ja alle Zeichen in die Datenbanktable aufgenommen. Dort steht alles drinnen. Das Feld ist auch im text Format. Ich kann endlose Artikel eingeben... Aber ausgegeben werden sie nicht ganz.

Ich kann die Werte in der php.ini nicht verändern (Firmenserver), dieser Eintrag aus deinem Link ...
by webchills
Thu Dec 29, 2005 3:22 pm
Forum: General discussions
Topic: Einträge werden nicht vollständig ausgelesen
Replies: 6
Views: 11522

Einträge werden nicht vollständig ausgelesen

Hi,
ich lasse phpyFAQ mit MSSQL laufen. Bei längeren Beiträgen wird bei der Ausgabe nach einer gewissen Zeichenzahl abgeschnitten. Der Inhalt ist aber in der table faqdata in der Spalte content vollständig vorhanden. Auch beim Editieren eines solchen längeren Artikels wird nicht alles angezeigt ...