Druapl 4.6.2

I might not be using or thinking about the program correctly.

I have the "we recommend" block enabled.

After doing a bulk import I thought that importing data would generate a list for the "we recommend" block to use. Will the "we recommend" block only work and reference data if it have been added to a node?

or can it also use the bulk import data as well - and I'm just doing something wrong?

Comments

Prometheus6’s picture

Do you have the phpinfo script on your server?

green monkey’s picture

I do now

http://cybereze.com/

info.php

Sorry to be and pain and thank you as well

This is a cool and useful module and I really wanted to use it.

Prometheus6’s picture

You need to check your database to see if you actually have data in the amazonitem table (add whatever prefix).

I think your problems are beyond me...the error messages in your other item was the clue. Your server is running a very old version of libxml--2.4.19, released Mar 25 2002. I'm running 2.6.9, released Apr 18 2004. There were a lot of changes...it's the only think I can think of because not even actual bugs I had to fix ever generated so many error, or even error of that type. This error, in particular

warning: domxml_open_mem(): xmlParseExternalID: PUBLIC, no URI
in ~mysite.com.com/modules/amazontools/amazon.php4.inc on line 318.

because I don't call xmlParseExternalID anywhere in my code.

green monkey’s picture

thanks, it gives me something to work on.

I''ll see if I can get my host to update that file

Prometheus6’s picture

Status: Active » Closed (fixed)