Welcome Guest, Not a member yet? Register   Sign In
Not just another template system (with screencast)
#7

[eluser]patak[/eluser]
Hi,
I found your extension and I am trying to build my own application.
The application is in directory www root and I have error while render template.
This is application tree
Code:
wwwroot
- /app/
-- /system/
--- /application/
---- /config/
---- /controllers/
----- viewlib.php
---- /and other standard folders and files of standard CI + your p12 templates files/
-- /templates/
--- /css/
--- /js/
--- /viewlib/
---- viewlib.php
--- content.php
--- document.php
--- header.php
--- footer.php
All files from your p12 package are unchanged except of views.php in config folder in which I change
Code:
$config['template_dir'] = "/templates/";
to
Code:
$config['template_dir'] = "/app/templates/";

When go to http://localhost/app/index.php/viewlib I get this errors
Code:
A PHP Error was encountered

Severity: Warning

Message: include(C:/Users/patakj/Documents/vyvoj/xampp/htdocs/templates/document.php) [function.include]: failed to open stream: No such file or directory

Filename: libraries/View.php

Line Number: 121
A PHP Error was encountered

Severity: Warning

Message: include() [function.include]: Failed opening 'C:/Users/patakj/Documents/vyvoj/xampp/htdocs/templates/document.php' for inclusion (include_path='.;C:\Users\patakj\Documents\vyvoj\xampp\php\pear\')

Filename: libraries/View.php

Line Number: 121
When I change
Code:
$config['template_dir'] = "/app/templates/";
back to
Code:
$config['template_dir'] = "/templates/";
I get this error
Code:
Error: Template Directory Not Found!

Could any one suggest what can be wrong, please
Application without p12 extension is working fine.


Messages In This Thread
Not just another template system (with screencast) - by El Forum - 11-06-2008, 09:21 AM
Not just another template system (with screencast) - by El Forum - 11-06-2008, 02:18 PM
Not just another template system (with screencast) - by El Forum - 11-06-2008, 05:13 PM
Not just another template system (with screencast) - by El Forum - 11-07-2008, 07:25 AM
Not just another template system (with screencast) - by El Forum - 11-07-2008, 08:26 AM
Not just another template system (with screencast) - by El Forum - 11-07-2008, 08:28 AM
Not just another template system (with screencast) - by El Forum - 10-11-2009, 07:47 AM
Not just another template system (with screencast) - by El Forum - 10-12-2009, 11:29 AM
Not just another template system (with screencast) - by El Forum - 10-12-2009, 11:32 AM
Not just another template system (with screencast) - by El Forum - 10-19-2009, 05:12 AM
Not just another template system (with screencast) - by El Forum - 10-19-2009, 05:49 AM
Not just another template system (with screencast) - by El Forum - 10-21-2009, 10:49 AM
Not just another template system (with screencast) - by El Forum - 04-08-2011, 08:41 AM
Not just another template system (with screencast) - by El Forum - 04-09-2011, 11:33 PM
Not just another template system (with screencast) - by El Forum - 04-10-2011, 01:00 AM
Not just another template system (with screencast) - by El Forum - 04-10-2011, 02:30 AM
Not just another template system (with screencast) - by El Forum - 04-10-2011, 02:33 AM
Not just another template system (with screencast) - by El Forum - 04-11-2011, 04:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB