probleme beim hochladen der export.txt/phpmyadmin

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • probleme beim hochladen der export.txt/phpmyadmin

    hallo!

    folgendes problem: ich habe einen webshop auf meinem rechner, und möchte diesen jetzt gerne auf meinen webspace hochladen. der shop funzt auf meinem rechner einwandfrei, aber wenn ich mit dem phpmyadmin von meinem provider die export.txt, welche ich mit meinem lokalen phpmyadmin erzeugt habe, hochladen möchte, bekomme ich folgende fehlermeldungen. ich bin noch anfänger (standardausrede hehe). was mache ich falsch??

    gruß und danke!

    Dr.Frost

    Database usr_s1web184_1 running on localhost

    Error

    There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem


    ERROR: Unknown Punctuation String @ 10
    STR:



    SQL-query_:_

    Notice: Undefined offset: 0 in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 447

    Notice: Undefined index: in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 449

    Notice: Undefined offset: 1 in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 447

    Notice: Undefined index: in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 449

    Notice: Undefined offset: 2 in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 447

    Notice: Undefined index: in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 449

    Notice: Undefined offset: 3 in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 447

    Notice: Undefined index: in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 449

    Notice: Undefined offset: 4 in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 447

    Notice: Undefined index: in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 449

    Notice: Undefined offset: 5 in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 447

    Notice: Undefined index: in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 449

    Notice: Undefined offset: 6 in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 447

    Notice: Undefined index: in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 449

    Notice: Undefined offset: 7 in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 447

    Notice: Undefined index: in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 449

    Notice: Undefined offset: 8 in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 447

    Notice: Undefined index: in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 449

    Notice: Undefined offset: 9 in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 447

    Notice: Undefined index: in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 449

    Notice: Undefined offset: 10 in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 447

    Notice: Undefined index: in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 449

    Notice: Undefined offset: 11 in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 447

    Notice: Undefined index: in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 449

    Notice: Undefined offset: 12 in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 447

    Notice: Undefined index: in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 449

    Notice: Undefined offset: 13 in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 447

    Notice: Undefined index: in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 449

    Notice: Undefined offset: 14 in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 447

    Notice: Undefined index: in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 449

    Notice: Undefined offset: 15 in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 447

    Notice: Undefined index: in /Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php on line 449

    MySQL said:



    #1064 - You have an error in your SQL syntax near '<b>Notice</b>: Undefined offset: 0 in <b>/Library/Apache2/htdocs/phpMyAdmin/li' at line 1

  • #2
    wenn du nun noch so freundlich wärest, und auch mal ein wenig deiner ominösen export.txt zeigen würdest?
    INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


    Kommentar


    • #3
      ach so...entschuldigung..bin noch blutiger anfänger, aber aus fehlern lernt man ja bekanntlich

      # phpMyAdmin SQL Dump
      # version 2.5.4-rc1
      # http://www.phpmyadmin.net
      #
      # Host: localhost
      # Generation Time: Oct 14, 2003 at 03:18 PM
      # Server version: 4.0.15
      # PHP Version: 4.3.2
      #
      # Database : `shop`
      #

      # --------------------------------------------------------

      #
      # Table structure for table `csc_article`
      #

      DROP TABLE IF EXISTS `csc_article`;
      CREATE TABLE `csc_article` (
      `id` int(11) NOT NULL auto_increment,
      `category` varchar(30) NOT NULL default '',
      `product_number` varchar(30) NOT NULL default '',
      `desc_short` varchar(30) NOT NULL default '',
      `desc_long` text NOT NULL,
      `special` varchar(255) default NULL,
      `image_small` varchar(60) default NULL,
      `image_big` varchar(60) default NULL,
      `price_a` decimal(12,2) default NULL,
      `price_b` decimal(12,2) default NULL,
      `price_c` decimal(12,2) default NULL,
      `price_d` decimal(12,2) default NULL,
      `price_e` decimal(12,2) default NULL,
      `tax_rate` decimal(5,2) default NULL,
      `time_stamp` timestamp(14) NOT NULL,
      `flag_display` tinyint(1) NOT NULL default '1',
      PRIMARY KEY (`id`)
      ) TYPE=MyISAM AUTO_INCREMENT=11 ;

      #
      # Dumping data for table `csc_article`
      #

      <br />
      <b>Notice</b>: Undefined offset: 0 in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>447</b><br />
      <br />
      <b>Notice</b>: Undefined index: in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>449</b><br />
      <br />
      <b>Notice</b>: Undefined offset: 1 in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>447</b><br />
      <br />
      <b>Notice</b>: Undefined index: in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>449</b><br />
      <br />
      <b>Notice</b>: Undefined offset: 2 in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>447</b><br />
      <br />
      <b>Notice</b>: Undefined index: in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>449</b><br />
      <br />
      <b>Notice</b>: Undefined offset: 3 in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>447</b><br />
      <br />
      <b>Notice</b>: Undefined index: in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>449</b><br />
      <br />
      <b>Notice</b>: Undefined offset: 4 in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>447</b><br />
      <br />
      <b>Notice</b>: Undefined index: in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>449</b><br />
      <br />
      <b>Notice</b>: Undefined offset: 5 in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>447</b><br />
      <br />
      <b>Notice</b>: Undefined index: in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>449</b><br />
      <br />
      <b>Notice</b>: Undefined offset: 6 in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>447</b><br />
      <br />
      <b>Notice</b>: Undefined index: in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>449</b><br />
      <br />
      <b>Notice</b>: Undefined offset: 7 in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>447</b><br />
      <br />
      <b>Notice</b>: Undefined index: in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>449</b><br />
      <br />
      <b>Notice</b>: Undefined offset: 8 in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>447</b><br />
      <br />
      <b>Notice</b>: Undefined index: in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>449</b><br />
      <br />
      <b>Notice</b>: Undefined offset: 9 in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>447</b><br />
      <br />
      <b>Notice</b>: Undefined index: in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>449</b><br />
      <br />
      <b>Notice</b>: Undefined offset: 10 in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>447</b><br />
      <br />
      <b>Notice</b>: Undefined index: in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>449</b><br />
      <br />
      <b>Notice</b>: Undefined offset: 11 in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>447</b><br />
      <br />
      <b>Notice</b>: Undefined index: in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>449</b><br />
      <br />
      <b>Notice</b>: Undefined offset: 12 in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>447</b><br />
      <br />
      <b>Notice</b>: Undefined index: in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>449</b><br />
      <br />
      <b>Notice</b>: Undefined offset: 13 in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>447</b><br />
      <br />
      <b>Notice</b>: Undefined index: in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>449</b><br />
      <br />
      <b>Notice</b>: Undefined offset: 14 in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>447</b><br />
      <br />
      <b>Notice</b>: Undefined index: in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>449</b><br />
      <br />
      <b>Notice</b>: Undefined offset: 15 in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>447</b><br />
      <br />
      <b>Notice</b>: Undefined index: in <b>/Library/Apache2/htdocs/phpMyAdmin/libraries/export/sql.php</b> on line <b>449</b><br />
      INSERT INTO `csc_article` (, , , , , , , , , , , , , , , ) VALUES ('2', 'CD/Vinyl - C', '899', 'Cannibal Corpse - Vile', 'Death Metal Deluxe', '', 'vileklein.gif', 'vile.gif', '14.00', '0.00', '0.00', '0.00', '0.00', '15.00', '20031004212813', '1');
      INSERT INTO `csc_article` (, , , , , , , , , , , , , , , ) VALUES ('3', 'Shirts & more', '10000', 'Aborted - Logo (TS)', 'beidseitiger Druck, XL', '', NULL, NULL, '14.00', '0.00', '0.00', '0.00', '0.00', '15.00', '20031003215238', '1');
      INSERT INTO `csc_article` (, , , , , , , , , , , , , , , ) VALUES ('4', 'Magazine', '50000', 'Ablaze Nr 12', 'Mit Reviews von blablabl usw ', '', NULL, NULL, '5.00', '0.00', '0.00', '0.00', '0.00', '15.00', '20031003215445', '1');
      INSERT INTO `csc_article` (, , , , , , , , , , , , , , , ) VALUES ('5', 'CD/Vinyl - S', '2003', 'Slayer - Hell Awaits', 'ggsdfgdfgdfgdfg', '', NULL, NULL, '12.00', '0.00', '0.00', '0.00', '0.00', '15.00', '20031003220443', '1');
      INSERT INTO `csc_article` (, , , , , , , , , , , , , , , ) VALUES ('6', 'CD/Vinyl - A', '456', 'Anthrax - Among the Living / C', 'gdgdfsgdg', '', NULL, NULL, '12.00', '0.00', '0.00', '0.00', '0.00', '15.00', '20031003220954', '1');
      INSERT INTO `csc_article` (, , , , , , , , , , , , , , , ) VALUES ('7', 'CD/Vinyl - B', '600', 'Benedition - blabla', 'fasfsafsf', '', NULL, NULL, '12.00', '0.00', '0.00', '0.00', '0.00', '15.00', '20031004212940', '1');
      INSERT INTO `csc_article` (, , , , , , , , , , , , , , , ) VALUES ('8', 'CD/Vinyl - D', '963', 'Deicide - Legion', 'fsdfsdfds', '', NULL, NULL, '12.00', '0.00', '0.00', '0.00', '0.00', '15.00', '20031004213027', '1');
      INSERT INTO `csc_article` (, , , , , , , , , , , , , , , ) VALUES ('9', 'CD/Vinyl - C', '900', 'Cannibal Corpse - Butchered at', 'sdfdsfsdfdsf', '', NULL, NULL, '12.00', '0.00', '0.00', '0.00', '0.00', '15.00', '20031004221155', '0');
      INSERT INTO `csc_article` (, , , , , , , , , , , , , , , ) VALUES ('10', 'CD/Vinyl - C', '901', 'Cannibal Corpse - Butchered', 'gdfgdfgfdg', '', NULL, NULL, '12.00', '0.00', '0.00', '0.00', '0.00', '15.00', '20031004221354', '1');

      # --------------------------------------------------------

      #
      # Table structure for table `csc_basket`
      #

      Kommentar


      • #4
        die komplette passt nicht in eine nachricht... ich könnte die in mehreren teilen post....ist das nötig? möchte nicht unnötigerweise alles zumüllen.

        Kommentar


        • #5
          wie man schon in der datei sehen kann, sind da so ein paar fehler drin.

          vermutlich ist deine tabelle 'csc_article' defekt und daher kann phpmyadmin schon keinen korrekten export machen. damit ich es auch kein wunder, warum der server deines hosters meckert.

          ich nehme an, dass du @home einen windoof rechner besitzt und daher WAMP verwendest.

          suche dort mal nach myisamchk ... unter linux gibts das zumindest. damit kannst du deine tabellen mal checken lassen.

          EDIT:
          Original geschrieben von Dr.Frost
          die komplette passt nicht in eine nachricht... ich könnte die in mehreren teilen post....ist das nötig? möchte nicht unnötigerweise alles zumüllen.
          schon ok. diese bisherige info reichte schon, um den evtl. fehler zu sehen/ zu finden.

          INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


          Kommentar


          • #6
            ich arbeite mit einem mac unter os x. ich schau ma, vielleicht gibt es die da auch für.

            Kommentar


            • #7
              das osX ist auf linux-basis, so sagte ein kollege von mir, der dies auch benützt.

              wenn dem wirklich so ist, solltest du das tool finden können....
              INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


              Kommentar


              • #8
                die sache sieht doch ganz logisch aus:

                du hast die ganzen warnings wegen "undefined index" etc. in deinem dump drin stehen - mit denen kann mysql natürlich nichts anfangen.

                der grund, warum die da drin stehen, dürfte wohl sein, dass phpmyadmin-version und php-version nicht zusammen passen, sprich deine phpmyadmin-version benutzt wohl veraltete zugriffsmethoden/ist unsauber geschrieben/kommt mit deinen php.ini-einstellungen nicht klar.

                ich würde mal eine aktuelle phpmyadmin-version installieren.
                I don't believe in rebirth. Actually, I never did in my whole lives.

                Kommentar

                Lädt...
                X