Hello...
I followed all the online instructions. Made all the green boxes at the end of setup go green and say ok... i moved the config.inc file to replace the other one... i deleted the setup folder
I'm running a linux server on fasthosts.
http://domain1112035.sites.fasthosts.com/
Know i get these errors
Warning: main(home/fhlinux188/j/jackhull1983.co.uk/user/htdocs/include/inc_ext/ss_image/ss_image.class.php): failed to open stream: No such file or directory in /home/fhlinux188/j/jackhull1983.co.uk/user/htdocs/include/inc_lib/imagick.convert.inc.php on line 34
Warning: main(): Failed opening 'home/fhlinux188/j/jackhull1983.co.uk/user/htdocs/include/inc_ext/ss_image/ss_image.class.php' for inclusion (include_path='.:/usr/share/pear') in /home/fhlinux188/j/jackhull1983.co.uk/user/htdocs/include/inc_lib/imagick.convert.inc.php on line 34
Warning: main(home/fhlinux188/j/jackhull1983.co.uk/user/htdocs/config/phpwcms/conf.pagelayout.inc.php): failed to open stream: No such file or directory in /home/fhlinux188/j/jackhull1983.co.uk/user/htdocs/include/inc_front/content.func.inc.php on line 172
Warning: main(): Failed opening 'home/fhlinux188/j/jackhull1983.co.uk/user/htdocs/config/phpwcms/conf.pagelayout.inc.php' for inclusion (include_path='.:/usr/share/pear') in /home/fhlinux188/j/jackhull1983.co.uk/user/htdocs/include/inc_front/content.func.inc.php on line 172
Any help would be very useful... I know everything is uploaded Properly.
New version uploaded but errors
here in the conf.inc file
<?php
// database values
$phpwcms["db_host"] = "213.171.218.244";
$phpwcms["db_user"] = "username";
$phpwcms["db_pass"] = "password";
$phpwcms["db_table"] = "btpa2006";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;
// site values
$phpwcms["site"] = "http://domain1112035.sites.fasthosts.com/";
$phpwcms["admin_email"] = "jack@pwcforums.co.uk";
// paths
$phpwcms["DOC_ROOT"] = "home/fhlinux188/j/jackhull1983.co.uk/user/htdocs"; //default: $_SERVER['DOCUMENT_ROOT']
$phpwcms["root"] = ""; //default: ""
$phpwcms["file_path"] = "phpwcms_filestorage"; //default: "phpwcms_filestorage"
$phpwcms["templates"] = "phpwcms_template"; //default: "phpwcms_template"
$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"] = 2; //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based
$phpwcms["phpmyadmin"] = 0; //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"] = 0; //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
$phpwcms["cache_timeout"] = 0; //default cache timeout setting in seconds - 0 = caching Off
$phpwcms["imgext_disabled"] = ''; //comma seperated list of imagetypes which should not be handled "pdf,ps"
$phpwcms["multimedia_ext"] = 'aif,aiff,mov,movie,mp3,mpeg,mpeg4,mpeg2,wav,swf,swc,ram,ra,wma,wmv,avi,au,midi,moov,rm,rpm,mid,midi'; //comma seperated list of file extensiosn allowed for multimedia
// 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'] = 'jack@pwcforums.co.uk'; // reply/from email address
$phpwcms['SMTP_FROM_NAME'] = 'BTPA Webmaster'; // reply/from name
$phpwcms['SMTP_HOST'] = 'localhost'; // 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'] = '/home/fhlinux188/j/jackhull1983.co.uk/user/htdocs';
?>
<?php
// database values
$phpwcms["db_host"] = "213.171.218.244";
$phpwcms["db_user"] = "username";
$phpwcms["db_pass"] = "password";
$phpwcms["db_table"] = "btpa2006";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;
// site values
$phpwcms["site"] = "http://domain1112035.sites.fasthosts.com/";
$phpwcms["admin_email"] = "jack@pwcforums.co.uk";
// paths
$phpwcms["DOC_ROOT"] = "home/fhlinux188/j/jackhull1983.co.uk/user/htdocs"; //default: $_SERVER['DOCUMENT_ROOT']
$phpwcms["root"] = ""; //default: ""
$phpwcms["file_path"] = "phpwcms_filestorage"; //default: "phpwcms_filestorage"
$phpwcms["templates"] = "phpwcms_template"; //default: "phpwcms_template"
$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"] = 2; //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based
$phpwcms["phpmyadmin"] = 0; //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"] = 0; //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
$phpwcms["cache_timeout"] = 0; //default cache timeout setting in seconds - 0 = caching Off
$phpwcms["imgext_disabled"] = ''; //comma seperated list of imagetypes which should not be handled "pdf,ps"
$phpwcms["multimedia_ext"] = 'aif,aiff,mov,movie,mp3,mpeg,mpeg4,mpeg2,wav,swf,swc,ram,ra,wma,wmv,avi,au,midi,moov,rm,rpm,mid,midi'; //comma seperated list of file extensiosn allowed for multimedia
// 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'] = 'jack@pwcforums.co.uk'; // reply/from email address
$phpwcms['SMTP_FROM_NAME'] = 'BTPA Webmaster'; // reply/from name
$phpwcms['SMTP_HOST'] = 'localhost'; // 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'] = '/home/fhlinux188/j/jackhull1983.co.uk/user/htdocs';
?>
Hi Jackal06,
Please do the next step and create a template.
http://www.phpwcms.de/forum/viewtopic.php?t=2776
Small template setup guide (4 free css templates) - http://www.128.weitzelmedia.de
And a free table based one for beginners:regards Knut
the blank page is ok. Your system is running well.Yep done that.... Just a black page know.
Please do the next step and create a template.
http://www.phpwcms.de/forum/viewtopic.php?t=2776
Small template setup guide (4 free css templates) - http://www.128.weitzelmedia.de
And a free table based one for beginners:
Code: Select all
www .mz.ja-nek .de/test2_6.phtml
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
-
- Posts: 39
- Joined: Wed 8. Mar 2006, 13:19
- Location: East Coast, USA
- Contact:
I am having errors with a fresh 1.2.8 install. I get these:
Warning: mysql_pconnect(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /home/content/t/h/e/theleefamily/html/newtown_phpwcms/setup/setup.php on line 54
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/content/t/h/e/theleefamily/html/newtown_phpwcms/setup/setup.php on line 58
Everything seems to be set right, although I do not see a "phpwcms_tmp" directory anywhere. Any suggestions??
Thanks,
miershpedankl
Warning: mysql_pconnect(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /home/content/t/h/e/theleefamily/html/newtown_phpwcms/setup/setup.php on line 54
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/content/t/h/e/theleefamily/html/newtown_phpwcms/setup/setup.php on line 58
Everything seems to be set right, although I do not see a "phpwcms_tmp" directory anywhere. Any suggestions??
Thanks,
miershpedankl
If you don't let ANYTHING happen to someone, then NOTHING will happen to them.