<html>
<head>
<title></title>
<style type="text/css" media="screen">
body {font-family:verdana, arial, helvetica, sans-serif;font-size:12px;padding:5px;margin:0;background-color:#FFF;}
p, ul, li {margin-top:0;margin-bottom:0;}
blockquote {margin-left:5px;}
div.signature {color:#666;font-size:0.9em;}
body {font-family:verdana, arial, helvetica, sans-serif;font-size:12px;padding:5px;margin:0;background-color:#FFF;}
p, ul, li {margin-top:0;margin-bottom:0;}
blockquote {margin-left:5px;}
div.signature {color:#666;font-size:0.9em;}
body {font-family:verdana, arial, helvetica, sans-serif;font-size:12px;padding:5px;margin:0;background-color:#FFF;}
p, ul, li {margin-top:0;margin-bottom:0;}
blockquote {margin-left:5px;}
div.signature {color:#666;font-size:0.9em;}
body {font-family:verdana, arial, helvetica, sans-serif;font-size:12px;padding:5px;margin:0;background-color:#FFF;}
p, ul, li {margin-top:0;margin-bottom:0;}
blockquote {margin-left:5px;}
div.signature {color:#666;font-size:0.9em;}
body {font-family:verdana, arial, helvetica, sans-serif;font-size:12px;padding:5px;margin:0;background-color:#FFF;}
p, ul, li {margin-top:0;margin-bottom:0;}
blockquote {margin-left:5px;}
div.signature {color:#666;font-size:0.9em;}
body {font-family:verdana, arial, helvetica, sans-serif;font-size:12px;padding:5px;margin:0;background-color:#FFF;}
p, ul, li {margin-top:0;margin-bottom:0;}
blockquote {margin-left:5px;}
div.signature {color:#666;font-size:0.9em;}
body {font-family:verdana, arial, helvetica, sans-serif;font-size:12px;padding:5px;margin:0;background-color:#FFF;}
p, ul, li {margin-top:0;margin-bottom:0;}
blockquote {margin-left:5px;}
div.signature {color:#666;font-size:0.9em;}
body {font-family:verdana, arial, helvetica, sans-serif;font-size:12px;padding:5px;margin:0;background-color:#FFF;}
p, ul, li {margin-top:0;margin-bottom:0;}
blockquote {margin-left:5px;}
div.signature {color:#666;font-size:0.9em;}
body {font-family:verdana, arial, helvetica, sans-serif;font-size:12px;padding:5px;margin:0;background-color:#FFF;}
p, ul, li {margin-top:0;margin-bottom:0;}
blockquote {margin-left:5px;}
div.signature {color:#666;font-size:0.9em;}
body {font-family:verdana, arial, helvetica, sans-serif;font-size:12px;padding:5px;margin:0;background-color:#FFF;}
p, ul, li {margin-top:0;margin-bottom:0;}
blockquote {margin-left:5px;}
div.signature {color:#666;font-size:0.9em;}
body {font-family:verdana, arial, helvetica, sans-serif;font-size:12px;padding:5px;margin:0;background-color:#FFF;}
p, ul, li {margin-top:0;margin-bottom:0;}
blockquote {margin-left:5px;}
div.signature {color:#666;font-size:0.9em;}
body {font-family:verdana, arial, helvetica, sans-serif;font-size:12px;padding:5px;margin:0;background-color:#FFF;}
p, ul, li {margin-top:0;margin-bottom:0;}
blockquote {margin-left:5px;}
div.signature {color:#666;font-size:0.9em;}
body {font-family:verdana, arial, helvetica, sans-serif;font-size:12px;padding:5px;margin:0;background-color:#FFF;}
p, ul, li {margin-top:0;margin-bottom:0;}
blockquote {margin-left:5px;}
div.signature {color:#666;font-size:0.9em;}
body {font-family:verdana, arial, helvetica, sans-serif;font-size:12px;padding:5px;margin:0;background-color:#FFF;}
p, ul, li {margin-top:0;margin-bottom:0;}
blockquote {margin-left:5px;}
div.signature {color:#666;font-size:0.9em;}
body {font-family:verdana, arial, helvetica, sans-serif;font-size:12px;padding:5px;margin:0;background-color:#FFF;}
p, ul, li {margin-top:0;margin-bottom:0;}
blockquote {margin-left:5px;}
div.signature {color:#666;font-size:0.9em;}
body {font-family:verdana, arial, helvetica, sans-serif;font-size:12px;padding:5px;margin:0;background-color:#FFF;}
p, ul, li {margin-top:0;margin-bottom:0;}
blockquote {margin-left:5px;}
div.signature {color:#666;font-size:0.9em;}</style>
</head>
<body style="margin:0;padding:0;margin:0;padding:0;margin:0;padding:0;margin:0;padding:0">
Hallo zusammen,<br /><br />lange schon liegt das Pollin AVR Bord und der Mini Linux Server in der Schublade und wartet darauf, das "Volkszähler" (super geniale Idee übrigens) installiert wird.<br /><br />Nun hab ich angefangen, weiß aber nicht, ob ich der Sache wirklich gewachsen bin, brauche etwas Hilfe bitte.<br /><br />Hardware ist ein Pogoplug-Pro mit Arch-Linux. PHP, Apache, mySQL sind installiert. Installscript ist durchgelaufen bis zum Anlegen der Tabelle in der DB, danach Abbruch mit Fehler:<br /><br />PHP Fatal error: Class Volkszaehler\Model\Proxy\VolkszaehlerModelEntityProxy contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Doctrine\Common\Persistence\Proxy::__isInitialized) in /volume1/web/volkszaehler.org/lib/Model/Proxy/VolkszaehlerModelEntityProxy.php on line 107<br /><br />ok, das hab ich gefunden, eine andere Doktrine Version muß her, ich hab dann manuell 2.0.2 installiert. Script lief dann bis zum Schluß ohne Fehler durch. Tabelle ist angelegt, Demoinhalte importiert.<br /><br />Beim Zähler/sensoren einrichten komme ich jetzt nicht weiter.<br />Fehler: 500: Interner Server Error: Unknown middleware response<br /><br />Anpassen von volkszaehler.conf.php:<br />$config['lib']['doctrine'] = VZ_DIR . '/lib/vendor/Doctrine'; <br />bzw.<br />$config['lib']['doctrine'] = '/usr/local/lib/doctrine-orm/Doctrine';<br />hat nicht geholfen.<br />Doctrine ist installiert in /usr/local/lib/doctrine-orm/Doctrine<br /><br />in /var/www/volkszaehler.org/lib/vendor Link angelegt:<br />Doctrine -> /usr/local/lib/doctrine-orm/Doctrine<br /><br />Wo steckt der Fehler ?<br /><br />Außerdem gibts ein Javascript Fehler, den ich auch im Mail Archiv noch nicht beschrieben gefunden hab:<br />Javascript Runtime Error:<br />TypeError: vz.capabilities.definitions.entities is undefinied<br /><br />Könnte mir da jemand weiterhelfen ?<br />Vielen Dank<br />Thorsten<br /><br /><br /><br />
</body>
</html>