PDA

View Full Version : Moved Photoplog Pro to new Server and now get error


dapellegrini
07-24-2010, 12:33 AM
You can see the error I am getting here :

http://www.socalaquascapers.com/forum/photoplog/index.php

Moved to a new server, kept the domain, etc. Everything else is up and running, but this bombs. It is running integrated with vBulletin 3.8.1

any ideas?

Morgan
07-28-2010, 12:40 AM
Content visible to registered users only.

The "cannot redeclare photoplog_create_thumbs" error message is because the PhotoPlog functions.php file is being called in twice. You can only declare functions in PHP once. PhotoPlog wouldn't call its functions.php file more than once, so it must be something else that is doing it.