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

Thema: Problems with Appserver 2.3.0 and Installing Mambo

  1. #1
    Hat hier eine Zweitwohnung
    Registriert seit
    01.01.1970
    Beiträge
    1.696
    Bedankte sich
    0
    Erhielt 7 Danksagungen
    in 7 Beiträgen

    Standard

    Hi overthere, any of you wiseguys have a solution?

    Stefan Koeller writes in his XP-manual on this site that when you install the server you should leave the username= root (nicht veranderen). First question should I fill this field or leave it empty or do i fill in here "root"?

    (sorry I am baby maber! )

    Second probably caused by the wrong parameters in the appserver setting the Mambo installaton does not accept my username/passwords.

    Please provide some help. You cabn write in German, no problem for me to read it!

    thanks in advance!

  2. #2
    Hat hier eine Zweitwohnung
    Registriert seit
    01.01.1970
    Beiträge
    1.696
    Bedankte sich
    0
    Erhielt 7 Danksagungen
    in 7 Beiträgen

    Standard

    Appser Settings
    Server Name: localhost
    Administrator E-Mail Adress: (könnt Ihr so lassen oder eure eigene eintragen)
    Http Port: 80 (nicht ändern)
    User Name: root (nicht ändern )
    Passwort: (leerlassen)

    Mambo install
    localhost
    User Name: root (nicht ändern )
    passwort (leerlassen)

  3. #3
    Hat hier eine Zweitwohnung
    Registriert seit
    01.01.1970
    Beiträge
    1.696
    Bedankte sich
    0
    Erhielt 7 Danksagungen
    in 7 Beiträgen

    Standard

    uninstall Server and delete the directory appserver and all files inside
    than install server new and mambo new

    change admin/passwort in Mambo install beispielsweise admin

    and you can login
    with admin/admin

  4. #4
    Hat hier eine Zweitwohnung
    Registriert seit
    01.01.1970
    Beiträge
    1.696
    Bedankte sich
    0
    Erhielt 7 Danksagungen
    in 7 Beiträgen

    Standard

    First question should I fill this field or leave it empty or do i fill in here "root"?

    You must fill in here root
    password must empty

  5. #5
    Hat hier eine Zweitwohnung
    Registriert seit
    01.01.1970
    Beiträge
    1.696
    Bedankte sich
    0
    Erhielt 7 Danksagungen
    in 7 Beiträgen

    Standard

    Zitat Zitat von Anonymous
    Appser Settings
    Server Name: localhost
    Administrator E-Mail Adress: (könnt Ihr so lassen oder eure eigene eintragen)
    Http Port: 80 (nicht ändern)
    User Name: root (nicht ändern )
    Passwort: (leerlassen)

    Mambo install
    localhost
    User Name: root (nicht ändern )
    passwort (leerlassen)
    Thats doen in the exact way you desvribe.................Thanks for the reactions. Desipte being done exactly in that way I get the same message: Username and password not valid or so.....

    I file username: root as said........ and described by Stefan and by you but still get the same message when I try to install Mambo with the same username (root) and password empty......

    I do ot understand it!

    Thanks for any help in advance!!!!

    Leo

  6. #6
    Hat hier eine Zweitwohnung
    Registriert seit
    01.01.1970
    Beiträge
    1.696
    Bedankte sich
    0
    Erhielt 7 Danksagungen
    in 7 Beiträgen

    Standard

    Edit the file sql/mambo.sql and uncomment the very last 6 lines of the file starting:

    INSERT INTO `mos_users` VALUES (62, ......

    INSERT INTO `mos_core_acl_aro` VALUES (62, ......

    INSERT INTO `mos_core_acl_groups_aro_map` VALUES (25, ......

    INSERT INTO `mos_users` VALUES (63, ......

    INSERT INTO `mos_core_acl_aro` VALUES (63, ......

    INSERT INTO `mos_core_acl_groups_aro_map` VALUES (20, ......

    Import the SQL into your newly created database from the sql/mambo.sql

    and you can login with admin/admin

    All Testing with Appserv 2.2 !! Not with Version 2.3

  7. #7
    Hat hier eine Zweitwohnung
    Registriert seit
    01.01.1970
    Beiträge
    1.696
    Bedankte sich
    0
    Erhielt 7 Danksagungen
    in 7 Beiträgen

    Standard

    Zitat Zitat von Anonymous
    Edit the file sql/mambo.sql and uncomment the very last 6 lines of the file starting:

    INSERT INTO `mos_users` VALUES (62, ......

    INSERT INTO `mos_core_acl_aro` VALUES (62, ......

    INSERT INTO `mos_core_acl_groups_aro_map` VALUES (25, ......

    INSERT INTO `mos_users` VALUES (63, ......

    INSERT INTO `mos_core_acl_aro` VALUES (63, ......

    INSERT INTO `mos_core_acl_groups_aro_map` VALUES (20, ......

    Import the SQL into your newly created database from the sql/mambo.sql

    and you can login with admin/admin

    All Testing with Appserv 2.2 !! Not with Version 2.3

    I think I do understand what you mean however since I have no knowledge at all of PHP please tell me what "uncommend" means and how to do it ( I am coming from the old fashioned FP-2002 environment") I saw this solution in this Forum elswhere but I did not trusted to do so because of said lack of knowledge . I appreciate if you can give some guidance on that?

    Regards,

    Leo

  8. #8
    Hat hier eine Zweitwohnung
    Registriert seit
    01.01.1970
    Beiträge
    1.696
    Bedankte sich
    0
    Erhielt 7 Danksagungen
    in 7 Beiträgen

    Standard

    First open mambo.sql is in local Mambo directory sql
    with your editor
    you must edit the last six lines
    uncommend #
    bevor edit #INSERT INTO `mos_users` VALUES (62, ......
    must INSERT INTO `mos_users` VALUES (62, ......

    Than
    1.http://localhost
    2.phpMyAdmin Database Manager Version 2.5.3-rc2
    3.Go To Database Mambo
    4.Go To Sql Fileupload
    5.Go To your local mambo.sql File is in directory sql and upload this

  9. #9
    Hat hier eine Zweitwohnung
    Registriert seit
    01.01.1970
    Beiträge
    1.696
    Bedankte sich
    0
    Erhielt 7 Danksagungen
    in 7 Beiträgen

    Standard

    I think I understand what you mean........I will try and give back a result by tomorrow...........sorry but it is here already 12.31. Need also some sleep. Forgive me asking to keep monotoring results tomorrow your time? :wink:

    Thanks a lot for all the efforts so far........aprreciate it!!!!

    Leo 8)

  10. #10
    Hat hier eine Zweitwohnung
    Registriert seit
    01.01.1970
    Beiträge
    1.696
    Bedankte sich
    0
    Erhielt 7 Danksagungen
    in 7 Beiträgen

    Standard

    When appserv not work for you
    Install http://miniserver.sourceforge.net/

    Simple install unzip it put mambo in www folder
    and start it with start.pif

    Than http://localhost/mambo

+ 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