How to install CMS made simple onto local PC. Help following instructions.
-
- New Member
- Posts: 7
- Joined: Mon Mar 01, 2010 11:27 am
How to install CMS made simple onto local PC. Help following instructions.
http://wiki.cmsmadesimple.org/index.php ... Windows_PC
At the CMS Made simple link above; which shows you how to install CMS made simple to your local pc
The sub-category in the link called 'Create an empty config.php' I am confused with. Please can someone explain this in more detail?
At the CMS Made simple link above; which shows you how to install CMS made simple to your local pc
The sub-category in the link called 'Create an empty config.php' I am confused with. Please can someone explain this in more detail?
Re: How to install CMS made simple onto local PC. Help following instructions.
NO
ReneH 
A search will save you hours waiting for an answer!

A search will save you hours waiting for an answer!

Re: How to install CMS made simple onto local PC. Help following instructions.
With friendly replies like this we are not drawing attention to new users of this wonderful system.NO
open notepad or any text editor and save blank file named config.php (in the folder where you unpacked the CMSMS files), during the installation procedure your settings are being written into config.php by cms.
Last edited by uniqu3 on Mon Mar 08, 2010 5:20 pm, edited 1 time in total.
Re: How to install CMS made simple onto local PC. Help following instructions.
Make sure you use XAMPP as more people are familiar with this program here.uniqu3 wrote:With friendly replies like this we are not drawing attention to new users of this wonderful system.NO
open notepad or any text editor and save blank file named config.php (in the folder where you unpacked the CMSMS files), during the installation procedure your settings are being written into config.php by cms.
To get the empty config.php file, open up notepad, immediately click "save as" and type in for the filename
Code: Select all
"config.php"
After install, you will need to modify permission for this file, and delete the /install directory.
Re: How to install CMS made simple onto local PC. Help following instructions.
I just right click on a blank area and select New -> Text Document, then rename it to config.php. Or even easier on Linux: "touch config.php"
Re: How to install CMS made simple onto local PC. Help following instructions.
You have turned the setting on to display file extension. That is off by default. Most beginners will not know what you are talking about.wishbone wrote: I just right click on a blank area and select New -> Text Document, then rename it to config.php. Or even easier on Linux: "touch config.php"
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: How to install CMS made simple onto local PC. Help following instructions.
Then IMHO they shouldn't be here... CMSMS is a package made by professionals, for professionals... not for noobs, beginners, grandparents photo albums, etc, etc.You have turned the setting on to display file extension. That is off by default. Most beginners will not know what you are talking about.
The doc even had pictures... what else does the person want? We can't hold everybody's hands, so we've chosen not to hold anybody's.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: How to install CMS made simple onto local PC. Help following instructions.
calguy1000, reneh, may I invite you both to a casual discussion on some possibilities over at http://forum.cmsmadesimple.org/index.php/topic,42217.new.html#new? I would like to hear your opinions.
Re: How to install CMS made simple onto local PC. Help following instructions.
@replytomk3 whatever page you were linking to doesn't exist...
Re: How to install CMS made simple onto local PC. Help following instructions.
http://forum.cmsmadesimple.org/index.php/topic,14878.msg199792.html#msg199792Dr.CSS wrote: @replytomk3 whatever page you were linking to doesn't exist...
Re: How to install CMS made simple onto local PC. Help following instructions.
That's nice be really how do you expect to run CMS Made Simple if you can't make a blank file called config.php...
Understanding how to FTP, create a DB, etc. is a lot harder then making a config.php file...
Understanding how to FTP, create a DB, etc. is a lot harder then making a config.php file...
Re: How to install CMS made simple onto local PC. Help following instructions.
I only said that it is to be expected. It is outside my limited powers to do something about it. Hmm... maybe put up a big red warning on the home page?
Re: How to install CMS made simple onto local PC. Help following instructions.
MatthewPoll, we got distracted and side-tracked on another issue.
What do you need help with?
I am as guilty as others of poor documentation as I could edit it myself in 5 minutes. But instead we answer same questions on the forum again and again.
So - to be constructive - point out the confusing sections of documentation and I will go there and edit it.
We're back in help mode here.
What do you need help with?
I am as guilty as others of poor documentation as I could edit it myself in 5 minutes. But instead we answer same questions on the forum again and again.
So - to be constructive - point out the confusing sections of documentation and I will go there and edit it.
We're back in help mode here.
-
- New Member
- Posts: 7
- Joined: Mon Mar 01, 2010 11:27 am
Re: How to install CMS made simple onto local PC. Help following instructions.
@replytomk3 thanks for replying.
I have sorted the issue mentioned in the article now. However, have another issue:
I have installed Made simple onto the Wamp server as recommended when installing on local host. When viewing the backend and frontend with firefox, I get the following message repeated in the browser -
Deprecated: Assigning the return value of new by reference is deprecated in F:\wamp\www\cmsmadesimple\lib\classes\class.global.inc.php on line 234
Warning: Parameter 1 to cms_module_Lang() expected to be a reference, value given in F:\wamp\www\cmsmadesimple\lib\classes\class.module.inc.php on line 2012
Do you know what the following information means? More importantly how to solve it please?
(I have the Wampb Server and Made simple installed on F drive as I have my computer dual-booted)
Thank-you.
I have sorted the issue mentioned in the article now. However, have another issue:
I have installed Made simple onto the Wamp server as recommended when installing on local host. When viewing the backend and frontend with firefox, I get the following message repeated in the browser -
Deprecated: Assigning the return value of new by reference is deprecated in F:\wamp\www\cmsmadesimple\lib\classes\class.global.inc.php on line 234
Warning: Parameter 1 to cms_module_Lang() expected to be a reference, value given in F:\wamp\www\cmsmadesimple\lib\classes\class.module.inc.php on line 2012
Do you know what the following information means? More importantly how to solve it please?
(I have the Wampb Server and Made simple installed on F drive as I have my computer dual-booted)
Thank-you.
Re: How to install CMS made simple onto local PC. Help following instructions.
If documentation says to use WAMP, then tell me immediately to go change it.
Per experience of this forum and my personal experience, XAMPP is the recommended package.
Deprecated errors appear if you use PHP 5.3. We tell people the latest version they can use is 5.2.
What version of PHP do you have?
Per experience of this forum and my personal experience, XAMPP is the recommended package.
Deprecated errors appear if you use PHP 5.3. We tell people the latest version they can use is 5.2.
What version of PHP do you have?