Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Utorok, 17. február 2026
O nás
Magazín
Otvorený softvér
CVS
Služby
Index  »  Projekty  »  phpMyEdit  »  Fórum  »  v5.4 Stable: phpMyEditSetup.php creates invalid content file

phpMyEdit Installation     v5.4 Stable: phpMyEditSetup.php creates invalid content file
Odoslať novú tému   Odpovedať na tému    
 
Mike     Založený: 26.02.2004   Príspevky: 3  
Príspevok Zaslal: 2004-02-26 11:16
Návrat hore  Odpovedať s citátom     

Hi,

just testing on this table:

Kód:

CREATE TABLE `mitarbeiter` (
  `pkey` int(11) NOT NULL auto_increment,
  `acode` varchar(10) NOT NULL default '',
  `acode_ok` char(1) NOT NULL default '0',
  `qnummer` varchar(10) NOT NULL default '',
  `status` enum('mitarbeiter','rentner') NOT NULL default 'mitarbeiter',
  `email` varchar(255) NOT NULL default '',
  `kurzzeichen` varchar(10) NOT NULL default '',
  `anrede` enum('1','2') default NULL,
  `name` varchar(255) NOT NULL default '',
  `vorname` varchar(255) NOT NULL default '',
  `geboren_am` date default NULL,
  `standort` varchar(255) NOT NULL default '',
  `kennwort` varchar(255) NOT NULL default '',
  `strasse` varchar(255) NOT NULL default '',
  `nr` varchar(10) NOT NULL default '',
  `plz` varchar(10) NOT NULL default '',
  `ort` varchar(255) NOT NULL default '',
  `telefon` varchar(20) default NULL,
  `mobiltelefon` varchar(20) default NULL,
  `ergebnis_info_email` enum('0','1') NOT NULL default '0',
  `ergebnis_info_sms` enum('0','1') NOT NULL default '0',
  `show_in_highscore` enum('0','1') NOT NULL default '0',
  `tstamp` timestamp(14) NOT NULL,
  PRIMARY KEY  (`pkey`),
  UNIQUE KEY `email` (`email`),
  UNIQUE KEY `acode` (`acode`),
  UNIQUE KEY `qnummer` (`qnummer`)
) TYPE=MyISAM PACK_KEYS=0 AUTO_INCREMENT=7 ;


give me this content file:

Kód:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
      "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>Mitarbeiter</title>
<style type="text/css">
   table { border: #004d9c 1px solid; border-collapse: collapse; border-spacing: 0px; width: 100%; }
   th    { border: #004d9c 1px solid; padding: 4px; background: #add8e6; }
   td    { border: #004d9c 1px solid; padding: 3px; }
   hr    { border: 0px solid; padding: 0px; margin: 0px; border-top-width: 1px; height: 1px; }
</style>
</head>
<body>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
      "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>Mitarbeiter</title>
<style type="text/css">
   table { border: #004d9c 1px solid; border-collapse: collapse; border-spacing: 0px; width: 100%; }
   th    { border: #004d9c 1px solid; padding: 4px; background: #add8e6; }
   td    { border: #004d9c 1px solid; padding: 3px; }
   hr    { border: 0px solid; padding: 0px; margin: 0px; border-top-width: 1px; height: 1px; }
</style>
</head>
<body></body>
</html>


Anyone seen this yet?

Cheers
Mike

 
Mike     Založený: 26.02.2004   Príspevky: 3  
Príspevok Zaslal: 2004-02-26 11:24
Návrat hore  Odpovedať s citátom     

Hi,

after some fiddling I found that this error occurs, if the option HTML header & footer during the step Please select additional options is selected.

Probably just a minor bug.

Cheers
Mike

 
pilavdzic     Založený: 26.10.2004   Príspevky: 9  
Príspevok Zaslal: 2004-10-26 18:00
Návrat hore  Odpovedať s citátom     

I first thought this tool didn't work at all when I first tried it because of this.

if you turn on headers and footers you get nothing but the headers and footers. Someone should fix this beacuse it would be an easy fix and it probably makes lots of people give up on it right from the beginning because they can't get even the demo to work...

I don't know how to get the latest stuff from the CVS so it might already be fixed...

 
Mike     Založený: 26.02.2004   Príspevky: 3  
Príspevok Zaslal: 2004-10-26 18:26
Návrat hore  Odpovedať s citátom     

This bug appears to be monitored here: http://opensource.platon.sk/projects/bug_view_advanced_page.php?f_bug_id=219

No idea whether this is already fixed in CVS. In a comment a workaround is mentioned, however.

Cheers
Mike

 
ajh     Založený: 17.12.2003   Príspevky: 236  
Príspevok Zaslal: 2004-10-27 10:39
Návrat hore  Odpovedať s citátom     

It is fixed in the CVS version

 
denisbeta     Založený: 25.08.2023   Príspevky: 3998  
Príspevok Zaslal: 2024-07-01 20:31
Návrat hore  Odpovedať s citátom     

http://opensource.platon.org/forum/projects/viewtopic.php?p=12594285
http://opensource.platon.org/forum/projects/viewtopic.php?p=12419990
http://opensource.platon.org/forum/projects/viewtopic.php?p=12317424
http://opensource.platon.org/forum/projects/viewtopic.php?p=322
http://opensource.platon.org/forum/projects/viewtopic.php?p=12563496
http://opensource.platon.org/forum/projects/viewtopic.php?p=12574556
http://opensource.platon.org/forum/projects/viewtopic.php?p=12550788
http://opensource.platon.org/forum/projects/viewtopic.php?p=12513377
http://opensource.platon.org/forum/projects/viewtopic.php?p=12577394
http://opensource.platon.org/forum/projects/viewtopic.php?p=12527790
http://opensource.platon.org/forum/projects/viewtopic.php?t=10843711&postdays=0&postorder=asc&start=30
http://opensource.platon.org/forum/projects/viewtopic.php?p=12303157
http://opensource.platon.org/forum/projects/viewtopic.php?p=12527774
http://opensource.platon.org/forum/projects/viewtopic.php?p=12551940
http://opensource.platon.org/forum/projects/viewtopic.php?p=12551916
http://opensource.platon.org/forum/projects/viewtopic.php?p=12537619
http://opensource.platon.org/forum/projects/viewtopic.php?p=12597932
http://opensource.platon.org/forum/projects/viewtopic.php?p=12596763
http://www.opensource.platon.org/forum/projects/viewtopic.php?p=12596995
http://opensource.platon.org/forum/projects/viewtopic.php?p=12411781
http://opensource.platon.org/forum/projects/viewtopic.php?p=12583345
http://opensource.platon.org/forum/projects/viewtopic.php?p=12448183
http://opensource.platon.org/forum/projects/viewtopic.php?p=12593832
http://www.opensource.platon.org/forum/projects/viewtopic.php?p=12581764
http://lifestream.denisyakovlev.ru/2024/05/blog-post_12.html
http://www.opensource.platon.org/forum/projects/viewtopic.php?p=12573847
http://opensource.platon.org/forum/projects/viewtopic.php?p=12534322
http://opensource.platon.org/forum/projects/viewtopic.php?p=12553976
http://www.opensource.platon.org/forum/projects/viewtopic.php?p=12597506
http://opensource.platon.org/forum/projects/viewtopic.php?p=12419203
http://opensource.platon.org/forum/projects/viewtopic.php?p=12487987
http://opensource.platon.org/forum/projects/viewtopic.php?p=12332917
http://opensource.platon.org/forum/projects/viewtopic.php?p=12587353
http://opensource.platon.org/forum/projects/viewtopic.php?p=12554832
http://opensource.platon.org/forum/projects/viewtopic.php?p=12315057
http://opensource.platon.org/forum/projects/viewtopic.php?p=12401495
http://opensource.platon.org/forum/projects/viewtopic.php?p=12464454
http://opensource.platon.org/forum/projects/viewtopic.php?p=12384206
http://opensource.platon.org/forum/projects/viewtopic.php?p=12557082
http://opensource.platon.org/forum/projects/viewtopic.php?p=12490212
http://opensource.platon.org/forum/projects/viewtopic.php?p=12550774
http://www.opensource.platon.org/forum/projects/viewtopic.php?p=12305603
http://opensource.platon.org/forum/projects/viewtopic.php?p=12579405
http://www.opensource.platon.org/forum/projects/viewtopic.php?p=12524468
http://opensource.platon.org/forum/projects/viewtopic.php?p=12570585
http://opensource.platon.org/forum/projects/viewtopic.php?p=12594833
http://opensource.platon.org/forum/projects/viewtopic.php?p=12377482
http://opensource.platon.org/forum/projects/viewtopic.php?p=12372710
http://www.opensource.platon.org/forum/projects/viewtopic.php?p=12568267
http://opensource.platon.org/forum/projects/viewtopic.php?p=12526278
http://opensource.platon.org/forum/projects/viewtopic.php?p=12260650
http://opensource.platon.org/forum/projects/viewtopic.php?p=12448703
http://opensource.platon.org/forum/projects/viewtopic.php?p=12461610
http://opensource.platon.org/forum/projects/viewtopic.php?p=12496405
http://opensource.platon.org/forum/projects/viewtopic.php?p=12336003
http://opensource.platon.org/forum/projects/viewtopic.php?p=12361272
http://opensource.platon.org/forum/projects/viewtopic.php?p=12474718
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12598656
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12369507
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12528652
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12597970
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12597692
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12249158
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12365996
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10911577
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12349431
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12542881
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10910913
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10909679
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10910389
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10911520
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10911574
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10911513
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10911510
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10911821
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10911501
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10911369
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10854355
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10911006
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10909596
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10910636
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10911582
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10788040
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10828726
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10908927
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10828133
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10911519
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10910940
http://lifestream.denisyakovlev.ru/2024/06/blog-post.html
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10909875
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10896053
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10818174
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10896053
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10789486
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10910897
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10907832
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10910795
https://bm.denisyakovlev.ru/2024/06/blog-post.html
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10898552
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10911385
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10821527
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10909293
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10910418
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10898549
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10826039
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10892835
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10839568
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10841033
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10910107
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10896130
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10909351
http://lifestream.denisyakovlev.ru/2024/06/blog-post_5.html
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10908688
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10803444
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10853359
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10825193
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10858701
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10910130
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10840027
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10790218
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10908286
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10908909
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10910384
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10838876
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10890736
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10816854
https://bm.denisyakovlev.ru/2024/06/blog-post_6.html
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10879108
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10898198
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10911447
http://lifestream.denisyakovlev.ru/2024/06/blog-post_7.html
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10911799
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10911813
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10824783
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10903867
http://blog.denisyakovlev.com/2024/06/blog-post.html
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10820522
http://opensource.platon.sk/forum/projects/viewtopic.php?t=10868116
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12602425
http://lifestream.denisyakovlev.ru/2024/06/blog-post_9.html
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12607061
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12502303
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12596042
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12598785
http://blog.denisyakovlev.com/2024/06/blog-post_10.html
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12602254
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12249094
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12552890
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12260880
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12609140
http://blog.denisyakovlev.com/2024/06/blog-post_12.html
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12507118
http://lifestream.denisyakovlev.ru/2024/06/blog-post_13.html
http://lifestream.denisyakovlev.ru/2024/06/blog-post_14.html
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12556219
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12251672
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12603188
http://opensource.platon.sk/forum/projects/viewtopic.php?p=3264905
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12600037
http://opensource.platon.sk/forum/projects/viewtopic.php?p=12587831
http://blog.denisyakovlev.com/2024/06/love-planet.html
https://graph.org/Love-planet-06-15
http://lifestream.denisyakovlev.ru/2024/06/blog-post_15.html
http://opensource.platon.sk/forum/projects/viewtopic.php?t=607835&postdays=0&postorder=asc&start=15


777

 
Odoslať novú tému   Odpovedať na tému    

Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok · Odkazový formulár · Prihláška
Upozorniť na chybu na PLATON.SK webstránke · Podmienky použitia · Ochrana osobných údajov
Platon Group
Platon Technologies
 
 
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Utorok, 17. február 2026

Error

File: Unknown
Line: 0
Type: warning
Code: 2
Message: Unknown: open(/var/lib/php5/sess_7c625e04db4939c6be1f5176b7d0d59c, O_RDWR) failed: No space left on device (28)

Source code follows:

not available
Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok