PHP help

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
temu123
Forum Newbie
Posts: 1
Joined: Mon Sep 29, 2008 3:21 pm

PHP help

Post by temu123 »

I am new to dynamic web page design. I am using Cartweaver as well as Dreamweaver.
I have run a test page and it works but whenever I put something like a search, I get a message similar to this.
C:\wamp\www\LACLG\cw3\CWLibrary\CWCart.php on line 108

Fatal error: CWCart::require_once() [function.require]: Failed opening
required 'CWDBMySQL.php' (include_path='.;C:\php5\pear') in
C:\wamp\www\LACLG\cw3\CWLibrary\CWCart.php on line 108

Can anyone help me with this. I will even alow you to log on to my computer to help me figure this out.
I despratley need some help.
Thanks
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: PHP help

Post by jaoudestudios »

What is on line 108 in the CWCart.php file? I am assuming it can not find the file you are trying to include (require_once)
Post Reply