if(0 == $page) { $page = 1; } $start = MAXPAGE * ($page - 1); $full = MAXPAGE; $obej = mysql_query("SELECT * FROM news WHERE lang='$_SESSION[lang]' ORDER BY data DESC limit $start, $full"); { }
i teraz gdy chce zrobic to w smartach pokazuje mi taki błąd:
Kod
Warning: include(lang/pl/0.php) [function.include]: failed to open stream: No such file or directory in E:\webserv\httpd\events\index.php on line 24
Warning: include() [function.include]: Failed opening 'lang/pl/0.php' for inclusion (include_path='.;C:\php5\pear') in E:\webserv\httpd\events\index.php on line 24
Fatal error: Uncaught exception 'SmartyException' with message 'Unable to load template file 'theme/events/0.html' in 'theme/events/index.html'' in E:\webserv\httpd\events\smarty\sysplugins\smarty_internal_templatebase.php:127 Stack trace: #0 E:\webserv\httpd\events\smarty\sysplugins\smarty_internal_template.php(286): Smarty_Internal_TemplateBase->fetch(NULL, NULL, NULL, NULL, false, false, true) #1 E:\webserv\httpd\events\templates_c\a28314e7ff3f1e0bca42f620c3a2ddd268ed89ee.file.index.html.php(134): Smarty_Internal_Template->getSubTemplate('theme/events/0....', NULL, NULL, NULL, NULL, Array, 0) #2 E:\webserv\httpd\events\smarty\sysplugins\smarty_internal_templatebase.php(180): content_50c10e26a8bb10_43838898(Object(Smarty_Internal_Template)) #3 E:\webserv\httpd\events\smarty\sysplugins\smarty_internal_templatebase.php(374): Smarty_Internal_TemplateBase->fetch('theme/events/in...', NULL, NULL, NULL, true) #4 E:\webserv\httpd\events\index.php(34): Smarty_Internal_TemplateBase->display('theme/events/in...') #5 {main} thro in E:\webserv\httpd\events\smarty\sysplugins\smarty_internal_templatebase.php on line 127
Warning: include() [function.include]: Failed opening 'lang/pl/0.php' for inclusion (include_path='.;C:\php5\pear') in E:\webserv\httpd\events\index.php on line 24
Fatal error: Uncaught exception 'SmartyException' with message 'Unable to load template file 'theme/events/0.html' in 'theme/events/index.html'' in E:\webserv\httpd\events\smarty\sysplugins\smarty_internal_templatebase.php:127 Stack trace: #0 E:\webserv\httpd\events\smarty\sysplugins\smarty_internal_template.php(286): Smarty_Internal_TemplateBase->fetch(NULL, NULL, NULL, NULL, false, false, true) #1 E:\webserv\httpd\events\templates_c\a28314e7ff3f1e0bca42f620c3a2ddd268ed89ee.file.index.html.php(134): Smarty_Internal_Template->getSubTemplate('theme/events/0....', NULL, NULL, NULL, NULL, Array, 0) #2 E:\webserv\httpd\events\smarty\sysplugins\smarty_internal_templatebase.php(180): content_50c10e26a8bb10_43838898(Object(Smarty_Internal_Template)) #3 E:\webserv\httpd\events\smarty\sysplugins\smarty_internal_templatebase.php(374): Smarty_Internal_TemplateBase->fetch('theme/events/in...', NULL, NULL, NULL, true) #4 E:\webserv\httpd\events\index.php(34): Smarty_Internal_TemplateBase->display('theme/events/in...') #5 {main} thro in E:\webserv\httpd\events\smarty\sysplugins\smarty_internal_templatebase.php on line 127
co bym musiał zmienic w tym kodzie żeby działało prawidłowo. z góry dzięki za pomoc