Page 1 of 1

WAMP CMS Install

Posted: Tue Mar 21, 2006 12:02 am
by stew
I want to practice locally using WAMP before posting on a website. How is it best to install CMS Made Simple to a local server? Should I install it locally on the WAMP machine using FTP?

I also thought of just copying the file structure into the Apache WWW directory. Will this work?

Once installed locally, how hard is it to upload to a website? Do you just ftp the whole directory structure? How do you change logins and passwords?

Stew

Re: WAMP CMS Install

Posted: Tue Mar 21, 2006 12:39 am
by Gibberish
I use WAMp also and have version of CMS running on it with no problems.

It matters on your WAMP setup but I put the cms folder in c:/wamp/www/.  I then create a database for the new cms install and start the install through the wamp localhost window (left click on wamp icon in system tray and select localhost, you will see the new folder under projects).  Run the install and put in all the proper info.

Re: WAMP CMS Install / 404 error

Posted: Thu Mar 23, 2006 9:31 am
by Gregor
Hi,

I have WAMPinstalled on Windows XP (laptop). No problem. I created a database without any errors. I ran the installation file of CMS without any errors. Finally it said that the installation was complete and that I could start my cms. As result I got a 404-error. Please help me how to solve this error.

Thnkx!

Re: WAMP CMS Install

Posted: Thu Mar 23, 2006 4:52 pm
by Gregor
I have made a directory e:\wamp\www\hanse311
In that directory, I find index.php This does not start: error 404, file not found

However, if I create a fil index.html with some text in it, I enter http://localhost/hanse311/index/html than the index.html opens  ??? 

Re: WAMP CMS Install

Posted: Fri Mar 24, 2006 8:49 pm
by Warwick
I had this trouble too until I created a MYSQL table exactly as in the instructions. I has tried to use an existing table. Suggest you look closely at MSQL user data in PHPAdmin

Re: WAMP CMS Install

Posted: Sat Mar 25, 2006 9:23 am
by Piratos
Korrigiere in der config.php so (von true)

$config['persistent_db_conn'] = false;

und dann läuft es.

Re: WAMP CMS Install

Posted: Sat Mar 25, 2006 11:03 am
by Piratos
Hee http://forum.cmsmadesimple.org/index.ph ... 848.0.html is the solution to make mysqli work with persistant connections - it is a bug with the session handling in include.php.

the solution is only to change the order.