View Single Post
  #6  
Old 01-30-2004, 10:16 PM
 
curpier curpier is offline
 

Advanced Member
  
Join Date: Sep 2003
Posts: 38
 

Default

I'm having some trouble getting this mod to work.

I've followed the above directions ... replacing my web address, etc.

It looks fine, but when I click the submit button, I get a page not found ... it puts this in the address bar:

http://www.curpiermotorsport.com/xcart/customer/http://www.curpiermotorsport.com/xcart/suggestions/index.php

You can test it here:

http://www.curpiermotorsport.com/xcart/customer/product.php?productid=18&cat=&page=&xid=d0f6f62bf5 a1690ea208b05f1a17dc82

If I go directly to the index.php it gives me this error:

Fatal error: Failed opening required 'Connections/db_connect.php' (include_path='./:/usr/local/lib/php') in /home/adamc/curpiermotorsport-www/xcart/suggestions/index.php on line 1

I replaced my database information if the db_connection.php file in here:

$hostname_db_connect = "localhost";
$database_db_connect = "suggestions";
$username_db_connect = "root";
$password_db_connect = "";

I also patched the database.

Any idea why this happens?

Last, in the directions it say's to make a /connection/db_connection.php file. Should it be instead: /Connections/db_connect.php


Adam
3.4.9
Reply With Quote