2.3.3 Dev TYPO3 Install???

Discussion in 'Installation/Configuration' started by grandpagenocide, Oct 15, 2007.

  1. grandpagenocide

    grandpagenocide New Member

    ok, when I put in a dbase and passwords, pick a web it tells me that--- No TYPO3 version was selected. Is this incomplete in 2.3.3 or am I doing something wrong?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. grandpagenocide

    grandpagenocide New Member

    ok i followed that and downloaded the sources, unpacked it to /usr/share/TYPO3/ as it instructs, but ISPConfig still tells me " No TYPO3 version was selected."
     
  4. grandpagenocide

    grandpagenocide New Member

    ok i keep trying he he. I am still getting the same error, I installed typo3 on its own and am getting localconf.php not found. I followed the tutorial and the only issue i had was with setting permissions. chgrp -R www-data fileadmin typo3conf typo3temp uploads I dont have a www-data file? Also just if it matters im using fedora core 6
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    www-data is not a file, it is the name of the group. If you use a different linux distribution, the group might have a different name.
     
  6. grandpagenocide

    grandpagenocide New Member

    Till I understand that it is a group, however in FC6 these are the groups i have
    server1
    admispconfig
    web1
    web1_anonftp
     
  7. falko

    falko Super Moderator Howtoforge Staff

    What's in /etc/group?
     
  8. grandpagenocide

    grandpagenocide New Member

    This is whats in /etc/group

    root:x:0:root
    bin:x:1:root,bin,daemon
    daemon:x:2:root,bin,daemon
    sys:x:3:root,bin,adm
    adm:x:4:root,adm,daemon
    tty:x:5:
    disk:x:6:root
    lp:x:7:daemon,lp
    mem:x:8:
    kmem:x:9:
    wheel:x:10:root
    mail:x:12:mail,postfix
    news:x:13:news
    uucp:x:14:uucp
    man:x:15:
    games:x:20:
    gopher:x:30:
    dip:x:40:
    ftp:x:50:
    lock:x:54:
    nobody:x:99:
    users:x:100:
    rpm:x:37:
    dbus:x:81:
    utmp:x:22:
    utempter:x:35:
    avahi:x:70:
    rpc:x:32:
    mailnull:x:47:
    smmsp:x:51:
    nscd:x:28:
    floppy:x:19:
    vcsa:x:69:
    haldaemon:x:68:
    rpcuser:x:29:
    nfsnobody:x:65534:
    sshd:x:74:
    netdump:x:34:
    pcap:x:77:
    slocate:x:21:
    xfs:x:43:
    beaglidx:x:58:
    named:x:25:
    distcache:x:94:
    apache:x:48:
    ntp:x:38:
    mysql:x:27:
    webalizer:x:67:
    squid:x:23:
    hsqldb:x:96:
    gdm:x:42:
    dovecot:x:97:
    screen:x:84:
    server1:x:500:
    postdrop:x:90:
    postfix:x:89:
    admispconfig:x:501:admispconfig
    web1_anonftp:x:12001:
    mailman:x:41:
     
  9. falko

    falko Super Moderator Howtoforge Staff

    Your Apache group is called "apache", so you must use
    Code:
    chgrp -R apache fileadmin typo3conf typo3temp uploads
     
  10. grandpagenocide

    grandpagenocide New Member

    thanks falko Ill try it
     
  11. grandpagenocide

    grandpagenocide New Member

    ok now when I use the package prepared for ISPConfig and put it in /usr/share ISPConfig still tells me that no version selected. I tried to link from a web folder to the install dir and all I get is a blank web page. How do I install it so it actually works with the ISPConfig module
     

Share This Page