0
Welcome Guest! Login
0 items Join Now

configuration.php changes after install

  • configuration.php changes after install

    Posted 16 years 3 days ago
    • hello
      Installing Populus rocket launcher.
      According to the Rocket launcher tutorial I am to make changes to the configuration.php file in order to move the folder.
      Instruction state:
      Now you need to edit the file configuration.php. You must edit all references to the old directory, these are

      Absolute Path
      $mosConfig_absolute_path =
      Live Site
      $mosConfig_live_site =
      Cache Path
      $mosConfig_cachepath =

      In the configuration.php file located in the Joomla_RT_Populus_j15 folder I don't see these references.

      <?php

      class JConfig {

      /* Site Settings */

      var $offline = '0';

      var $offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';

      var $sitename = 'Pet Ethics';

      var $editor = 'tinymce';

      var $list_limit = '20';

      var $legacy = '0';

      /* Debug Settings */

      var $debug = '0';

      var $debug_lang = '0';

      /* Database Settings */

      var $dbtype = 'mysql';

      var $host = 'localhost';

      var $user = 'pet;

      var $password = 'XXXXXXX';

      var $db = 'petethic_petethicsDB';

      var $dbprefix = 'jos_';

      /* Server Settings */

      var $live_site = '';

      var $secret = 'xxxxxxxxx';

      var $gzip = '0';

      var $error_reporting = '-1';

      var $helpurl = ' help.joomla.org ';

      var $xmlrpc_server = '0';

      var $ftp_host = '127.0.0.1';

      var $ftp_port = '21';

      var $ftp_user = '';

      var $ftp_pass = '';

      var $ftp_root = '/public_html/Joomla_RT_Populus_j15';

      var $ftp_enable = '1';

      /* Locale Settings */

      var $offset = '0';

      var $offset_user = '0';

      /* Mail Settings */

      var $mailer = 'mail';

      var $mailfrom = 'robert@;

      var $fromname = 'Pet Ethics';

      var $sendmail = '/usr/sbin/sendmail';

      var $smtpauth = '0';

      var $smtpuser = '';

      var $smtppass = '';

      var $smtphost = 'localhost';

      /* Cache Settings */

      var $caching = '0';

      var $cachetime = '15';

      var $cache_handler = 'file';

      /* Meta Settings */

      var $MetaDesc = 'Joomla! - the dynamic portal engine and content management system';

      var $MetaKeys = 'joomla, Joomla';

      var $MetaTitle = '1';

      var $MetaAuthor = '1';

      /* SEO Settings */

      var $sef = '0';

      var $sef_rewrite = '0';

      var $sef_suffix = '0';

      /* Feed Settings */

      var $feed_limit = 10;

      var $log_path = '/home/petethic/public_html/Joomla_RT_Populus_j15/logs';

      var $tmp_path = '/home/petethic/public_html/Joomla_RT_Populus_j15/tmp';

      /* Session Setting */

      var $lifetime = '15';

      var $session_handler = 'database';

      }

      ?>

      HELP!
      Thanks
  • Re: configuration.php changes after install

    Posted 16 years 2 days ago
    • Change

      var $log_path = '/home/petethic/public_html/Joomla_RT_Populus_j15/logs';

      var $tmp_path = '/home/petethic/public_html/Joomla_RT_Populus_j15/tmp';

      var $ftp_root = '/public_html/Joomla_RT_Populus_j15';
    • James Spencer / Developer & Support / Hull, UK
  • Re: configuration.php changes after install

    Posted 16 years 2 days ago
    • Thank you very much :D

Time to create page: 0.055 seconds