help please I'm new

8 posts by 4 authors in: Forums > CMS Builder
Last Post: May 30, 2011   (RSS)

By tv2112 - May 28, 2011

Ok first off after getting booted from forum with about blank pop-up I'm really irrate right now. I have had CMS builder two days now and haven't been able to do anything except view my old website. The tutorial isn't helpful since it is a different version. I think you DO need programming experience to get this to work. I have no clue where my new sections are saving and every time I try to preview I get a 404 error and a pop-ad. I never had any problems with Frontpage before my webhost quit supporting it. I have left a message because no-one is answering the 1-800 number. Someone please help before I ask for a refund and look for another product.

Frustrated beyond belief,

TV

Re: [gkornbluth] help please I'm new

By tv2112 - May 28, 2011

Thanks for the reply. I have followed the instructions and installed the CMSB under my root directory on my site. I was able to open the admin part and mess with section. However, I cannot see any of my content. I save details but get a 404 error. Sad part is I downloaded Word press and followed their simple instruction and was publishing in 10 minutes. However, that's just blogs stuff and widgets. I wanted to create a better website than what I had. The big thing is when I generate code it says to save it as"whatever file.php". How? And where does it save if I could? And why when I preview do I get a 404 error everytime? There's really no troubleshooting guide. The instructions say it's simple but if it doesn't work then there is no where to find out why it didn't work. I am really not going to spend more money on a cookbook when I can't get the simplest pages to work. Iv'e spent 2 days trying to go step by step slowly and I still can't see the sections I make. Thanks for the reply though.

Re: [tv2112] help please I'm new

By gkornbluth - May 28, 2011

Hi TV,

Sounds like you need to create a viewer (web page) using the code in the code generator, upload that page to your server, and tell the section what the name of the page is for the preview (don't forget a forward slash in front of the page's file name).

I'd really recommend you getting a subscription to the Cookbook which comes with a 30 day money back guarantee (CMS Builder comes with a money back guarantee also)

Follow the step by step guides in the first chapter of the Cookbook.

Your problems will disappear and your frustrations will go away.

If you still don't want to keep it, I'll gladly issue a refund at any time within the first 30 days.

Give it a shot.

Jerry Kornbluth
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

Re: [tv2112] help please I'm new

By zip222 - May 29, 2011

Here is a quick run down of the basic steps to get you going...

- setup a mysql database

- install cms builder

- create a new section editor

- use the code generator in the cms: this will create the code you will need to connect to the database, grab the info from the section editor you created in the previous section, and roughly display this on a webpage

- connect to your website via ftp

- create a new file, call it whatever you want, but you will probably need to use the .php extension

- paste the code from the code generator into this file and hit save

- open your browser and load up the page you created

- go back to the .php file and tweak the code as necessary

Re: [tv2112] help please I'm new

By rconring - May 29, 2011

Hey TV ...

I too experienced frustration you are going through now and I have been a programmer for 20+ years! Fact is, I did not grasp the concept and power of CMSB until about a week of tinkering around! Once I realized that even though CMSB is similar to Wordpress or any other content management system, it's real power is in it's DIFFERENCES. Where other systems provide both the back end and the front end page templates, CMSB provides the back end and a code generator which supplies you with the function library and the code for each page or section of your site. That gives you the freedom of designing your site YOUR WAY without having to be a PHP/SQL programmer. You simply replace the static code on your pages with the dynamic content from the database using the code provided by the code generator to retrieve and display the data for that particular page.

Another thing is the tremedous amount of top notch support you will receive from the development team at Interactive Tools and the forum membership. I assure you, there is no problem you have that cannot be resolved either on this forum or, in more complex cases, priority consulting services. You are not alone out there!

You WILL eventually "get it" and once the light bulbs go off, it will change the way you do web development forever. Do not give up, just keep asking questions!
Ron Conring
Conring Automation Services
----------------------------------------
Software for Business and Industry Since 1987

Re: [zip222] help please I'm new

By tv2112 - May 30, 2011

zip222, Thank you! I still have a cople issues though.

- I setup the SQL database.

- CMS is installed

- I created a Section Editor named FAQ

- use code generator in CMS. Here's where I lose it. How do I roughly display this on my webpage?

- I can connect via FTP no problem

- create a new file? where is this done? If it is under the "Create" tab I don't know where it is saving. I can't find anything saved in the Uploads folder of CMS.

- I can cut and paste the code no problem and hit save. But again I don't know where the file is going.

- I open browser and get a 404 error.

- I can't find my .php files :(

Thanks for the response.

I still feel like the Uber noob :(

TV

Re: [tv2112] help please I'm new

By zip222 - May 30, 2011

Try this...

Open a text editor application on your computer (notepad, text edit,etc)

Paste the code from the code generator into a new document

Save this file to your desktop and call it faq.php

Connect to your site via FTP

Upload this new file to the root/main directory of your website server. It will probably be the same place you uploaded the cmsadmin folder. But it should not be inside of that folder.

Load this page in your browser: http://www.YOURSITE.com/faq.php