PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   How Do I? - vBulletin 3.6x (http://www.photopost.com/forum/how-do-i-vbulletin-3-6x/)
-   -   thousands of broken images (http://www.photopost.com/forum/how-do-i-vbulletin-3-6x/130934-thousands-broken-images.html)

Lionel March 14th, 2007 10:25 PM

thousands of broken images
 
hello, I just moved to a new server with latest php, mysql. Now every single image in gallery is broken. Anything I was supposed to do?

thank you.

Zachariah March 15th, 2007 07:08 AM

On with a new server you also have new file locations.
- PATH wise.

AdminCP => vBGallery => Modify Settings
- Title, URL's, & Paths
-- Gallery URL
-- Files URL
-- Files Path

Also do not forget to CHMOD -R the "files" location 0777.
- Recursive folders

Lionel March 15th, 2007 07:24 AM

same path. Both servers are private, so you can make sure I configured those the same.

And chmoded -R 777 entire gallery

Zachariah March 15th, 2007 09:41 AM

What URL's are showing up for the broke images, and what link should be there?

993ti April 27th, 2007 07:53 PM

Got the same problem here after moving to a new server.
I noticed that images that were mass uploaded are gone.
The images that are still working start with the userid, the ones that are gone don't.
gallery/files/1-meeting-trs-038_575036.jpg < - Working

gallery/files/Suzuki-intruder-1400018.jpg < - Broken
Strange thing is, that the images that are mass uploaded are also gone from the server but were working before i moved.

Zachariah April 27th, 2007 10:37 PM

Quote:

Originally Posted by 993ti (Post 1195151)
Got the same problem here after moving to a new server.
I noticed that images that were mass uploaded are gone.
The images that are still working start with the userid, the ones that are gone don't.
gallery/files/1-meeting-trs-038_575036.jpg < - Working

gallery/files/Suzuki-intruder-1400018.jpg < - Broken
Strange thing is, that the images that are mass uploaded are also gone from the server but were working before i moved.

Was one of your systems using php in safemode ?

When the server is in safemode the gallery will store all images in 1 folder vs. many and rename the images with the userid. (ie. 1-image.jpg, 2-image.jpg)

If the server is not in php safemode the gallery makes a folder structure per userid and stores their images without the userid on the images.

993ti April 29th, 2007 06:33 AM

It should be the same.
Also, where are the pictures that were mass uploaded stored?
The pictures are in the album but nowhere in the folder.
I did notice that the new server has php4 and mysql4 while the old server has php5 and mysql5.

Currently using the old server again since the new crashed.

Zachariah April 29th, 2007 01:37 PM

After transfer to the new server make sure you CHMOD -R 777 your "Files Path".

When you transfered the folders where your images were held the rights on the folders become CHMOD 755.


All times are GMT -5. The time now is 03:49 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97