Hi
I'm not very experienced with SilverStripe having inherited the site from a previous developer so please forgive the noobyness.
I have installed the jQuery Slideshow module which works fine on some pages but causes other pages to give the following error when selected for editing i the admin page.
"Unknown column 'HomePage.ID' in 'where clause'
IN POST /admin/getitem?ID=1&ajax=1
Line 525 in /home/soundsma/public_html/sapphire/core/model/MySQLDatabase.php"
This is preceded by a query string.
In _config.php I have:
"//enable slideshow on all pages
DataObject::add_extension('Page', 'Slideshow');"
If I comment out the above, the errors vanish.
The other thing I notice is that the error occurs on pages that dont use mysite/code/Page.php but I'm not sure how this relates to the 'Page' parameter in the above. They have their own files eg: mysite/code/Project.php and mysite/code/Homepage.php
I'm just guessing beyond here so any help would be much appreciated.
many thanks