|
From: SourceForge.net <no...@so...> - 2005-02-24 07:43:52
|
Bugs item #1149818, was opened at 2005-02-23 14:42 Message generated for change (Comment added) made by pfuetz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=418980&aid=1149818&group_id=37132 Category: Import/Export Group: 3.5 Status: Open Resolution: None Priority: 5 Submitted By: Der Michel (pfuetz) Assigned to: Christopher Kings-Lynne (chriskl) Summary: export of a table Postgre 7.1.3 / phpPgAdmin 3.5.(1/2) Initial Comment: Hi, i get following error by export a table with phpPgAdmin 3.5.(1/2) and Postgres 7.1.3: ----<schnipp>---- <br /> <b>Notice</b>: Undefined index: schema in <b>/srv/www/htdocs/phpPgAdmin/dbexport.php</b> on line <b>81</b><br /> -- -- PostgreSQL database dump -- ----<schnapp>---- With Postgres 7.3.4 it is ok! CU Michael ---------------------------------------------------------------------- >Comment By: Der Michel (pfuetz) Date: 2005-02-24 08:43 Message: Logged In: YES user_id=1058386 OK, here we are: <pre>array(2) { [0]=> string(3) "7.4" [1]=> string(3) "7.4" } </pre><br /> <b>Notice</b>: Undefined index: schema in <b>/srv/www/htdocs/phpPgAdmin/dbexport.php</b> on line <b>82</b><br /> SELECT version(); version --------------------------------------------------------------- PostgreSQL 7.1.3 on i686-pc-linux-gnu, compiled by GCC 2.95.3 (1 row) pg_dump --version pg_dump (PostgreSQL) 7.1.3 Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group Portions Copyright (c) 1996 Regents of the University of California Read the file COPYRIGHT to see the usage and distribution terms. CU Michael ---------------------------------------------------------------------- Comment By: Christopher Kings-Lynne (chriskl) Date: 2005-02-23 18:27 Message: Logged In: YES user_id=82305 Could you insert this line 76 in 3.5.2 and paste the ouput? echo "<pre>", var_dump($version), "</pre>"; You should get a dump of the version array when you try to export then. Also, please paste the output of: select version(); In postrgresql. And while we're at it, the output of: pg_dump --version For the pg_dump binary you are using. Chris ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=418980&aid=1149818&group_id=37132 |