I have this error also when I use templates based on the T3 framework with my newly installed Joomla 1.7.0 instance. I was able to work around this by opening "libraries/joomla/html/pagination.php" and adding:
Code: |
if (!class_exists('JPagination')) {
|
at the beginning just before this line that declares JPagination:
Code: |
class JPagination extends JObject
|
and adding a "}" to the very end of the file. This just traps the JPagination declaration in case it has already been declared, but I didn't look to see where the prior declaration was coming from. Hope this helps, I quite like your software.