[Phpmyadmin-devel] Re: [Phpmyadmin-users] solution for RedHat 8 (and others) problems
Marc Delisle
DelislMa at CollegeSherbrooke.qc.ca
Wed Mar 5 03:18:02 CET 2003
See http://phpmyadmin.net for the recommended fix.
Marc
Marc Delisle wrote:
> Hi,
>
> We got numerous problems of duplicate field names on table creation.
>
> The default configuration of RedHat 8 has, in /etc/httpd/conf.d/php.conf
> (comments removed):
> ============
> LoadModule php4_module modules/libphp4.so
>
> <Files *.php>
> SetOutputFilter PHP
> SetInputFilter PHP
> LimitRequestBody 524288
> </Files>
>
> DirectoryIndex index.php
> ==========
>
> and in /etc/httpd/conf/httpd.conf
> ===========
> AddType application/x-httpd-php .php
> ===========
>
> Those 2 kinds of directives, used together, give a conflict with arrays
> in POST variables, which we use in phpMyAdmin.
>
> So, remove the line in httpd.conf, like this:
> #AddType application/x-httpd-php .php
>
> and restart Apache.
>
> Marc Delisle
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Etnus, makers of TotalView, The
> debugger for complex code. Debugging C/C++ programs can leave you
> feeling lost and disoriented. TotalView can help you find your way.
> Available on major UNIX and Linux platforms. Try it free. www.etnus.com
> _______________________________________________
> Phpmyadmin-users mailing list
> Phpmyadmin-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-users
>
More information about the Developers
mailing list