Page 1 of 1

Installation page only partly loads and stops

Posted: Wed Jul 19, 2006 4:45 am
by leanto442
Hey
I'm trying to install CMSMS on a remote server hosted by Deep Technology.  The MySQL database is a seperate directory and already created (although at this point it shouldn't matter, since I haven't gotten far enough to enter information about that).  I'm following the userhandbook http://wiki.cmsmadesimple.org/index.php ... ck_Install
steps, and I'm stuck at #7.  I have done everything it details.  When I enter http://www.automediatorsassociation.com ... nstall.php
into my browser, the installation page starts to load, but the image of the installation and steps stops right after showing checking PHP version 4.2 + in its cell.  There are no error messages or further information.  There are no links, and i have followed the instructions, so I'm currently at a standstill. 


Incidentaly, I'm not entirely sure CMSMS will do what I need.  I posted this at another forum, and was referred to CMS sites.  Will CMSMS do what I'm trying to do? (see below)
I am trying to set up a MySQL driven site for my client. This is my first time at this, so it is obviously a learning experience. He wants to be able to assign users a username and passwordd, and then allow them to access their contact information. Then visitors to the site can search and come up with a representative near them that meets whatever stipulations they search for. That way, the members of the organization can manage their own contact information. I have a MySQL database set up, and I'm working on establishing connections with dreamweaver. I've found tutorials showing how to make imput forms, but how do I code searches, and more importantly, allow users passwords and access to their own records?
-Tristan

Re: Installation page only partly loads and stops

Posted: Sun Jul 23, 2006 3:57 pm
by tsw
HI,

Seems strange that php check isnt completed can you create new file named info.php with following content

Code: Select all

<?php
phpinfo();
?>
For your cms needs cmsms might work but not quite out of the box. You most porbably also need front endusers and maybe customcontent modules also. And upcoming 1.0 version will have better search functions.

hope this helps