 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
December 30th, 2004, 03:23 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Jan 2004 Location: Illinois
Posts: 63
| Help! Won't let me upload  As admin, I have unlimited uploads but when I try to upload I get this message:
Uploaded file not found
Typical reason is that the file exceeded allowed limits.
The file is a jpg.
Linda
|
| |
December 30th, 2004, 03:57 PM
|
#2 (permalink)
| | Member Verified Customer
Join Date: Jan 2004 Location: Illinois
Posts: 63
|
BTW, I have the photoboard at: http://www.purebredcatbreedrescue.or...post/index.php
I had no problems uploading until the last two days. You had installed the photoboard for me in April 2003 and it's integrated with vbulletin.
|
| |
December 31st, 2004, 07:00 AM
|
#3 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
You have a link to php info? I would suspect your host has updated your php and uploads are not working and they need to tweak a few things on there end.
|
| |
December 31st, 2004, 11:58 AM
|
#4 (permalink)
| | Member Verified Customer
Join Date: Jan 2004 Location: Illinois
Posts: 63
| Quote: |
Originally Posted by omegatron You have a link to php info? I would suspect your host has updated your php and uploads are not working and they need to tweak a few things on there end. | It turns out the host has changed the upload directory.. have to make a directory since we can't use /tmp anymore and there are some other changes they suggest as well. I wish I had the expertise to fix it myself, but I'll have to wait until I find someone who can or  who isn't on vacation for the holiday!
Linda
|
| |
January 1st, 2005, 09:40 AM
|
#5 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
Yep you need to place a php.ini file in your web root with the following lines
NOTE YOU NEED TO CREATE A DIRECTORY IN YOUR WEBROOT SAY CALLED TMP AND PLACE THE SERVER PATH TO IT IN THIS FILE BELOW. Code: Content visible to verified customers only.
You would as stated place the proper path in this file call it php.ini and upload to your web root
|
| |
January 1st, 2005, 10:48 PM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Jan 2004 Location: Illinois
Posts: 63
|  Thank you! I think I can do that!
Linda
|
| |
January 4th, 2005, 03:40 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Jan 2004 Location: Illinois
Posts: 63
|
Still getting error message (doesn't matter which .jpg I try to upload):
M&M 001.JPG: Uploaded file not found
Typical reason is that the file exceeded allowed limits.
Despite the php.ini and /tmp..... I tried
;upload_tmp_dir = /www/c/catrescue/htdocs/tmp
and I tried
;upload_tmp_dir = /htdocs/tmp
Neither allows me to upload a picture.
Photopost is integrated with vbulletin. Is there something in vbulletin I should change?
|
| |
January 4th, 2005, 03:51 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
remove the ; in front of the upload_tmp_dir line
|
| |
January 4th, 2005, 06:54 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Jan 2004 Location: Illinois
Posts: 63
|
well, I removed the leading ; on the upload_temp_dir line.. and it seemed to try to work.. but now I'm getting this error message:
Error creating thumbnail! Error code: 127
Command: /usr/local/bin/mogrify -format JPG -quality 80 -geometry 100x75 /www/c/catrescue/htdocs/photopost/data/542/1M_M_001-thumb.JPG
|
| |
January 4th, 2005, 08:35 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
your server doesnt have mogrify there or its locked down try switching to gd2 and uploading
|
| |
January 4th, 2005, 08:44 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Jan 2004 Location: Illinois
Posts: 63
|
Please translate. I have no idea what to do.
Linda
|
| |
January 4th, 2005, 08:45 PM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Jan 2004 Location: Illinois
Posts: 63
|
??? Please translate. I have NO idea what to do.
Linda
|
| |
January 5th, 2005, 10:41 AM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
try switching in your admin options to use GD not IMagemagick for uploads.
|
| |
January 5th, 2005, 01:49 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Jan 2004 Location: Illinois
Posts: 63
|
I don't see anywhere in the photopost admin that it offers me an option of GD or Imagemagick.
Linda
|
| |
January 5th, 2005, 06:49 PM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
click on admin then click GLOBAL OPTIONS
|
| |
January 5th, 2005, 07:03 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Jan 2004 Location: Illinois
Posts: 63
|
I've emailed you a copy of the page that I get when I click Options.. I don't see "global options" at all. It's integrated with vbulletin.. is there somewhere in vbulletin I need to look?
|
| |
January 5th, 2005, 07:25 PM
|
#17 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
You did not tell me your using the oldest Photopost there is LOL
Try looking in your config settings.
|
| |
January 5th, 2005, 08:23 PM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Jan 2004 Location: Illinois
Posts: 63
|
Haven't updated either vbulletin or photopost as vbulletin had questions about compatibility and I can't afford to pay both vbulletin and you guys to buy and install the upgrades and get them working.. and my expertise in such regard is, as you can see, extremely limited.
So I change from this in config-inc.php file:
// GD2 support
// this will only work if you have GD2 or better installed
// 0 - use mogrify; 1 - use GD2; 2- use GD1
$usegd = 0;
So as I understand it I should change it to:
// GD2 support
// this will only work if you have GD2 or better installed
// 0 - use mogrify; 1 - use GD2; 2- use GD1
$usegd = 2;
I'll ask the host whether they have GD2 or GD1 installed.
They must have removed mogrify, too.. it used to work.
Linda
|
| |
January 5th, 2005, 08:29 PM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
you can run a phpinfo file to see what gd version your running
THERE ARE NO COMPATIBILITY PROBLEMS WITH VBULLETIN AND OUR SOFTWARE. A large majority of our users are VB3 users
|
| |
January 5th, 2005, 09:02 PM
|
#20 (permalink)
| | Member Verified Customer
Join Date: Jan 2004 Location: Illinois
Posts: 63
|
Seems to be working now!!! Yahoo!
|
| | |
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 09:14 PM. | |