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
Comment #1
Prometheus6 commentedDo you have the phpinfo script on your server?
Comment #2
green monkey commentedI 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.
Comment #3
Prometheus6 commentedYou 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
because I don't call xmlParseExternalID anywhere in my code.
Comment #4
green monkey commentedthanks, it gives me something to work on.
I''ll see if I can get my host to update that file
Comment #5
Prometheus6 commented