From 7a33231818d8275b71e0d268a8bf4f34dd8adb62 Mon Sep 17 00:00:00 2001
From: Marc Delisle
Date: Wed, 5 Mar 2003 10:50:35 +0000
Subject: [PATCH] duplicate field names bug
---
ChangeLog | 3 +++
Documentation.html | 35 ++++++++++++++++++++++++++++++++++-
2 files changed, 37 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 20d2be104..8573e1718 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
+2003-03-05 Marc Delisle
+ * Documentation.html, faq 1.29 about the "duplicate field names" problem
+
2003-03-03 Alexander M. Turek
* tbl_replace_fields.php3: Bugfix: User was unable to insert values
containing quotes.
diff --git a/Documentation.html b/Documentation.html
index 1c502affd..07cc02eeb 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -2218,6 +2218,39 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
available starting with MySQL 3.23.56 / 4.0.11-gamma.
+
+
+ [1.29] When I create a table or modify a field, I get an error
+ and the fields are duplicated.
+
+
+ The default configuration of Apache of some Linux distributions,
+ for example Redhat 8, has a wrong way of interpreting .php files.
+
+ It uses two different (and conflicting) set of directives:
+
+
+ SetOutputFilter PHP
+ SetInputFilter PHP
+
+
+ and
+
+
+ AddType application/x-httpd-php .php
+
+
+ In the case we saw, one set of directives was in httpd.conf, the other
+ set was in php.conf.
+ The recommended way is with AddType, so just put comments
+ on the first set of lines and restart Apache:
+
+
+ #SetOutputFilter PHP
+ #SetInputFilter PHP
+
+
+
[2. Configuration]
@@ -3254,4 +3287,4 @@ Original Credits of Version 2.1.0