I am using PHP and MySQL E-Commerce book and when i want to see department list i got these errors. I did lots of things but nothing happened. does anyone help ?

ERRNO: 2
TEXT: include_once(catalog.php) [function.include-once]: failed to open stream: No such file or directory
LOCATION: C:\xampp\htdocs\seeshop\presentation\departments_list.php, line 3, at December 27, 2010, 1:03 pm
Showing backtrace:
include_once()

# line 3, file: C:\xampp\htdocs\seeshop\presentation\departments_list.php
require_once("C:\xampp\htdocs\seeshop\presentation\departments_list.php")

# line 5, file: C:\xampp\htdocs\seeshop\presentation\smarty_plugins\function.load_presentation_object.php
smarty_function_load_presentation_object(Array[2], Object: Application)

# line 5, file: C:\xampp\htdocs\seeshop\presentation\templates_c\%%A5^A5A^A5A1C73D%%departments_list.tpl.php
include("C:\xampp\htdocs\seeshop\presentation\templates_c\%%A5^A5A^A5A1C7...")

# line 1869, file: C:\xampp\htdocs\seeshop\libs\smarty\Smarty.class.php
Smarty._smarty_include(Array[2])

# line 69, file: C:\xampp\htdocs\seeshop\presentation\templates_c\%%41^412^412F4E3D%%store_front.tpl.php
include("C:\xampp\htdocs\seeshop\presentation\templates_c\%%41^412^412F4E...")

# line 1256, file: C:\xampp\htdocs\seeshop\libs\smarty\Smarty.class.php
Smarty.fetch("store_front.tpl", null, null, true)

# line 1106, file: C:\xampp\htdocs\seeshop\libs\smarty\Smarty.class.php
Smarty.display("store_front.tpl")

# line 19, file: C:\xampp\htdocs\seeshop\index.php

sort out the first problem, the others might be fixed once that is done. Either catalog.php is missing or the path to reach it is incorrect.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.