Well, I'm still poking. I got one problem solved, but now another
So, I had a version of the 6.1 database and I was running 6.2 and had never run the 'update' script. I think the 'vhosts' was a red herring. But I managed to get into the mysql tables and thanks to google I changed the value. It was listed as id 208 and so it never showed up in the photopost admin page.
After running the 'update' script to take it from 6.1 to 6.2 I was then able to see the 'Admin' profile, and the magically the 'upload' appeared. Now I can upload.
How-ever when I upload I get 'file name not supported' and I see this in the log files
[Thu Oct 16 08:07:45 2008] [error] [client 71.198.249.245] PHP Warning: copy(/var/www/html/photopost/data530/IMG_0645-scaled.JPG) [<a href='function.copy'>function.copy</a>]: failed to open stream: No such file or directory in /var/www/html/photopost/uploadphoto.php on line 711, referer:
http://newpulse.surfpulse.com/photop...to.php?cat=500
[Thu Oct 16 08:07:45 2008] [error] [client 71.198.249.245] PHP Warning: getimagesize(/var/www/html/photopost/data530/IMG_0645-scaled.JPG) [<a href='function.getimagesize'>function.getimagesize</a>]: failed to open stream: No such file or directory in /var/www/html/photopost/image-inc.php on line 264, referer:
http://newpulse.surfpulse.com/photop...to.php?cat=500
If you notice, its not putting a '/' after data, instead its appending the directory number. so what should be
/var/www/html/photopost/data/530 is coming out as
/var/www/html/photopost/data530
Is there a fix for this? Thanks