Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Current AUctions V2.0


Guest

Recommended Posts

Does anyone know in PhP myAdmin if there is any special way to import the sql file i keep getting errors while trying to put in a fresh install or is there an alternate way of importing the database from the downloaded files

 

 

 

 

 

# phpMyAdmin MySQL-Dump

# version 2.5.0-rc2

# http://www.phpmyadmin.net/ (download page)

#

# Host: localhost

# Generation Time: Sep 15, 2004 at 04:23 PM

# Server version: 3.23.58

# PHP Version: 4.2.2

# Database : `oscommerce`

# --------------------------------------------------------

#

# Data for table `configuration_group`

#

INSERT INTO `configuration_group` ( `configuration_group_id` , `configuration_group_title` , `configuration_group_description` , `sort_order` , `visible` )

VALUES ( 30, 'Current Auctions', 'Current Auction configuration', 30, 1 ) ;

MySQL said: b_help.png

#1046 - No database selected

Edited by JamesLetinski
Link to comment
Share on other sites

  • 11 months later...
  • Replies 107
  • Created
  • Last Reply

Top Posters In This Topic

Hello mafiouso,

 

I get following error message when trying to install the module

 

Fatal error: Cannot redeclare class bm_ebay in /home/xxxxxxxx/public_html/catalog/includes/modules/boxes/bm_ebay.php on line 13

 

Please advice

Link to comment
Share on other sites

Two issues:

 

1: Function eregi() is deprecated in \..\..catalog\includes\modules\current_auctions_module.php on line 47. Is there a better function to put in there?

 

2:"Current Auctions" does NOT appear under Configuration in Admin. Which file can I edit to insert th ebay info?

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

Two issues:

 

1: Function eregi() is deprecated in \..\..catalog\includes\modules\current_auctions_module.php on line 47. Is there a better function to put in there?

 

I modified the line to read as:

 

$stuff = preg_match("~$GrabStart(.*)$GrabEnd~", $r, $content);

 

It got rid of the error, but I'm not sure if that's the proper code, as it is not picking up ANY auctions, no matter what name I put in as the ebay user. This was based on some google searches on how to fix the deprecated function. I would certainly appreciate any input on how to get this module to run on PHP5

 

2:"Current Auctions" does NOT appear under Configuration in Admin. Which file can I edit to insert th ebay info?

 

Did the module appear as an installable module under ADMIN > Modules > Boxes?

Edited by Saintbeast
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...