Hi
I am getting the following file not found non-critical errors appearing in the site logs concerning missing files from a standard install of the BookLibrary v4.0.13 free component.
In the zip archive as installed these files are not present so not surprisingly they can't be found when called:
/includes/js/overlib_mini.js from
www.mysite/administrator/index.php - also the same error from other pages on back end
overlib_mini.js is not in that location in a standard J 3.8.4 install.
/components/com_booklibrary/includes/wishlist.js from
www.mysite/library/books/321/showCategory/53/1970-1979 and also from other pages on frontend
Maybe wishlist is something only available in the pro version but in that case it should be properly disabled in the free version to avoid spurious calls to the js library
/administrator/components/images/back_small.png from
www.mysite/administrator/components/com_...dmin_booklibrary.css
This last one is only on the backend as the back_small.png file does exist in public_html/components/com_booklibrary/images
/administrator/components/images does not exist in a standard J 3.8.3 install
The component does seem to be using a bit of a non-standard locations for its files (ie not using the /media/com_booklibrary for its js and css files, but basically seems to be working. You wouldn't know these errors were occurring unless you were looking for them but it is a bit annoying.
RogerCO