Install error on page

Permalink 1 user found helpful
I added 3 themes to the packages directory and now when I try to go to the install page I am getting this error...

Fatal error: Cannot redeclare class ThemeFloatingPackage in /home/amvendin/public_html/packages/floating/controller.php on line 26

 
mkly replied on at Permalink Best Answer Reply
mkly
Do you have two of the same themes in the packages directory. You are getting that error because there are two controller.php files that both have
class ThemeFloatingPackage extends Package {


usually this happens when you have two copies(sometimes with the folder renamed) in the package directory.
amvending replied on at Permalink Reply
I just deleted the floating theme and that cared for it...
amvending replied on at Permalink Reply
Just checked what you are saying and your are correct, thanks for the help.