goFrendiAsgard / No-CMS

No-CMS, A CodeIgniter Based CMS Framework
299 stars 199 forks source link

Install #116

Closed Domeman closed 9 years ago

Domeman commented 9 years ago

After install still at the install screen. How do you get to the main menu?

Sometimes the database didn't create all the tables, blog tables

goFrendiAsgard commented 9 years ago

Is there any error in application/logs?

Domeman commented 9 years ago

No, I am new to codeiginiter. I can get the install to work. I end up back at the install screen. I am using the Abyss web server. http://www.aprelium.com/abyssws/

What should the directory structure look like?

Just need to log in and register a user without any third party logins

goFrendiAsgard commented 9 years ago

Well, probably it is because of htaccess problem. Abyss Server doesn't have any support to htaccess. Thus some features will not work at all, i.e: multisite.

No-CMS is designed for apache web server. However if you want to just use the basic functionality, you can try to install without "hide index" option checked.

And this is the typical directory structure:

  www or htdocs
   |--- index.php
   |--- application
   |--- system
   |--- (etc)

Nothing really special :)

Domeman commented 9 years ago

Thank you for your help, Abyss web server is very robust. Its blocks access by setting permissions in the server for access.

Getting the following error now when trying to install the development version Fatal error: require_once(): Failed opening required 'G:\Abyss Web Server\no_cms\application/config/constants.php' (include_path='.;C:\php\pear') in G:\Abyss Web Server\no_cms\system\core\CodeIgniter.php on line 70

This looks good www or htdocs |--- index.php |--- application - placed one level up from htdocs these are then protected |--- system - placed one level up from htdocs these are then protected |--- (etc) - placed one level up from htdocs these are then protected

goFrendiAsgard commented 9 years ago

Is the file exists? G:\Abyss Web Server\no_cms\application/config/constants.php

Domeman commented 9 years ago

Its in config\first-time, which looks correct

Notice that $ENVIROMENT is used then define('ENVIRONMENT', $ENVIRONMENT); happens later in the master version you just use define('ENVIRONMENT'

There is no config.php in the master version

goFrendiAsgard commented 9 years ago

There should also be another outside config\first-time Try to make config\constants.php :

<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
goFrendiAsgard commented 9 years ago

Are you sure you use the newest development version?

On Tue, Apr 7, 2015 at 8:11 PM, Roger notifications@github.com wrote:

Missing no_cms\application/core/MY_CodeIgniter.php

— Reply to this email directly or view it on GitHub https://github.com/goFrendiAsgard/No-CMS/issues/116#issuecomment-90544121 .


Go Frendi Gunawan.

Domeman commented 9 years ago

Installs and ends back at the install screen

goFrendiAsgard commented 9 years ago

Sorry, but I think you should try with apache.

anmoljain9 commented 8 years ago

actully i am try to install no-cms and have install xampp on windows 8 when i am installing no-cms it showing that type of error no-cms how can i come frm this

goFrendiAsgard commented 8 years ago

Please open up task manager, do you have enough RAM? I mean you might have a lot of programs run on startup.

Also, please ensure that mysql is already running as well.