Help with PHP-MySQL-MyPHPAdmin-CMSMS installation (designer/newbie)
Help with PHP-MySQL-MyPHPAdmin-CMSMS installation (designer/newbie)
Hi, all -
I am a web designer trying to get into PHP and dynamic sites. I did an extensive search and found out about CMS Made Simple and I'm eager to get into it. Sadly, I tried to install PHP, MyQSL and phpMyAdmin on my Win XP SP 2 box running IIS and was absolutely frustrated after many hours of trying.
I was wondering if there is an 'installing PHP for Dummies' tutorial around, so I can do that before I get to installing CMS Made Simple? I am soooo eager to start using CMS Made Simple...I've seen the work around here, examined the feature set, and I know it is right for me. Is it better to install an Apache server on my machine? Is it possible?
Thanks in advance for any help
(I installed PHP 5.2 from the zip file, with the standard config.php settings...I downloaded the latest version of CMSMS)
I am a web designer trying to get into PHP and dynamic sites. I did an extensive search and found out about CMS Made Simple and I'm eager to get into it. Sadly, I tried to install PHP, MyQSL and phpMyAdmin on my Win XP SP 2 box running IIS and was absolutely frustrated after many hours of trying.
I was wondering if there is an 'installing PHP for Dummies' tutorial around, so I can do that before I get to installing CMS Made Simple? I am soooo eager to start using CMS Made Simple...I've seen the work around here, examined the feature set, and I know it is right for me. Is it better to install an Apache server on my machine? Is it possible?
Thanks in advance for any help
(I installed PHP 5.2 from the zip file, with the standard config.php settings...I downloaded the latest version of CMSMS)
Re: Help with PHP-MySQL-MyPHPAdmin-CMSMS installation (designer/newbie)
check out XAMPP at http://www.apachefriends.org/en/xampp.html
very easy-to-install Apache distribution package that includes PHP, MySQL, etc, etc.
very easy-to-install Apache distribution package that includes PHP, MySQL, etc, etc.
Re: Help with PHP-MySQL-MyPHPAdmin-CMSMS installation (designer/newbie)
thanx, jmc! i'll be sure to check it out.
Re: Help with PHP-MySQL-MyPHPAdmin-CMSMS installation (designer/newbie)
hey, jmc. I got the MySQL and Filezilla to work, but the Apache server wouldnt start. I got an error saying 'Port 80 or 4633 busy'.
What does that mean, and how do I get around it? Also, when I try the localhost/xampp/ it returns an error, understandably.
Dwaynne
What does that mean, and how do I get around it? Also, when I try the localhost/xampp/ it returns an error, understandably.
Dwaynne
Re: Help with PHP-MySQL-MyPHPAdmin-CMSMS installation (designer/newbie)
it probably is because you already have IIS running. Port 80 is the default HTTP port, so if it's already being used by one server (IIS), then Apache can't use it. Try shutting down IIS first, then try to start the Apache server.
Re: Help with PHP-MySQL-MyPHPAdmin-CMSMS installation (designer/newbie)
Perfect! I got the XAMPP for Windows page with all the demos, etc. How do I get CMSMS installed?
I initially copied the files and folders I unzipped over into Inetpub/wwwroot and made it a virtual directory. However, with IIS stopped, I guess I would need to copy it elsewhere?
When I stopped IIS from Services it said that it would close down the regular Web Directory and the SMTP Virtual Server.
I initially copied the files and folders I unzipped over into Inetpub/wwwroot and made it a virtual directory. However, with IIS stopped, I guess I would need to copy it elsewhere?
When I stopped IIS from Services it said that it would close down the regular Web Directory and the SMTP Virtual Server.
- Elijah Lofgren
- Power Poster
- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
Re: Help with PHP-MySQL-MyPHPAdmin-CMSMS installation (designer/newbie)
Try putting the CMSMS folder into: C:\Program Files\xampp\htdocs\ Then going to localhost/cmsmadesimple should bring it up.Dwaynne wrote: Perfect! I got the XAMPP for Windows page with all the demos, etc. How do I get CMSMS installed?
I initially copied the files and folders I unzipped over into Inetpub/wwwroot and made it a virtual directory. However, with IIS stopped, I guess I would need to copy it elsewhere?
When I stopped IIS from Services it said that it would close down the regular Web Directory and the SMTP Virtual Server.
Hope this helps,
Elijah
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. 

Re: Help with PHP-MySQL-MyPHPAdmin-CMSMS installation (designer/newbie)
I had tried that but I get
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
12/25/06 21:12:34
Apache/2.3.4 (Win32) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d mode_autoindex_color PHP/5.2.0
Now I am stumped!

(Btw, where can I find developers who can customise CMSMS websites? Or who build custom modules?)
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
12/25/06 21:12:34
Apache/2.3.4 (Win32) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d mode_autoindex_color PHP/5.2.0
Now I am stumped!

(Btw, where can I find developers who can customise CMSMS websites? Or who build custom modules?)
Last edited by Dwaynne on Tue Dec 26, 2006 3:00 am, edited 1 time in total.
Re: Help with PHP-MySQL-MyPHPAdmin-CMSMS installation (designer/newbie)
Have you tried localhost/yourfolder/install/install.php?...
I'm a designer/customizer but I don't build modules...
I'm a designer/customizer but I don't build modules...
Re: Help with PHP-MySQL-MyPHPAdmin-CMSMS installation (designer/newbie)
I've gotten that error before on a fresh XAMPP install; I don't recall exactly what fixed it.
Try localhost/yourcmsrootdirectory/install/install.php
or try re-copying the files into htdocs
let us know if you get it working or still have problems, and Merry Christmas!
Try localhost/yourcmsrootdirectory/install/install.php
or try re-copying the files into htdocs
let us know if you get it working or still have problems, and Merry Christmas!
Re: Help with PHP-MySQL-MyPHPAdmin-CMSMS installation (designer/newbie)
Tried that and got the same error.
I have a 'cmsmadesimple' folder under wwwroot in inetpub and another under C:/Program files/xampp/htdocs/
I have a 'cmsmadesimple' folder under wwwroot in inetpub and another under C:/Program files/xampp/htdocs/
-
- Forum Members
- Posts: 19
- Joined: Sat Jun 03, 2006 11:44 pm
Re: Help with PHP-MySQL-MyPHPAdmin-CMSMS installation (designer/newbie)
1. Are you really wanting to use Apache, or do you prefer IIS, or does it matter?
2. What is the URL you're putting into your browser?
2. What is the URL you're putting into your browser?
Re: Help with PHP-MySQL-MyPHPAdmin-CMSMS installation (designer/newbie)
Well, I'll use whatever works. As I said, I am not familiar with PHP and its requirements, and so far the XAMPP installation has gotten me the furthest along and it uses Apache, run as a Service along with MySQL on my local machine.
The URL I am typing in the browser is as suggested: http://localhost/cmsmadesimple/ where cmsmadesimple is a subfolder in the xampp folder. I also have another cmsmadesimple folder in Inetpub/wwwroot/
I've tried index.php and install/install.php. I know the PHP files work though, because those associated with the XAMPP installation work fine.
Dwaynne
The URL I am typing in the browser is as suggested: http://localhost/cmsmadesimple/ where cmsmadesimple is a subfolder in the xampp folder. I also have another cmsmadesimple folder in Inetpub/wwwroot/
I've tried index.php and install/install.php. I know the PHP files work though, because those associated with the XAMPP installation work fine.
Dwaynne
-
- Forum Members
- Posts: 19
- Joined: Sat Jun 03, 2006 11:44 pm
Re: Help with PHP-MySQL-MyPHPAdmin-CMSMS installation (designer/newbie)
I only asked because in case you were really wanting to use iis, but apache is fine.
You can ignore the cmsmadesimple folder under the inetpub/wwwroot, because apache isn't looking there unless you have told it to (assuming you haven't).
Could you verify that there is an actual file located at C:/Program Files/xampp/htdocs/cmsmadesimple/install/install.php ?
You can ignore the cmsmadesimple folder under the inetpub/wwwroot, because apache isn't looking there unless you have told it to (assuming you haven't).
Could you verify that there is an actual file located at C:/Program Files/xampp/htdocs/cmsmadesimple/install/install.php ?
Re: Help with PHP-MySQL-MyPHPAdmin-CMSMS installation (designer/newbie)
Yes, confirmed. That file-folder structure exists.
Dwaynne
Dwaynne