1.1 install help

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
lie2815
Forum Members
Forum Members
Posts: 34
Joined: Thu Mar 15, 2007 10:25 pm

1.1 install help

Post by lie2815 »

I am trying to installing the 1.1 version on my server, but the following error occurs:

Code: Select all

Warning: fetch(<mysite>\cms\tmp\templates_c\%%C4^C43^C43F3191%%installer_start.tpl.php): failed to open stream: No such file or directory in <mysite>\cms\lib\smarty\Smarty.class.php on line 1258

Warning: fetch(): Failed opening '<mysite>\cms\tmp\templates_c\%%C4^C43^C43F3191%%installer_start.tpl.php' for inclusion (include_path='.;./includes;./pear;../php;./php;.../php;..../php;../../php') in <mysite>\cms\lib\smarty\Smarty.class.php on line 1258

Warning: fetch(<mysite>\cms\tmp\templates_c\%%F7^F7F^F7F34188%%header.tpl.php): failed to open stream: No such file or directory in <mysite>\cms\lib\smarty\Smarty.class.php on line 1258

Warning: fetch(): Failed opening '<mysite>\cms\tmp\templates_c\%%F7^F7F^F7F34188%%header.tpl.php' for inclusion (include_path='.;./includes;./pear;../php;./php;.../php;..../php;../../php') in <mysite>\cms\lib\smarty\Smarty.class.php on line 1258

Warning: fetch(<mysite>\cms\tmp\templates_c\%%F8^F8A^F8AC46EE%%page1.tpl.php): failed to open stream: No such file or directory in <mysite>\cms\lib\smarty\Smarty.class.php on line 1258

Warning: fetch(): Failed opening '<mysite>\cms\tmp\templates_c\%%F8^F8A^F8AC46EE%%page1.tpl.php' for inclusion (include_path='.;./includes;./pear;../php;./php;.../php;..../php;../../php') in <mysite>\cms\lib\smarty\Smarty.class.php on line 1258

Warning: fetch(<mysite>\cms\tmp\templates_c\%%18^181^181FA688%%installer_end.tpl.php): failed to open stream: No such file or directory in <mysite>\cms\lib\smarty\Smarty.class.php on line 1258

Warning: fetch(): Failed opening '<mysite>\cms\tmp\templates_c\%%18^181^181FA688%%installer_end.tpl.php' for inclusion (include_path='.;./includes;./pear;../php;./php;.../php;..../php;../../php') in <mysite>\cms\lib\smarty\Smarty.class.php on line 1258
Any help for that?
lie2815
Forum Members
Forum Members
Posts: 34
Joined: Thu Mar 15, 2007 10:25 pm

Re: 1.1 install help

Post by lie2815 »

Anybody please?
I need fast help!!!
alby

Re: 1.1 install help

Post by alby »

lie2815 wrote: Anybody please?
I need fast help!!!
1. Check if you have the tmp structure:
tmp/cache
tmp/configs
tmp/templates
tmp/templates_c

2. Check 777 permission of folders

3. Clear all files

Alby
cyberman

Re: 1.1 install help

Post by cyberman »

lie2815 wrote: I need fast help!!!
Version 1.1 is not released as a stable version yet, so I can't suggest to use it in live systems.
lie2815
Forum Members
Forum Members
Posts: 34
Joined: Thu Mar 15, 2007 10:25 pm

Re: 1.1 install help

Post by lie2815 »

Ok, I installed the latest stable version now (1.0.6) and still the same thing... actually I only uploaded everything, and it still doesn't work...
I already checked, it isn't file permissions either, so what do I do...
Here is the link: http://www.millennium-metals.com/cms
It looks like the only thing that is stopping the whole thing from working right now are the weird signs behind the templates_c.
cyberman

Re: 1.1 install help

Post by cyberman »

lie2815 wrote: It looks like the only thing that is stopping the whole thing from working right now are the weird signs behind the templates_c.
Have you tried to clear cache (menu Site admin > Global settings)?
alby

Re: 1.1 install help

Post by alby »

lie2815 wrote: Here is the link: http://www.millennium-metals.com/cms
I don't see any errors  :)

Alby
lie2815
Forum Members
Forum Members
Posts: 34
Joined: Thu Mar 15, 2007 10:25 pm

Re: 1.1 install help

Post by lie2815 »

@alby: do you still see the "this website is currently under construction" page? I just moved to another server, so I still have to change some dns thing...

@cyberman: cache is empty: I am trying to get to the install page, I haven't even installed yet...
Pierre M.

Re: 1.1 install help

Post by Pierre M. »

I see "under construction".
Pierre M.
lie2815
Forum Members
Forum Members
Posts: 34
Joined: Thu Mar 15, 2007 10:25 pm

Re: 1.1 install help

Post by lie2815 »

yeah, I just noticed that. I have to make some dns changes. will be fixed in a few minutes...
Ayiaman

Re: 1.1 install help

Post by Ayiaman »

define('__SITE_ROOT', dirname(__FILE__).'/');  
define('__CORE_DIR', __SITE_ROOT."core/");       
define('__LANGUAGE_DIR', __SITE_ROOT."language/"); 
define('__MODEL_DIR', __SITE_ROOT."model/");     
define('__TEMPLATES_DIR', __SITE_ROOT."templates/".$template_name."/");
**1****  define('__COMPILE_DIR', "templates_c/"); //setup one set the compile_dir like this "templates_c"
define('__CACHES_DIR', __SITE_ROOT."caches/");
define('__SESSION_DIR', __SITE_ROOT."session/");
define('__DB_PRE', "");
**2**  ini_set("include_path",__SITE_ROOT);                      //setup two  then set the include_path like this...

for other help mail to :cenjay.net2006 # yahoo.com.cn  (change # to @ )
I am very pleasure to help you  if I can ...
Locked

Return to “[locked] Installation, Setup and Upgrade”