Instalation problem
Instalation problem
I upload all on server and start to instal the script, is all ok until the part where I have to set the user and password for the admin section, I get always this message:
system: Linux dns.dotboost.com 2.6.10-1.771_FC2smp #1 SMP Mon Mar 28 01:10:51 EST 2005 i686
server: Apache/2.0.51 (Fedora)
php: v4.4.1
path: /home/httpd/vhosts/wd-media.com/httpdocs//wdr
php.ini: register_globals = On -> should always be set Off because of security risks
safe_mode = Off -> good when you want to use ImageMagick, may have some security risks
Check your admin user name and password!
I enter severel times a few usernames an password but allways the same problem.... what do I do wrong?
system: Linux dns.dotboost.com 2.6.10-1.771_FC2smp #1 SMP Mon Mar 28 01:10:51 EST 2005 i686
server: Apache/2.0.51 (Fedora)
php: v4.4.1
path: /home/httpd/vhosts/wd-media.com/httpdocs//wdr
php.ini: register_globals = On -> should always be set Off because of security risks
safe_mode = Off -> good when you want to use ImageMagick, may have some security risks
Check your admin user name and password!
I enter severel times a few usernames an password but allways the same problem.... what do I do wrong?
problem
do I have to set any permision to some files? 
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
thanks
ok Thanks for the help I finish the installation but now I do not manage to see the index only a white page
and also I see that the images from the editor they not apear... like they are missing!!!!
and also I see that the images from the editor they not apear... like they are missing!!!!
Re: thanks
You have not created any content... DUH.culda_a wrote:ok Thanks for the help I finish the installation but now I do not manage to see the index only a white page
Goto the links in my signature !
Which WYSIWYG editor are you using? The buttons or file manager? Right-click on the placeholder for missing image and choose properties. Check the reported path to that image and see if it points to the valid folder?culda_a wrote:and also I see that the images from the editor they not apear... like they are missing!!!!
Sounds like it could be a problem with PATHs in your "config.inc.php".
Or maybe... to do with $_SERVER['DOCUMENT_ROOT']
hmmm
It seems that I have to learn a lot, by the way I try to do right click on the missing images but nothing, I can not accest the proprieties, it may be a ftp problem that the files is missing, I dont know exactly wher this files should be or where to look for them... anyway I will try maybe I will find it, but in case not pls I aspect some sugestion
Thanks
Thanks
-
Pappnase
Re: hmmm
culda_a wrote:It seems that I have to learn a lot, by the way I try to do right click on the missing images but nothing, I can not accest the proprieties, it may be a ftp problem that the files is missing, I dont know exactly wher this files should be or where to look for them... anyway I will try maybe I will find it, but in case not pls I aspect some sugestion
Thanks
I can see you got help anyway...
Please dont PM next time
http://www.studmed.dk Portal for doctors and medical students in Denmark
Re: hmmm
Post the contents of your "config.inc.php" (without username/pass) so we can see what editor you have chosen and what paths are entered. What browser are you using? Have you tried turning off your firewall and/or antivirus (for a few minutes) ??culda_a wrote:It seems that I have to learn a lot, by the way I try to do right click on the missing images but nothing, I can not accest the proprieties, it may be a ftp problem that the files is missing, I dont know exactly wher this files should be or where to look for them... anyway I will try maybe I will find it, but in case not pls I aspect some sugestion
Thanks
One safe suggestion is to drop all tables in the MySQL database, goto the setup folder (or restore it... if "deleted") and re-run the install. But make sure to checkmark the create Admin Account and leave the "default" username/password until you can login and such. Then worry about changing login/pass.
It could be refined over time, of course, but even just the *basics* from:Pappnase wrote:hello dexDeXXus wrote:I would say that the phpWCMS archive packages are *RIPE* for a README.txt file... don't you think???
good idea! would should there included an short install guide or maybe links?
http://www.phpwcms-docu.de/installation_en.phtml
Perhaps "text only" for README and possibility for HTML (like GPL.txt and GPL.html )
here is the content of config_inc:
and I use Firefox for browser, and I disable the antivirus and the firewall but is the same thing with the editor is apear only text like: Source, Format, font , and size..... the rest is like missing or broken links to images
// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "****";
$phpwcms["db_pass"] = "****";
$phpwcms["db_table"] = "****";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;
// site values
$phpwcms["site"] = "http://mysite.com/";
$phpwcms["admin_email"] = "**";
// paths
$phpwcms["DOC_ROOT"] = $_SERVER['DOCUMENT_ROOT'];
$phpwcms["root"] = "/wdr"; //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'] = ''; // reply/from email address
$phpwcms['SMTP_FROM_NAME'] = 'phpwcms 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/httpd/vhosts/mysite.com/httpdocs';
?>
and I use Firefox for browser, and I disable the antivirus and the firewall but is the same thing with the editor is apear only text like: Source, Format, font , and size..... the rest is like missing or broken links to images
// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "****";
$phpwcms["db_pass"] = "****";
$phpwcms["db_table"] = "****";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;
// site values
$phpwcms["site"] = "http://mysite.com/";
$phpwcms["admin_email"] = "**";
// paths
$phpwcms["DOC_ROOT"] = $_SERVER['DOCUMENT_ROOT'];
$phpwcms["root"] = "/wdr"; //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'] = ''; // reply/from email address
$phpwcms['SMTP_FROM_NAME'] = 'phpwcms 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/httpd/vhosts/mysite.com/httpdocs';
?>
-
Pappnase
Helle dexDeXXus wrote:It could be refined over time, of course, but even just the *basics* from:Pappnase wrote:hello dexDeXXus wrote:I would say that the phpWCMS archive packages are *RIPE* for a README.txt file... don't you think???
good idea! would should there included an short install guide or maybe links?
http://www.phpwcms-docu.de/installation_en.phtml
Perhaps "text only" for README and possibility for HTML (like GPL.txt and GPL.html )
i will look what i can do maybe i get it in the next days an can include it into the next days
aaa
so can somebody tell me what exactly is the problem with my editor I think is FCK editor ..... but I don't know.... why is the icon from the editor not apear(bold , italic, aligment and the rest), I have poste the content of confic_inc.php maybe I will get the solution
ok when you have time to see let me know
Thanks
ok when you have time to see let me know
Thanks