Search found 6 matches

by phux2000
Mon 16. Jul 2007, 19:49
Forum: phpwcms Support Deutsch
Topic: Gästebuch blockiert...
Replies: 3
Views: 1574

Hi, hab auch dieses Problem, und zwar von jedem Rechner aus. Beim ersten EIntragsversuch kommt immer die Meldung "Yout IP x.x.x.x is not allowed to send form". Wenn man das Ganze nochmal probiert, geht's. Und das ist immer so. 2. Versuch geht immer. Habe auch schon mit dem Spamschutz hin- und ...
by phux2000
Thu 2. Nov 2006, 16:47
Forum: phpwcms Support English
Topic: Login problem
Replies: 29
Views: 9871

ok, danke. Ich werd mir das mal genauer ansehen. Hat mir auf jeden Fall weitergeholfen.

Viele grüße
Patrick
by phux2000
Thu 2. Nov 2006, 14:23
Forum: phpwcms Support English
Topic: Login problem
Replies: 29
Views: 9871

Hallo, Tatsächlich. Nach dem Umstellen auf auto_increment in der user log Table kann ich mich wieder einloggen! Es sind allerdings mehrere Tabellen, in denen die auto_increment-Einstellung "abhanden gekommen" ist. Wie kann ich sichergehen, dass nicht noch andere Fehler vorliegen? Kann das beim ...
by phux2000
Wed 1. Nov 2006, 13:51
Forum: phpwcms Support English
Topic: Login problem
Replies: 29
Views: 9871

Workaround - Versuch: Um Zeile 183 in der login.php ändern: mysql_free_result($check); $_SESSION['PHPWCMS_ROOT'] = PHPWCMS_ROOT; headerRedirect(PHPWCMS_URL."phpwcms.php"); in mysql_free_result($check); $_SESSION['PHPWCMS_ROOT'] = PHPWCMS_ROOT; headerRedirect(PHPWCMS_URL."phpwcms.php?". htmlentities( ...
by phux2000
Wed 1. Nov 2006, 13:46
Forum: phpwcms Bug Reports
Topic: 128_09_2006_phpwcms.php_redirects to login
Replies: 7
Views: 17345

Oliver Georgi wrote:Ah maybe this might help - in include/inc_lib/default.inc.php:

Code: Select all

function headerRedirect($target='') {
   if(isset($_SESSION)) {
      session_write_close();
   }
   header('Location: '.$target);
   exit();
}
Oliver

Hi,

I tried this, but it didn't help ...
What can I do???

Patrick
by phux2000
Sun 29. Oct 2006, 21:25
Forum: phpwcms Support English
Topic: Login problem
Replies: 29
Views: 9871

Hallo,

ich habe exakt das gleiche Problem, seit ich zu meinem neuen Provider umgezogen bin. Erster Login ging, seither nicht mehr.

Es liegt bei mir aber NICHT an "session.use_cookies". Ist richtig eingestellt. Was kann es noch sein?

Gruß
Patrick