Hi
I have now made som more tests.
1. Have uninstalled booklibrary and droped the booklibrary tables
2. reinstalled booklibrary 3.1
- preinstalled books showed fine on frontend
- adding new category worked ok
- adding new book with "fetch information" "on your own" worked fine and newly added book showed in frontend
- trying to add new book with fetch information "Webservice - Amazon-de" resulted in following message on a blank page:
-----------------------------------------------------------
/var/
www/administrator/components/com_booklibrary/booklibrary.php: 1778
qwerty11
Array
(
[bookid] => 7
[isbn] => 9783732214754
[language] => English
[langshow] => *
[catid] => Array
(
[0] => 57
)
[informationFrom] => 3
[comment] =>
[title] =>
[authors] =>
[manufacturer] =>
[release_Date] =>
[price] =>
[priceunit] =>
[edition] =>
[numberOfPages] => 0
[imageURL] =>
[URL] =>
[owneremail] => kurt.feusi@bluewin.ch
[id] => 7
[option] => com_booklibrary
[boxchecked] => 0
[task] => save
)
qwerty11111111
----------------------------------------------------
so obviously ther has to be a problem associated with fetching the information from the amazon webpage. I have added my correct access information for amazon in the backend settings.
Can you give me a clue on what could be the error?
Thank you very much.