Joomla Site Port: The page you are looking for is temporarily unavailable...

Status
Not open for further replies.

tim.willford73

New Member
Messages
1
Reaction score
0
Points
0
Hello Support

I have just moved a site to your free server for development, after which it will probably go to a paid server, but that is besides the point.

I am getting the following error at my domain root on multiple browsers:
The page you are looking for is temporarily unavailable.
Please try again later.

domain: http://proscreeningservices.elementfx.com

I have uploaded a Joomla site from another server and changed the configuration.php as follows:
Code:
<?php 
$mosConfig_MetaAuthor = '1';
$mosConfig_MetaDesc = 'ProScreening Services online SASSI screening for drug and alcohol abuse';
$mosConfig_MetaKeys = 'ProScreening Services,substance abuse, drug and alcohol abuse,drug, alcohol,screening,prescreening,proprietary Internet-based questionnaire,SASSI,Substance Abuse Subtle Screening Inventory';
$mosConfig_MetaTitle = '1';
$mosConfig_absolute_path = '/home/timusa/public_html';
$mosConfig_admin_expired = '1';
$mosConfig_allowUserRegistration = '1';
$mosConfig_back_button = '1';
$mosConfig_cachepath = '/home/timusa/public_html/cache';
$mosConfig_cachetime = '900';
$mosConfig_caching = '0';
$mosConfig_db = 'timusa_proscreen';
$mosConfig_dbprefix = 'jos_';
$mosConfig_debug = '0';
$mosConfig_dirperms = '';
$mosConfig_editor = 'htmlarea3_xtd';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_enable_stats = '0';
$mosConfig_error_message = 'The ProScreening Services site is temporarily unavailable.<br /> Please notify the System Administrator';
$mosConfig_error_reporting = '-1';
$mosConfig_favicon = 'favicon.ico';
$mosConfig_fileperms = '';
$mosConfig_fromname = 'Proscreening';
$mosConfig_frontend_login = '1';
$mosConfig_frontend_userparams = '1';
$mosConfig_gzip = '0';
$mosConfig_helpurl = 'http://help.joomla.org';
$mosConfig_hideAuthor = '1';
$mosConfig_hideCreateDate = '1';
$mosConfig_hideEmail = '0';
$mosConfig_hideModifyDate = '1';
$mosConfig_hidePdf = '1';
$mosConfig_hidePrint = '0';
$mosConfig_hits = '1';
$mosConfig_host = 'localhost';
$mosConfig_icons = '1';
$mosConfig_item_navigation = '1';
$mosConfig_lang = 'english';
$mosConfig_lifetime = '7200';
$mosConfig_link_titles = '0';
$mosConfig_list_limit = '30';
$mosConfig_live_site = 'http://proscreeningservices.elementfx.com';
$mosConfig_locale = 'en_GB';
$mosConfig_mailer = 'mail';
$mosConfig_mailfrom = 'greg@b9media.net';
$mosConfig_multilingual_support = '0';
$mosConfig_multipage_toc = '1';
$mosConfig_offline = '0';
$mosConfig_offline_message = 'The ProScreening Services site is down for maintenance.<br /> Please check back again soon.';
$mosConfig_offset = '4';
$mosConfig_offset_user = '0';
$mosConfig_pagetitles = '1';
$mosConfig_password = 'omitted from post';
$mosConfig_readmore = '1';
$mosConfig_secret = 'omitted from post';
$mosConfig_sef = '0';
$mosConfig_sendmail = '/usr/sbin/sendmail';
$mosConfig_session_life_admin = '1800';
$mosConfig_session_type = '0';
$mosConfig_shownoauth = '0';
$mosConfig_sitename = 'Proscreening Services';
$mosConfig_smtpauth = '0';
$mosConfig_smtphost = 'localhost';
$mosConfig_smtppass = '';
$mosConfig_smtpuser = '';
$mosConfig_uniquemail = '1';
$mosConfig_user = 'timusa_admin';
$mosConfig_useractivation = '1';
$mosConfig_vote = '0';
setlocale (LC_TIME, $mosConfig_locale);
?>
I am assuming this is all correct as i also created a sqltest.php in the html root folder that confirms the sql connection and a path.php file in the same directory to confirm the path and path to cache. My only conclusion at this point is that it is server side. Something I missed?

Cheers
Tim
 
Status
Not open for further replies.
Top