Anyone know what the best tutorial is for such a move? I know the problem lies with the configuration.php and I have tried to put the correct settings in.
Joomla 1.5.3
I need to get the $$$ to rejoin the Template Club..... =(
Re: Best tutorial for moving content from one webhost to another
Posted 16 years 2 months ago
I've reached a complete sticking point, here is the configuration.php file
<?php
class JConfig {
var $offline = '0';
var $editor = 'none';
var $list_limit = '20';
var $helpurl = '
help.joomla.org
';
var $debug = '0';
var $debug_lang = '0';
var $sef = '0';
var $sef_rewrite = '0';
var $sef_suffix = '0';
var $feed_limit = '10';
var $secret = 'Ssi92jdDDjd3j32d';
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = '/home/content/c/c/a/ccaservices/html/logs'; <--- godaddy path, correct
var $tmp_path = '/home/content/c/c/a/ccaservices/html/tmp'; <-- godaddy path, correct
var $live_site = '
www.ccaservices.org
';
var $offset = '-8';
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';
var $memcache_settings = array();
var $ftp_enable = '0';
var $ftp_host = '127.0.0.1';
var $ftp_port = '21';
var $ftp_user = 'xxxxxx';
var $ftp_pass = 'xxxxxx';
var $ftp_root = '';
var $dbtype = 'mysql';
var $host = 'xxxxxxxxxx.secureserver.net'; <--- correct DB host
var $user = 'xxxxx'; <-- correct user and db
var $db = 'xxxxx';
var $dbprefix = 'jos_';
var $mailer = 'mail';
var $mailfrom = 'This email address is being protected from spambots. You need JavaScript enabled to view it.';
var $fromname = 'CCA';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '0';
var $smtpuser = '';
var $smtppass = '';
var $smtphost = 'localhost';
var $MetaAuthor = '1';
var $MetaTitle = '1';
var $lifetime = '45';
var $session_handler = 'database';
var $password = 'xxxxxxx'; <--- correct password
var $sitename = 'CCA';
var $MetaDesc = 'CCA - Clatsop Community Action - Mobilizing Resources to End Poverty. Our Mission is to help people meet housing, food and other basic living needs.';
var $MetaKeys = 'Clatsop Community Action, CCA, Help with Hunger, Low Income Housing, Emergency Housing, Astoria, Seaside, Gearhardt, Warrenton, Clatsop County, Oregon, Hunger, Food Pantries, Hot Meal Sites, Food Solutions, Housing, Emergency Housing, Hilltop Apartments, Housing Programs, Rental Assistance, Volunteer, Donate, Donations, Regional Food Bank, Child Care, Free Clothing, Counseling, Education, Emergency Shelters, Shelters, Employment, Energy Assistance, Free Store, Food, Healthcare, Lifespan Respite, Message Service, Transportation, Veterans';
var $offline_message = 'This site is down for maintenance. Please check back again soon.';
}
?>
Is there anything I am missing here? All files have been uploaded and the DB was successfully exported and imported.
Re: Best tutorial for moving content from one webhost to another
Posted 16 years 2 months ago
Hmm, can't install the component. I can login as a Super Admin, but only view everything. If I try and click on something to add a new article, publish, or unpublish etc.... nothing happens.