Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » PHP » CMS Dynamo

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
01.06.2006, 12:53 Uhr
Giovannie1989



Leider habe ich keine Rubrik gefunden, um meinen Thread bezüglich CMS zu posten. Habe auch die "fucking search engine" benutzt, um ein geeignetes Thema zu finden(leider nix).

Ich hoffe es nimmt mir keienr übel, wenn ich ihn hier reinstelle -ansonsten bitte ich um "move".

Es geht um folgendes:

Meine Kenntnisse bezüglich PHP und CMS beschränken sich auf ein absolutes Minimum(bitte brücksichtigen).

Ich habe eine Webseite mit CSS erstellt. Nun möchte ich, dass die Überschrift in meinem Content Div mit Hilfe des CMS Dynamo automatisch oben erscheint.

Die Seite ist momentan nicht im Internet, sondern Lokal auf einem Apache(easyphp) abgelegt.
Den /dynamo/-Ordner habe ich von einer früheren Seite. Den sollte ich laut meiens Chefs einfach kopieren und dann entsprechend, die start.php und config.php anpassen.

Leider funktioniert es nicht. Und auf meiner noch mangelnden Kentnisse weiß ich nicht, wie ich den Fehler beheben soll.

Ganz oben im html code habe ich erst einmal

PHP 4:
<?include_once('start.php');
if($contentobject->getCurrentStructure() == "")  {
    header("Location: Ueber_Mich");
}
?>



in dem headline-div dann:


PHP 4:
<? $structure->getNode( $contentobject->returnStructureOnLevel(0)); ?>
                    <?= $structure->name?>





start.php:

PHP 4:
<?
    include('dynamo/config.php');

    define ("PREVIEW_URL","Localhost");
    define ("URL_FRONTEND",PREVIEW_URL);
    
    define ("BASEFOLDER","0");

    // load the DB class
    include_once(BASE_URI.'commonlib/class_mdb.php');

    // get structure frontend functions
    include_once(BASE_URI.'frontend/class_frontend_structures.php');
    $structure = new bdv_frontend_structure();

    include_once(BASE_URI.'/commonlib/class_core_frontend.php');
    $contentobject = new core_frontend();
    
    // load the class for variable handling
    include_once(BASE_URI.'commonlib/class_variables.php');
    $variables = new bdv_variables();

    // manage protected structures
    session_start();
    if (!empty( $send_password )) {
        $fix_password = $send_password;
        // session erzeugen
        session_register("fix_password");
    }
    // load the UserClass
    include_once(BASE_URI.'commonlib/class_usermanager.php');
    $user = new bdv_usermanager();
    $user->id = $ses_userid;
?>


config.php

PHP 4:
<?
define ("BASE_URI","/srv/www/htdocs/xxxxx/html/dynamo/");
define ("BASE_URL","http://www.xxxxxxxx.de/dynamo/");
define ("PREVIEW_URL","http://www.xxxxxxxxx.de");

define ("DBHOST","localhost");
define ("DBUSER","xxxxxx");
define ("DBPASSWORD","xxxxxx");
define ("DATABASE","xxxxxx");
define ("DBPORT","3xxxx");

define ("DATA_URI",BASE_URI."/data/");
define ("DATA_URL",BASE_URL."/data/");

define ("URL_FRONTEND",PREVIEW_URL);
?>



Fehldermeldungen:


Zitat:
Warning: main(/srv/www/htdocs/xxx/html/dynamo/commonlib/class_mdb.php): failed to open stream: No such file or directory in cprogramme\easyphp1-8\www\Giovanni\xxxx.de\start.php on line 10

Warning: main(): Failed opening '/srv/www/htdocs/xxxxx/html/dynamo/commonlib/class_mdb.php' for inclusion (include_path='.;CPROGRA~1\EASYPH~1\\php\pear\') in cprogramme\easyphp1-8\www\Giovanni\xxxx.de\start.php on line 10

Warning: main(/srv/www/htdocs/xxxx/html/dynamo/frontend/class_frontend_structures.php): failed to open stream: No such file or directory in cprogramme\easyphp1-8\www\Giovanni\xxxx.de\start.php on line 13

Warning: main(): Failed opening '/srv/www/htdocs/xxxx/html/dynamo/frontend/class_frontend_structures.php' for inclusion (include_path='.;CPROGRA~1\EASYPH~1\\php\pear\') in cprogramme\easyphp1-8\www\Giovanni\xxxx.de\start.php on line 13

Fatal error: Cannot instantiate non-existent class: bdv_frontend_structure in cprogramme\easyphp1-8\www\Giovanni\xxxx.de\start.php on line 14

Dieser Post wurde am 01.06.2006 um 12:55 Uhr von Giovannie1989 editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
01.06.2006, 14:56 Uhr
J-jayz-Z
Perl Crack ala Carte
(Operator)


Ich persönlich würde sagen. dir fehlen Dateien :

Code:
Warning: main(/srv/www/htdocs/xxx/html/dynamo/commonlib/class_mdb.php): failed to open stream: No such file or directory

--
perl -Mstrict -Mwarnings -e 'package blub; sub new { bless {} } sub bar {my $self=shift; $self->{bla}="66756e2d736f66742e6465"; return $self->{bla};} my $foo=blub->new();print "Hallo ";print pack("H*",$foo->bar()); print "\n"'
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
01.06.2006, 18:11 Uhr
FloSoft
Medialer Over-Flow
(Administrator)


würde eher sagen die config musste schon an deinen "ort" anpassen, und eine kopie der datenbank bzw deren "basisdaten" brauchste natürlich auch.
--
class God : public ChuckNorris { };
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ PHP ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: