Install appeared to work as advertised....BUT
Install appeared to work as advertised....BUT
After completing the install successfully, I can login, but then I can't do anything? The page is blank....
My Site = http://www.ideas4youhosting.com
My conf.php file:
// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "jim7fl_wcms";
$phpwcms["db_pass"] = "**********";
$phpwcms["db_table"] = "jim7fl_wcms";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;
// site values
$phpwcms["site"] = "http://ideas4youhosting.com/";
$phpwcms["admin_email"] = "phpwcms@ideas4youhosting.com";
// paths
$phpwcms["root"] = "phpwcms"; //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"] = 3; //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"] = 0; //0 = Graphical Text MOD disabled, 1 = enabled
// 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'] = 'phpwcms@ideas4you.com'; // 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'] = 'jim7fl'; // 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/jim7fl/public_html';
My Site = http://www.ideas4youhosting.com
My conf.php file:
// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "jim7fl_wcms";
$phpwcms["db_pass"] = "**********";
$phpwcms["db_table"] = "jim7fl_wcms";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;
// site values
$phpwcms["site"] = "http://ideas4youhosting.com/";
$phpwcms["admin_email"] = "phpwcms@ideas4youhosting.com";
// paths
$phpwcms["root"] = "phpwcms"; //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"] = 3; //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"] = 0; //0 = Graphical Text MOD disabled, 1 = enabled
// 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'] = 'phpwcms@ideas4you.com'; // 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'] = 'jim7fl'; // 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/jim7fl/public_html';
Best Regards,
Jim
Jim
Second Attempt
OK....
I deleted my database and users
reinstalled setup
went through the entire setup process with no errors (all green)
From the final setup screen with all green I selected "login"
I logged in with the admin login I setup
The login was successful, but I stayed on the login screen and the
users online shows that I am logged in, but I don't seem to be able to do anything to get off the screen. I must be missing something....like a brain!
I deleted my database and users
reinstalled setup
went through the entire setup process with no errors (all green)
From the final setup screen with all green I selected "login"
I logged in with the admin login I setup
The login was successful, but I stayed on the login screen and the
users online shows that I am logged in, but I don't seem to be able to do anything to get off the screen. I must be missing something....like a brain!
Best Regards,
Jim
Jim
additional info
I tried to load phpwcms/index.php
it appears to be blank
When you login successfully, shouldn't the login script take you into the program for admin?
And yes, I did tick the create tables and create admin...
it appears to be blank
When you login successfully, shouldn't the login script take you into the program for admin?
And yes, I did tick the create tables and create admin...
Best Regards,
Jim
Jim
Followup Info
I checked all the instructions @ http://docu.fhss.de/inst_en.shtml
I cannot find anything which I might have left off.
Please verify that when you login you should go into the back end?
This is frustrating for what seems to be a fairly straight forward installation.
I'm currently (in another browser window) staring at
http://www.ideas4youhosting.com/phpwcms/login.php
The left side shows me logged in as admin.
Where can I go from here?
If I go to http://www.ideas4youhosting.com/phpwcms/index.php
I get a blank screen
I cannot find anything which I might have left off.
Please verify that when you login you should go into the back end?
This is frustrating for what seems to be a fairly straight forward installation.
I'm currently (in another browser window) staring at
http://www.ideas4youhosting.com/phpwcms/login.php
The left side shows me logged in as admin.
Where can I go from here?
If I go to http://www.ideas4youhosting.com/phpwcms/index.php
I get a blank screen
Best Regards,
Jim
Jim
Re: Followup Info
hellojim7fl wrote:I checked all the instructions @ http://docu.fhss.de/inst_en.shtml
I cannot find anything which I might have left off.
Please verify that when you login you should go into the back end?
This is frustrating for what seems to be a fairly straight forward installation.
I'm currently (in another browser window) staring at
http://www.ideas4youhosting.com/phpwcms/login.php
The left side shows me logged in as admin.
Where can I go from here?
If I go to http://www.ideas4youhosting.com/phpwcms/index.php
I get a blank screen
please try something an upload the conf.inc.php again!
and it's normal that you have nothing at the index.php cos you have no layout or template created!
Current conf.inc.php
The only thing I changed in here is the passwords.....to ******** of course that's for security on this forum. The passwords are actually set to their values.
Again, the setup seemed to be entirely successful, except that login doesn't take me to back end, just shows me logged in.... as you can see for yourself by clicking this link...
http://www.ideas4youhosting.com/phpwcms/login.php
Thanks for your efforts to assist me....
Again, the setup seemed to be entirely successful, except that login doesn't take me to back end, just shows me logged in.... as you can see for yourself by clicking this link...
http://www.ideas4youhosting.com/phpwcms/login.php
Thanks for your efforts to assist me....
Best Regards,
Jim
Jim
hello
please try something edit the conf.inc.php on your webspace.
and change the logut time from 1800 zu 3600
p.s.
i edit your post cos i forgot that you send the conf.inc.php before!
please try something edit the conf.inc.php on your webspace.
and change the logut time from 1800 zu 3600
Code: Select all
$phpwcms["max_time"] = 1800; //logout after max_time/60 seconds
i edit your post cos i forgot that you send the conf.inc.php before!