+ Antworten
Seite 1 von 2 1 2 LetzteLetzte
Ergebnis 1 bis 10 von 18

Thema: joomla2go startet nicht von CD

  1. #1
    Neu an Board Avatar von ReinerA
    Registriert seit
    09.08.2007
    Ort
    Bayern
    Beiträge
    34
    Bedankte sich
    4
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Frage joomla2go startet nicht von CD

    Hallo,

    ich habe für einen Kunden eine Website mit Joomla erstellt.
    Nun wollte ich diese Website meinen Kunden auch als CD-Version geben.
    So habe ich joomla2go auf die Festplatte entpackt und die Datenbank gefüllt sowie die Daten vom Server per FTP auf die Festplatte gezogen.

    Alles startet wunderbar und funzt problemlos.

    Also dachte ich mir schmeiße ich alles auf die CD mit autorun.inf und der Kunde hat seinen Webauftritt auch auf CD.

    Schiebe ich die CD rein, startet die autorun.inf und das Server2Go Logo erscheint
    Leider bekomme ich nur eine IE Seite mit dieser Meldung:

    Die Webseite kann nicht angezeigt werden.

    Mögliche Vorgehensweise:
    Diagnose von Verbindungsproblemen

    Weitere Informationen
    Was läuft da falsch?

    Wer kann mir helfen?
    Viele Grüße aus Bayern
    Reiner
    http://www.biker-motorrad-hotel.de

  2. #2
    Neu an Board
    Registriert seit
    13.11.2005
    Ort
    München
    Beiträge
    76
    Bedankte sich
    3
    Erhielt 9 Danksagungen
    in 9 Beiträgen

    Standard

    Hi Reiner,


    bei server2go gibts noch eine pms_config.ini Datei.
    Werf da mal einen Blick rein

    zum Vergleich meine schaut so aus

    PHP-Code:
    [general]
    ;--- If 
    you use the ShowTrayIcon Parameteryou can define a name that is used in the Menu and Tooltip
    ServerName
    =Mittelstandsberater.de
    ;--- Shows a splash screen at startup. If here is no valueno splash will be shownYou can set a grafic file
    ;--- name for images in the Formats:  BMP GIF JPG PNG TIF ICO TGA PCX PSD at the moment
    UseSplash
    =splash.png
    ;--- Show progress bar at startup
    ShowStartupProgress
    =1
    ;--- You can set a color that will be shown transparentYou need to define a RGB Value
    ;--- in the style SplashTransparencyColor=128,128,128
    SplashTransparencyColor
    =128,128,128
    ;--- Set this to true if you want to keep the server running after browser close or if you user NONE as browser type
    ;--- Please note that the only possibility to shutdown the server is to kill him over the taskmanager if this is true
    KeepRunningAfterBrowserClose
    =0
    ;--- If the following parameter is 1 Server2Go shows a tray icon for shutting down the server. If you dont like a tray
    ;--- icon just left this parameter with value 0
    ShowTrayIcon
    =0
    ;--- Server2Go needs write access to the servers configuration files. For that all config files will be copied to a temp folder
    ;--- if StartLocal is 0. If you like to use Server2Go in a writeable environment (i.eharddiskyou can use the value 1
    ;--- insteadPlease note that StartLocal=1 on a CD-ROM will NOT WORK!!!!!
    StartLocal=0
    ;--- You can restrict the amount of running instances of one application to a single instanceThat means that a user just can start one 
    ;--- instance of your webapplication based on server2go. If you set the following parameter to 1 only one instance is allowed
    AllowOnlySingleInstance
    =2
    ;--- Allows to set the shutdown message that is shown when Server2Go is closed, {SERVER_NAMEis replaced with the name you set at the
    ;--- Beginning of this file
    ShowShutdownMessage
    ={SERVER_NAMEwird geschlossen


    [http]
    ;--- 
    Defines the hostname that should be shown in the browser url and that is used for the apache server
    ;--- At the moment only IP addresses or the placeholder {local_ipis allowed
    HostName=127.0.0.1
    ;--- Defines the port that should be used. If this port is in use a unused
    ;--- port will be searched automatically
    Port
    =4001
    ;--- The start html/php pageso you can define any page in your document root folder as start file (i.epages/start.php)
    ;--- If empty 
    a huge variety of default handlers is used (index.phpindex.htmlindex.htm...)
    DefaultFile=
    ;--- 
    defines the root directory in that all webfiles are saved
    DefaultRoot
    =htdocs
    ;--- If value is 1 all temporary files of the http server (sessions...) will be deleted after
    ;--- Server shutdown
    DeleteHttpTemp
    =1
    ;--- If HideTempFolder is set to 1 the folder will created as hidden folder
    HideTempFolder
    =1


    [Browser]
    ;--- 
    The browser that is started after server start (possible valuesIEXPLORERFIREFOXPORTABLEFIREFOXMOZILLA, DEFAULT, EXTERNAL)
    ;--- 
    Please take a look at the www.server2go-web.de/wiki pages for a documentation how to use PORTABLEFIREFOX!!!!!!!!
    BrowserType=IEXPLORER
    ;--- Browser command options like -(NOT IN USE AT THE MOMENT)
    BrowserCommandOptions=
    ;--- 
    Path to an external browser that is used instead the browser above
    ;---BrowserPath=FirefoxPortable/FirefoxPortable.EXE
    ;--- Specify caption text of Work Offline dialog boxYou can use mor than one captions (seperated with ;)
    ;--- 
    The captions for germanenglishfrenchdutch and spanish are build in by default
    WorkOfflineTitle=
    ;--- 
    The size of the started browserCan be a pixel dimension (1024x768) or the values MAXIMIZE and KIOSK (Internet Explorer only)
    BrowserSize=


    [
    database]
    ;--- 
    if MySQL Server should be started
    UseMySQL
    =1
    ;--- if the database files from the dbdir directory will be mirrored to 
    ;--- a directory of the local machine 
    LocalMirror
    =0
    ;--- if the mirrored database should be overwritten at each start of the
    ;--- the server
    OverwriteLocalMirror
    =0
    ;--- The path to that the database should be mirrored (e.g.. c:MyS2GAppData) , if empty the
    ;--- default temp directory is used
    MirrorFolder
    =
    ;--- If 
    value is 1 all files of the database server will be deleted after
    ;--- Server shutdown
    DeleteDatabaseFiles
    =0
    ;--- The port that should be used for MySQL. If empty the default mysql port is used
    MySQLPort
    =7188
    ;--- Commandline parameters (i.eskip-innodb)
    MySQLCmd=--skip-innodb
    ;--- If HideMirrorFolder is set to 1 the folder will created as hidden folder
    HideMirrorFolder
    =0

    [AdditionalParsing]
    ;--- 
    You can define additional file that will be parsed at startup for replacement stringYou can use it i.eto add the
    ;--- current server path to a htaccess file or changing configuration files of your webapplication at startup
    ;--- PLEASE NOTE THAT THIS WILL ONLY WORK IF YOU ARE NOT WORKING ON A WRITE PROTECTED MEDIUM LIKE A CD!!!!!
    ;--- 
    You can use this on harddisk or usb stick...
    File1=
    File2=
    File3=
    File4=
    File5=
    File6=
    File7=
    File8=
    File9=
    File10=

    [
    Path]
    ;--- 
    You dont need to change anything of the below settings if you work with the out-of-the box Server2Go download package
    ;--- But if you like to use Server2Go with another webserver package like XAMPP you can change the pathes to your special 
    ;--- Server package.
    ;--- 
    Please ensure that you read the FAQ before starting to adapt your Server package
    ;--- The path to the apache EXE file for starting and shutdown
    ;PathToApache=serverapa*****ache.exe
    ;--- The path to the httpd.conf file of apache
    ;PathToHttpdConf=serverapacheconfhttpd.conf
    ;--- The path to the mysql bin folder
    ;PathToMysqlBin=servermysqlbin
    ;--- The path to the my.ini file of mysql
    ;PathToMyIni=servermysqlmy.ini
    ;--- Path to the data directory of mysql
    ;PathToMySqlData=servermysqldata
    ;--- Path to the share directory of mysql
    ;PathToMySqlData=servermysqlshare
    ;--- Path to the php.ini file
    ;PathToPhpIni=serverapachephp.ini 
    VG
    M

  3. #3
    Neu an Board Avatar von ReinerA
    Registriert seit
    09.08.2007
    Ort
    Bayern
    Beiträge
    34
    Bedankte sich
    4
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Hi Magret,

    danke für Deine Hilfe...
    Ich habe Jetzt mal Deine Einstellungen genommen und bin schon ein Stück weitergekommen.

    Immerhin bekomme ich in der CD Version diese Meldung im IE... bei http://127.0.0.1:4001

    jtablesession::Store Failed
    DB function failed with error number 1036
    Table 'jos_session' is read only SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`clie nt_id` ) VALUES ( '53e9edfd2c5e5ce1f2186d96c3a83830','1291233580','' ,'0','1','0' )
    http://127.0.0.1:4001/phpmyadmin/ lässt sich von CD allerdings aufrufen

    Von der Festplatte funktionierte es prima mit Deinen Einstellungen in der pms_config.ini
    Geändert von ReinerA (01.12.2010 um 20:12 Uhr)
    Viele Grüße aus Bayern
    Reiner
    http://www.biker-motorrad-hotel.de

  4. #4
    Gute Seele des Boards Avatar von Indigo66
    Registriert seit
    30.10.2007
    Ort
    München
    Beiträge
    10.687
    Bedankte sich
    338
    Erhielt 3.354 Danksagungen
    in 3.244 Beiträgen

    Standard

    Da stiimt was mit der DB-Tabelle nicht, hat nix mit Server2Go zu tun.
    Gib mal die Fehlermeldung in Google ein oder hier im Forum.

  5. #5
    Moderator Avatar von Lacki
    Registriert seit
    27.04.2006
    Ort
    Direkt um die Ecke
    Beiträge
    8.730
    Bedankte sich
    337
    Erhielt 3.611 Danksagungen
    in 2.970 Beiträgen

    Standard

    Zitat Zitat von ReinerA Beitrag anzeigen
    ...CD Version ....
    jtablesession::Store Failed
    DB function failed with error number 1036
    Table 'jos_session' is read only SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`clie nt_id` ) VALUES ( '53e9edfd2c5e5ce1f2186d96c3a83830','1291233580','' ,'0','1','0' )
    Hallo.
    Wie bitte soll MySQl auf einer "Read Only CD" Inhalte in die Tabellen einfügen / schreiben? Auf einem USB Stick wird es funktionieren, auf einer CD sicher nicht.

    OT: Hallo Tom.

  6. Erhielt Danksagungen von:


  7. #6
    Neu an Board Avatar von ReinerA
    Registriert seit
    09.08.2007
    Ort
    Bayern
    Beiträge
    34
    Bedankte sich
    4
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Hallo Tom

    kann das ein Brennfehler sein?
    Von der Festplatte funzt alles wie gesagt.
    Wenn es nicht an irgendwelchen Einstellungen liegt fällt mir nur ein Fehler beim Brennen ein..

    Hi Lacki,

    ich will doch gar nicht in die Tabellen einfügen sondern nur deren Inhalte auslesen.
    Ich dachte immer das hierzu die DB Temporär ausgelagert wird.
    Geändert von ReinerA (01.12.2010 um 20:22 Uhr)
    Viele Grüße aus Bayern
    Reiner
    http://www.biker-motorrad-hotel.de

  8. #7
    Gehört zum Inventar Avatar von SirDrake
    Registriert seit
    29.08.2006
    Ort
    Köln
    Beiträge
    6.268
    Bedankte sich
    164
    Erhielt 2.346 Danksagungen
    in 2.119 Beiträgen

    Standard

    hm, ja das mit dem ANmelden wird nicht funktionieren

    ich nehm immer xampplite aufm Stick, wie Lacki schon schrieb
    Gruß Fred
    Fragen und Antworten rund um Joomla! FAQ
    Code-Bereinigung abschalten - Unterstütze Joomla

  9. #8
    Neu an Board Avatar von ReinerA
    Registriert seit
    09.08.2007
    Ort
    Bayern
    Beiträge
    34
    Bedankte sich
    4
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Ich will mich nirgend wo anmelden oder irgend etwas ändern.
    Das was jetzt in der DB ist reicht schon.
    Es soll nur die DB abgefragt werden.

    Kann es sein das joomla2go nicht von CD starten kann?
    Ich dachte ich hätte schon gelesen das es klappt.
    Viele Grüße aus Bayern
    Reiner
    http://www.biker-motorrad-hotel.de

  10. #9
    Moderator Avatar von Lacki
    Registriert seit
    27.04.2006
    Ort
    Direkt um die Ecke
    Beiträge
    8.730
    Bedankte sich
    337
    Erhielt 3.611 Danksagungen
    in 2.970 Beiträgen

    Standard

    Auch der reine Aufruf der Joomlaseite führt zum Anlegen einer Session in der DB, auch ohne Anmeldung. Nur geht das in diesem Fall schief.

  11. #10
    Neu an Board Avatar von ReinerA
    Registriert seit
    09.08.2007
    Ort
    Bayern
    Beiträge
    34
    Bedankte sich
    4
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Das dachte ich mir schon :-(
    Gibt es nicht eine Möglichkeit Joomla für eine only read Variante Sessionfrei zu machen?
    Evtl. im Template?
    Viele Grüße aus Bayern
    Reiner
    http://www.biker-motorrad-hotel.de

+ Antworten
Seite 1 von 2 1 2 LetzteLetzte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein