We are sorry! For service reasons the system is temporarily.

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
sccsolutions
Posts: 4
Joined: Thu 15. Jun 2006, 10:13

We are sorry! For service reasons the system is temporarily.

Post by sccsolutions »

Hello,
getting this error that i need help on.
We are sorry!
For service reasons the system is temporarily not attainable.

Visit us later again!


I know its been posted somewhere but couldnt find it, so I have pasted my conf.inc.php file here without the passwords,
Can someone assist me in getting this sorted??

Thanks

<?php

// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "producti_wcms5";
$phpwcms["db_pass"] = "***REMOVED FOR SECURITY***";
$phpwcms["db_table"] = "producti_wcms5";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 0;

// site values
$phpwcms["site"] = "http://thebigcruise.com/";
$phpwcms["admin_email"] = "removed";

// paths
$phpwcms["root"] = ""; //default: ""
$phpwcms["file_path"] = "phpwcms_filestorage"; //default: "phpwcms_filestorage"
$phpwcms["file_tmp"] = "phpwcms_tmp"; //default: "phpwcms_tmp"
$phpwcms["templates"] = "phpwcms_template"; //default: "phpwcms_template"
$phpwcms["dir_thlist"] = "thumb_list"; //default: "thumb_list"
$phpwcms["dir_preview"] = "thumb_preview"; //default: "thumb_preview"
$phpwcms["content_path"] = "content"; //default: "content"
$phpwcms["cimage_path"] = "images"; //default: "images"
$phpwcms["ftp_path"] = "phpwcms_ftp"; //default: "phpwcms_ftp"

// content values
$phpwcms["file_maxsize"] = 2097152; //Bytes (50 x 1024 x 1024)
$phpwcms["content_width"] = 538; //max width of the article content column - important for rendering multi column images
$phpwcms["img_list_width"] = 100; //max with of the list thumbnail image
$phpwcms["img_list_height"] = 75; //max height of the list thumbnail image
$phpwcms["img_prev_width"] = 538; //max width of the large preview image
$phpwcms["img_prev_height"] = 400; //max height of the large preview image
$phpwcms["max_time"] = 1800; //logout after max_time/60 seconds

// other stuff
$phpwcms["compress_page"] = 0; //0 = OFF, 1-9: page compression ON (1 = low level, 9 = highest level)
$phpwcms["imagick"] = 0; //0 = GD, 1 = ImageMagick, 2 = ImageMagick 4.2.9
$phpwcms["imagick_path"] = ""; //Path to ImageMagick (default="" - none)
$phpwcms["use_gd2"] = 1; //0 = GD1, 1 = GD2
$phpwcms["rewrite_url"] = 0; //whether URL should be rewritable
$phpwcms["wysiwyg_editor"] = 1; //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based
$phpwcms["phpmyadmin"] = 1; //enable/disable phpMyAdmin in Backend
$phpwcms["default_lang"] = "en"; //default language
$phpwcms["charset"] = "iso-8859-1"; //default charset 'iso-8859-1'
$phpwcms["allow_remote_URL"] = 0; //0 = no remote URL in {PHP:...} replacement tag allowed, 1 = allowed
$phpwcms["gt_mod"] = 1; //0 = Graphical Text MOD disabled, 1 = enabled
$phpwcms["jpg_quality"] = 75; //JPG Quality Range 25-100
$phpwcms["sharpen_level"] = 1; //Sharpen Level - only ImageMagick: 0, 1, 2, 3, 4, 5 -- 0 = no, 5 = extra sharp
$phpwcms["allow_ext_init"] = 1; //allow including of custom external scripts at frontend initialization
$phpwcms["allow_ext_render"] = 1; //allow including of custom external scripts at frontend rendering

// dynamic ssl encryption engine
$phpwcms["site_ssl_mode"] = '0'; // tuns the SSL Support of WCMS on(1) or off (0) DEFAULT '0'
$phpwcms["site_ssl_url"] = ''; //URL assigned to the SSL Certificate. DON'T add a slash at the End! Exp. "https://www.yourdomainhere.tld"
$phpwcms["site_ssl_port"] = '443'; //The Port on which you SSL Service serve the secure Sites. Servers DEFAULT is '443'

// smtp values
$phpwcms['SMTP_FROM_EMAIL'] = ''; // reply/from email address
$phpwcms['SMTP_FROM_NAME'] = ''; // reply/from name
$phpwcms['SMTP_HOST'] = ''; // SMTP server (host/IP)
$phpwcms['SMTP_PORT'] = 25; // SMTP-Server port (default 25)
$phpwcms['SMTP_MAILER'] = 'mail'; // default phpMailer: smtp, mail (default), sendmail
$phpwcms['SMTP_AUTH'] = 0; // sets SMTP_AUTH to ON/OFF
$phpwcms['SMTP_USER'] = ''; // default SMTP login (user) name
$phpwcms['SMTP_PASS'] = ''; // default SMTP password


// Try to check and uncomment the DOCUMENT_ROOT if you have problems
// often neccessary on IIS or default MacOS X webserver settings
// Do not use backslash "\" on Windows - always replace "\" by "/"
//$_SERVER['DOCUMENT_ROOT'] = '/var/www/html';


?>


Would appreciate any help
thanks
Aaron
rollofritz
Posts: 57
Joined: Thu 8. Sep 2005, 10:58
Location: Neumarkt,Germany
Contact:

Post by rollofritz »

hi sccsolutions

thats coming from your provider.
do what they are saying: "visit us later again".

you have this at many providers whenn they are
working on the servers. if the problem is not going
away after some minutes/hours use the providers hotline.


regards

markus
sccsolutions
Posts: 4
Joined: Thu 15. Jun 2006, 10:13

Post by sccsolutions »

Hi,.
Its my server. I am the hosting provider.
Can I assume then that the client needs to switch it off maintenance?
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi sccsolutions,

the system can´t find the right database. http://faq.phpwcms-docu.de/19_33_en.html

have a look: http://www.phpwcms.de/forum/viewtopic.php?p=62987
Finding by a search using: "We are sorry"

regards

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
sccsolutions
Posts: 4
Joined: Thu 15. Jun 2006, 10:13

Post by sccsolutions »

Hello
I have fixed it.
Found out what the problem was so backup the customers data, restored it including the sql database and viola! sites back up!!!

Thanks for your assistance!!
Post Reply