I have downloaded and installed Books Module, but when I try to view the extended book information I receive that error on the top of center module:
"Número Error: 2 [Peligro] Mensaje Error: getimagesize(nyaku.jpg): failed to open stream: No such file or directory Al archivo: /home/nyaku/public_html/meo/modules/books/book.php A la linea: 69"
Edited: That first problem is solved. The line 69 in the book.php was $imagesize = getimagesize($bookimg); but the correct line is $imagesize = getimagesize(XOOPS_URL."/modules/books/images/books/".$bookimg);
And that error in the right of module:
"Fatal error: Call to undefined function: themesidebox() in /home/nyaku/public_html/meo/modules/books/book.php on line 103"
and the page is always "loading" (with the loading image in the middle of screen.
Anyone can help me with that, please? (please, in english or... spanish, of course ;) )
Edited: That second problem is "solved". The line 103 in the book.php have the function themesidebox(), but the real name is themesidebox_left() or themesidebox_right[i]
[i]Now the problem is that side box, because it's some "rare"