Ok so I am trying to get my gallery to work with my existing site. I had it up running ok earlier then when trying to get rid of of collections i messed up something. I got this message
Fatal error: Cannot redeclare generate_breadcrumb() (previously declared in /home/domains/finedesignlandscapes.com/html/v2/gallery/plog-functions.php:4) in /home/domains/finedesignlandscapes.com/html/v2/plog-functions.php on line 3
I then deleted the database/unistalled plogger and created a new db and plogger now when i try to implement plogger into my site i get the same message as before but I i go to my plogger directory the gallery is working I am lost at what to do any ideas?
That error message means that you are defining the function "generate_breadcrumb()" twice, so the server thinks that there are two different functions being named the same thing, and it thows an error.
What steps did you take to get rid of collections? That may be where you are running into issues.