I just figured out what was going on ...
The
JS files were being loaded from the root directory instead of the /
js/ directory where they actually were. Not sure if this was something set up when I installed or if its in the photopost php files - Ive had a few drinks so I cant think straight.
If its in the files - thank me for figuring it out for you

hahaha maybe even send me some coding royalties for todays headache - LMAO!
Laters!
GO COLTS!
-EDIT FOUND WHERE ITS AT ...
php-inc ...
Quote:
$javapopup .= "<script type=\"text/javascript\" src=\"{$Globals['maindir']}/tjpzoom.js\"></script>\n
<script type=\"text/javascript\" src=\"{$Globals['maindir']}/instant.js\"></script>";
|
notice its loading from root and NOT the /
js/ .... youre welcome.

Really I am quite happy to have this one behind me!