TutorialMS Community Forum

Full Version: [SOLVED]Install Problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello i am new here i am tryng tu setup this CMS but when i finish the setup i get this error when i go to the index page

The template '/header' does not exist for this style.The template 'column_left_start' does not exist for this style.The template 'main_navbits' does not exist for this style. (CURRENT_STYLE_ID)The template 'column_left_end' does not exist for this style.The template 'column_middle_start' does not exist for this style.The template 'top_tutorials_break' does not exist for this style.There are no tutorials at this time.The template 'latest_tutorials_break' does not exist for this style.There are no tutorials at this time.The template 'column_middle_end' does not exist for this style.The template 'column_right_start' does not exist for this style.The template 'site_statistics' does not exist for this style.The template 'affiliates_break' does not exist for this style.The template 'affiliates_bit' does not exist for this style. (CURRENT_STYLE_ID)The template 'announcements_break' does not exist for this style.The template 'announcements_bit' does not exist for this style. (CURRENT_STYLE_ID)The template 'column_right_end' does not exist for this style.The template 'footer' does not exist for this style.
(09-27-2009 06:15 PM)Jimbo123 Wrote: [ -> ]hello i am new here i am tryng tu setup this CMS but when i finish the setup i get this error when i go to the index page

The template '/header' does not exist for this style.The template 'column_left_start' does not exist for this style.The template 'main_navbits' does not exist for this style. (CURRENT_STYLE_ID)The template 'column_left_end' does not exist for this style.The template 'column_middle_start' does not exist for this style.The template 'top_tutorials_break' does not exist for this style.There are no tutorials at this time.The template 'latest_tutorials_break' does not exist for this style.There are no tutorials at this time.The template 'column_middle_end' does not exist for this style.The template 'column_right_start' does not exist for this style.The template 'site_statistics' does not exist for this style.The template 'affiliates_break' does not exist for this style.The template 'affiliates_bit' does not exist for this style. (CURRENT_STYLE_ID)The template 'announcements_break' does not exist for this style.The template 'announcements_bit' does not exist for this style. (CURRENT_STYLE_ID)The template 'column_right_end' does not exist for this style.The template 'footer' does not exist for this style.

Hello, I dont quite remember all the steps that need to be taken to install TMS, but this sounds like a setup problem. Did you read the readme file included with TMS? If not, I have posted it below
Quote:To install TutorialMS:

1. Create a MySQL database for TutorialMS on your server.

2. Edit the config file located at /includes/config.php, fill it in with your database username, database name, and database password. Save it.

Edit the ajax.js file located at /ajax.js. If you TutorialMS is at the root of your domain then the value should be '/', if it is in a directory then it should have every directory leading up to where the script is, for example '/some/directory/' (make sure it starts and ends with a '/'). Save it.

3. Now choose if you want your TutorialMS to be located at the root of your domain [A], or in its own directory [B].

[A] - To upload it at the root of your domain, for example, if you wanted the index page to be at (http://www.sometutorialsite.com/index.php), then upload the contents of the folder "tutorialms" to your public_html directory on your server.

[B] - To upload it in a directory on your server, for example, if you wanted the index page to be at (http://www.sometutorialsite.com/somedire...ndex.php), then upload the folder "tutorialms" to any directory after the public_html directory on your server. Rename the folder "tutorialms" if you wish, before installing.

4. Now open a browser, and go to the page /install/install.php on your server, and follow the installer to set up TutorialMS.

5. Remove the /install/ directory.

6. You have now finished installing TutorialMS and can visit the control panel at /admin/.

Thank you for using TutorialMS. For help, updates, forums etc. visit http://www.tutorialms.com.
Reference URL's