Page 1 of 1

1.1 install help

Posted: Wed Jun 06, 2007 1:33 am
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?

Re: 1.1 install help

Posted: Wed Jun 06, 2007 2:16 am
by lie2815
Anybody please?
I need fast help!!!

Re: 1.1 install help

Posted: Wed Jun 06, 2007 8:08 am
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

Re: 1.1 install help

Posted: Wed Jun 06, 2007 8:20 am
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.

Re: 1.1 install help

Posted: Wed Jun 06, 2007 9:04 pm
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.

Re: 1.1 install help

Posted: Thu Jun 07, 2007 6:55 am
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)?

Re: 1.1 install help

Posted: Thu Jun 07, 2007 8:47 am
by alby
lie2815 wrote: Here is the link: http://www.millennium-metals.com/cms
I don't see any errors  :)

Alby

Re: 1.1 install help

Posted: Thu Jun 07, 2007 2:11 pm
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...

Re: 1.1 install help

Posted: Thu Jun 07, 2007 6:52 pm
by Pierre M.
I see "under construction".
Pierre M.

Re: 1.1 install help

Posted: Thu Jun 07, 2007 6:54 pm
by lie2815
yeah, I just noticed that. I have to make some dns changes. will be fixed in a few minutes...

Re: 1.1 install help

Posted: Fri Jun 22, 2007 9:15 am
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 ...