1
Drexel
Unpacking error in CommercePack 1.0 for Xoops 2.2
  • 2005/9/2 18:17

  • Drexel

  • Just popping in

  • Posts: 13

  • Since: 2005/3/8 0


Mith,

I have downloaded this pack from different locations and all with the same result, unpacking error.

Just to let you know,

Thanks for all the work that is done!



2
Drexel
Where to put the code?
  • 2005/7/18 11:53

  • Drexel

  • Just popping in

  • Posts: 13

  • Since: 2005/3/8 0


Hi,

I am trying to get the osCommerce module working sitewide, so that the shop blocks can be used anywhere on the site.

I need to define a function but can't figure out if I need to use the (Xoops) header.php or index.php.

The error:

Fatal error: Call to undefined function: tep_random_select() in /home/.sites/109/site189/web/modules/shop/blocks/specials.php on line 8

The code to resolve this error: (can be wrong)

// the following cPath references come from application_top.php
$category_depth = 'top';
if (isset($cPath) && tep_not_null($cPath)) {
$categories_products_query = tep_db_query("select count(*) as total from " . TABLE_PRODUCTS_TO_CATEGORIES . " where categories_id = '" . (int)$current_category_id . "'");
$cateqories_products = tep_db_fetch_array($categories_products_query);
if ($cateqories_products['total'] > 0) {
$category_depth = 'products'; // display products
} else {
$category_parent_query = tep_db_query("select count(*) as total from " . TABLE_CATEGORIES . " where parent_id = '" . (int)$current_category_id . "'");
$category_parent = tep_db_fetch_array($category_parent_query);
if ($category_parent['total'] > 0) {
$category_depth = 'nested'; // navigate through the categories
} else {
$category_depth = 'products'; // category has no products, but display the 'no products' message
}
}
}

Thanks in advance,

Fred



3
Drexel
Re: Blank page after activating a block in oscommerce module
  • 2005/7/17 17:49

  • Drexel

  • Just popping in

  • Posts: 13

  • Since: 2005/3/8 0


Maybe this can help us?

https://xoops.org/modules/smartfaq/faq.php?faqid=393



4
Drexel
Re: Blank page after activating a block in oscommerce module
  • 2005/7/17 13:56

  • Drexel

  • Just popping in

  • Posts: 13

  • Since: 2005/3/8 0


Hi Billo,

The same @ my site, this is the (PHP) error I got:

Fatal error: Call to undefined function: tep_db_query() in /web/modules/shop/blocks/best_seller.php on line 10
Notice [PHP]: Use of undefined constant BOX_HEADING_BESTSELLERS - assumed 'BOX_HEADING_BESTSELLERS' in file modules/shop/blocks/best_seller.php line 6

This error is the same for all osCommerce blocks that are placed on the main index page, there also can be a problem with 'standard' XOOPS blocks in the shop.

I am working on that but ain't a developer so it can take a while before an answer is there, or maybe there is a developer who can help out. It is a great module with great possibilities.

If and when I figured it out I will make a post here!

Greets,

Fred



5
Drexel
Re: Aston Themes Hacked ?
  • 2005/7/11 15:52

  • Drexel

  • Just popping in

  • Posts: 13

  • Since: 2005/3/8 0


The last post on that page was to many users of Aston Themes NOT to remove his signature from the theme...

That post was written by someone else then Aston himself, my guess is that it has something to do with that.

I think they hope we will get scared so we don't use Aston themes anymore....

But if it is real...... pfoei? I'am watching my domains closely.

One of the XFCX Hacking crew is located in Denmark..

http://www.google.nl/search?q=XFCX+Hacking+crew&ie=UTF-8&oe=UTF-8


Greets,

Fred (www.fred-dresken.nl)

BTW. What is wrong with the layout of the XOOPS forum? it is wider than the screen.



6
Drexel
Spotlight function news 1.31.1
  • 2005/7/11 9:10

  • Drexel

  • Just popping in

  • Posts: 13

  • Since: 2005/3/8 0


Hello Xoopsers,

I just have done a new install on my site but have some trouble getting the Spotlight function to work.

I have configured the block in block admin to show on the index page. (in my old XOOPS spotlight workt perfectly)
But it isn't there? I have added an other block from this module to the index page without any problem.
I have tried the standard theme, same result.

In this new site configuration I also use the osCommerce module and have some problems with the blocks also.

When I place a block from the osCommerce module on my index page I get the error:

Fatal error: Call to undefined function: tep_random_select() in /home/.sites/109/site189/web/modules/shop/blocks/whats_new.php on line 9

This function is widely used in this module but when used outside the shop it messes up the site.

Any idea's

Thanks,

Fred (www.Fred-Dresken.nl)



7
Drexel
Re: After the last version patch..
  • 2005/4/5 15:56

  • Drexel

  • Just popping in

  • Posts: 13

  • Since: 2005/3/8 0


This release contains files for the core-included versions of News and Newbb (1.1 and 1, respectively). If you use Newbb 2 and/or News 1.2 or later, you should not upload the files in modules/news and modules/newbb as they will mess up these modules.



8
Drexel
Protector color controle
  • 2005/3/13 22:52

  • Drexel

  • Just popping in

  • Posts: 13

  • Since: 2005/3/8 0


Hi Xoopsers,

Just a question about the blocks config of Protector.

I (whas) used to the color change (red or green) in the block config of Protector when it whas correct or incorrect installed / configured.
That whas a very helpfull tool, now in the version installed 2.22 it is gone or don't function properly.

This is confusing and I would like to know if this is correct or that there is something very wrong in the module or that the module/DB is compromised...

Thanks,

Fred



9
Drexel
Re:popup menu
  • 2005/3/8 0:17

  • Drexel

  • Just popping in

  • Posts: 13

  • Since: 2005/3/8 0


Hi Xoopsers,

I have updated NewBB to 2.0.2 and I have my theme.html already ready from NewBB version RC2.

There is something I can't figure out, sometimes (random) when I go to my forum the popup is frozen in the screen and stretches the background.
When I click "mark all Items as read" it clears up, now after the update it stays frozen, but not everywhere in the forum, on the main forum page.

Any ideas..?

Then another one, when I open my website also sometimes the the is out of center, so that on the top and left of the site there is some space, after reloading the page it fits perfectly.

I guess that it have something to do with the theme files, but I can't find it.

You can check it out at www.fred-dresken.nl (dutch)

Thanks in advance,

Fred




TopTop



Login

Who's Online

143 user(s) are online (107 user(s) are browsing Support Forums)


Members: 0


Guests: 143


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits