Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

DEMAND Performance

Archived
  • Posts

    71
  • Joined

  • Last visited

Posts posted by DEMAND Performance

  1. Hello everyone,

     

    I used Chemo's XML sitemap contribution and was wondering why it looked like it was creating blank files. It is installed in my root/store directory. However, it is outputting to the root directory. What do I need to change for it to write to the /store directory?

     

    I submitted to Google based on them being in the root directory, the files look like they have the right paths. However, Google is coming back saying they are the wrong file format. Is this common?

     

    Thanks!

  2. Hello everyone,

     

    I'm receiving this error:

     

    QUOTE

    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/demandb/public_html/store/includes/database_tables.php:65) in /home/demandb/public_html/store/includes/functions/sessions.php on line 97

     

     

    You can see it on all pages at http://www.demand-performance.com

     

    It happend after I installed the header tags controller contrib. Anyone know how to fix it?

     

    Thanks,

    Evan

  3. I was thinking AuctionBlox was a good thing and apparently it's a pain to install, having some troubles and I think I need to reverse the install for my shipping to work again. I was wondering what files I should look at overwriting with the original install of OSCommerce to reverse any changes that AuctionBlox made?

     

    If you want to see what error is happening add an item like this one then try and check out. It starts throwing an error.

     

    I appreciate any help!

  4. This should be quick, I'm having a hard time getting the script to recognize my database, this is the information I have about the database name:

     

    Users in osc1

    demandb_osc1 (Privileges: ALL PRIVILEGES)

     

    Connection Strings

    Perl $dbh = DBI->connect("DBI:mysql:demandb_osc1:localhost","demandb_osc1","<PASSWORD HERE>");

    PHP $dbh=mysql_connect ("localhost", "demandb_osc1", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());

    mysql_select_db ("demandb_osc1");

     

    This is what I have in my script:

     

    $base="demandb_osc1";

×
×
  • Create New...