Problems installing CMS joomla

Discussion in 'Installation/Configuration' started by ratebri, Dec 5, 2005.

  1. ratebri

    ratebri New Member

    The installation of ispconfig on SuSE 10 with the perfect setup is working.
    In one of my virtual sites I'm trying to install joomla. I have created a new directory and have copied all relevant files to this directory which are needed to begin the install process. When I go to my site:
    http://www.my-site.com/joomla I only get a Error 404 Object no found. When I check with a ftp-client the directory is there.
    Can someone point me to the right direction;-)
     
  2. heyp

    heyp New Member

    Is the user site administrator? If not then all uploaded files are stored in the users web directory.
     
  3. falko

    falko Super Moderator ISPConfig Developer

    heyp is right: did you upload to the right directory?
     
  4. ratebri

    ratebri New Member

    falko, heyb

    the user is administrator and the files were send to the correct place.
     
  5. falko

    falko Super Moderator ISPConfig Developer

    Which directory? Please post the full path to the directory here.
     
  6. ratebri

    ratebri New Member

  7. falko

    falko Super Moderator ISPConfig Developer

    No, I don't want to know the URL, I want to know the file system path, like /var/www/web<id>/...
     
  8. ratebri

    ratebri New Member

    ...ithe path where the files are stored is /var/www/web1/web/
     
  9. falko

    falko Super Moderator ISPConfig Developer

    What permissions does the joomla folder have? The folder shold be executable for all...
     
  10. ratebri

    ratebri New Member

    falko, the permissionsof the joomla directory is 755.
     
  11. falko

    falko Super Moderator ISPConfig Developer

  12. ratebri

    ratebri New Member

    ...yes, I see the normal ISPConfig index page.
     
  13. falko

    falko Super Moderator ISPConfig Developer

    Ok.

    Is there a .htaccess file in the joomla directory? What happens when you rename it to (e.g.) _htaccess?
     
  14. ratebri

    ratebri New Member

    falko, there is no .htaccess in the joomla directory. There is a file htaccess.txt in the folder.
     
  15. till

    till Super Moderator Staff Member ISPConfig Developer

    Is there a page index.htm, index.html or index.php in the directory /var/www/web1/web/joomla/ ?

    Please post the output of:

    ls -la /var/www/web1/web/joomla/
     
  16. ratebri

    ratebri New Member

    ...this is the output of /var/www/web1/web/joomla/

    total 87
    drwxr-xr-x 15 info web1 816 Dec 6 10:28 .
    drwxrwxr-x 5 info web1 152 Dec 5 18:54 ..
    -rw-r--r-- 1 info web1 3417 Dec 4 20:21 COPYRIGHT.php
    -rw-r--r-- 1 info web1 4374 Dec 4 20:21 INSTALL.php
    -rw-r--r-- 1 info web1 17977 Dec 4 20:21 LICENSE.php
    -rw-r--r-- 1 info web1 690 Dec 4 20:21 _htaccess.txt
    drwxr-xr-x 9 info web1 360 Dec 4 20:21 administrator
    drwxr-xr-x 2 info web1 80 Dec 4 20:21 cache
    drwxr-xr-x 16 info web1 504 Dec 4 20:21 components
    -rw-r--r-- 1 info web1 4001 Dec 4 20:21 configuration.php-dist
    drwxr-xr-x 2 info web1 112 Dec 4 20:21 editor
    -rw-r--r-- 1 info web1 3053 Dec 4 20:21 globals.php
    drwxr-xr-x 3 info web1 2528 Dec 4 20:22 help
    drwxr-xr-x 6 info web1 848 Dec 4 20:21 images
    drwxr-xr-x 10 info web1 1216 Dec 4 20:23 includes
    -rw-r--r-- 1 info web1 6391 Dec 4 20:21 index.php
    -rw-r--r-- 1 info web1 4164 Dec 4 20:21 index2.php
    drwxr-xr-x 3 info web1 496 Dec 4 20:26 installation
    drwxr-xr-x 2 info web1 184 Dec 4 20:26 language
    -rw-r--r-- 1 info web1 710 Dec 4 20:21 mainbody.php
    drwxr-xr-x 7 info web1 208 Dec 4 20:27 mambots
    drwxr-xr-x 2 info web1 112 Dec 4 20:27 media
    drwxr-xr-x 2 info web1 1296 Dec 4 20:28 modules
    -rw-r--r-- 1 info web1 3777 Dec 4 20:21 offline.php
    -rw-r--r-- 1 info web1 2474 Dec 4 20:21 offlinebar.php
    -rw-r--r-- 1 info web1 705 Dec 4 20:21 pathway.php
    -rw-r--r-- 1 info web1 286 Dec 4 20:21 robots.txt
    drwxr-xr-x 5 info web1 176 Dec 4 20:28 templates
     
  17. falko

    falko Super Moderator ISPConfig Developer

    When you put a normal index.html file into that directory, can you see it in a web browser?

    What's configuration.php-dist? Looks like the configuration file. Maybe you have to change its settings and rename it to configuration.php before joomla can work...
     
  18. ratebri

    ratebri New Member

    I put a normal index.html file in that folder and I can't see it in the browser.The browser shows me the same error page as before.
    As for the configuration.php-dist file, indeed it is a configuration file.This is if you don't want to use the web installer you have to rename it to configuration.php to install manually.
    Falko, this afternoon I will install a new maschine with only apache, mysql and php and will try the setup of Joomla again to see if this has to do with ISPConfig.
     

Share This Page