 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
March 28th, 2008, 08:53 PM
|
#1 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2006 Location: San Diego, CA
Posts: 28
| Retrieve all images from a URL??
When ever I try this I get "Sorry, this image type is not supported yet."
They are all .jpg
What gives?
Thanks!
|
| |
March 28th, 2008, 09:47 PM
|
#2 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2006 Location: San Diego, CA
Posts: 28
|
Correction,
When I do any bulk upload even from within the upload directory is says image type is not supported.
|
| |
March 28th, 2008, 09:56 PM
|
#3 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2006 Location: San Diego, CA
Posts: 28
|
Another update. I uploaded one image. Worked fine. When I click on the thumb it says "Photo not found in the database!"
So I guess I have two problems. Everything else looks ok...I think.
|
| |
March 29th, 2008, 08:15 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,692
|
Posting a url always helps. Photo not found in database I need to see a url but you might need to turn off spider urls if you have that turned on in global options but your url will tell me that
As far as your error that is a permissions issue. Make sure the server path and files you are trying to process things from on your server are 777 permissions and that none of the files are corrupt.
|
| |
March 29th, 2008, 10:33 AM
|
#5 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2006 Location: San Diego, CA
Posts: 28
| http://www.mybikeforums.com/photogallery/
All the files and dir's for the upload are 777 and none are corrupt. I seem to be making some progress but I'm still having some strange things happening.
When I do the bulk upload now, it will only process what ever I have set in Number of thumbnails to process next?. Then it throws "Image type is not supported" and then stops. If I set it to 100 but have 200 files to upload it will stop at 100 and give that error.
I solved the file not found in database by basically deleting the database and doing a fresh install.
The other thing I noticed is that when I delete files from a gallery it leaves a bunch of broken thumbnail images and still shows file counts in the categories. I go thorough the database scans and to a bunch of page refreshes but nothing helps. Then if you wait long enough say a few hours, everything magically disappears and is ok. ??
Thanks!
|
| |
March 29th, 2008, 10:39 AM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,692
|
Try turning off your category cache if its not refreshing. If I delete a photo it refreshes the cache maybe yours is persistent.
As far as bulkuploads I can only comment on what are the normal issues. What server path are you trying to upload images from?
|
| |
March 29th, 2008, 10:41 AM
|
#7 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2006 Location: San Diego, CA
Posts: 28
|
/var/www/html/photogallery/uploads/delmar02
It does work.. but not all the way.
|
| |
March 29th, 2008, 11:03 AM
|
#9 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2006 Location: San Diego, CA
Posts: 28
|
Hum... I'll look into it further. According to my ftp program they are all set to 777.
|
| |
March 29th, 2008, 11:16 AM
|
#10 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2006 Location: San Diego, CA
Posts: 28
|
All my permissions look correct. If they were incorrect, why would it do 10 but not all? or however I have the Number of thumbnails to process next. If I set it to 50 it will do 50 and then stop and error. Doesn't make sense.
|
| |
March 29th, 2008, 11:35 AM
|
#11 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2006 Location: San Diego, CA
Posts: 28
|
Any way to increase that "Number of thumbnails to process next" number. Seems it will bulk upload as many as that is set to before it errors.
|
| |
March 29th, 2008, 12:12 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,692
|
You can add in the line 283 of uploadphoto.php another option for more than 100 Code: Content visible to verified customers only.
Your directory still does not exist that your telling me so sorry can not comment.
|
| |
March 29th, 2008, 05:12 PM
|
#13 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2006 Location: San Diego, CA
Posts: 28
|
Sorry do I add that line in after 283?
Line 283 is
$upmmmb = number_format( $upmmmb, 2 );
|
| |
March 29th, 2008, 08:27 PM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,692
|
No what i was saying is you see those options for the select box you would add the html for another amount you want like so
<option value="200">200</option>
|
| |
March 29th, 2008, 08:54 PM
|
#15 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2006 Location: San Diego, CA
Posts: 28
|
Uploadphoto.php? Man, i don't see that code in there.
|
| |
March 29th, 2008, 10:39 PM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,692
|
Sorry uploadphoto template
|
| |
March 30th, 2008, 11:08 AM
|
#17 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2006 Location: San Diego, CA
Posts: 28
|
Thanks. Worked like a charm. Bulk upload works perfect as long as I have less images than are selected in "Number of thumbnails to process next." I changed 100 to 300 as 200 is the largest group I have.
BTW,
I have Photopost integrated with my vBulletin 3.7 installation and when I'm on the gallery page, my blog and social groups link in the navbar are not working. Instead of the firing off from the /forums/blog.php, they are /photogallery/blog.php and of course the page is dead.
How do I address this?
Thanks
|
| |
March 30th, 2008, 11:50 AM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,692
|
You would address this by correctly editing your vbulletin navbar template and changing the relative links to those files to full urls. I beleive the blog link though is in the blog_navbar template not navbar like other links.
|
| |
March 30th, 2008, 11:58 AM
|
#19 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2006 Location: San Diego, CA
Posts: 28
|
That's what I was missing. I didn't realize the blog had it's own navbar template.
Thanks for all your help!!
D.
|
| |
March 30th, 2008, 12:06 PM
|
#20 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,692
|
Not a problem have a good weekend
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 12:10 PM. | |