PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Photo Upload problem - Was working before! (http://www.photopost.com/forum/photopost-pro-installation-upgrades/111223-photo-upload-problem-working-before.html)

rossi December 30th, 2004 12:29 AM

Photo Upload problem - Was working before!
 
On my forum all the sudden noone can upload photos anymore. This was working fine until 2 days ago and no changes were made to the installation

When trying to upload a photo after hitting submit you get a screenthat says:

No more images found.
Click here to return to main menu.

No new pictures are on the site after you submit and I don't see any pictures in the uploads directory. My uploads folder and subfolder has 777.

It also looks like it actually is trying to upload after hitting submit because the bigger the image I test with the longer it takes before I get the no more images found message.

You should be able to register a new account and try to upload to test this. I've tried to upload with a couple of different accounts but no luck.

Any inside or help is appreciated.

The site is http://www.scrappinchicks.info/gallery/

Rossi

rossi December 30th, 2004 08:18 AM

Additional information:

If I upload the picture via ftp to the uploads/9 folder and then
set a checkmark next to:

Skip upload and process the files in your upload directory

it works like a charm.

So is this a file permission issue or a problem because it's using folder 9? (Where is this set by the way?)

lakerszone December 30th, 2004 01:27 PM

FYI.

Can not upload photos either using my test accounts. The option is not on the menu although I am allowing using to upload.

http://www.microrczone.com/gallery/index.php

Chuck S December 31st, 2004 07:13 AM

This is because if you check your host has upgraded php and file uploads do not work. You need to check with them on the steps needed to allow file uploads to work again. I see alot of people affected by this new php 4.3.1rc10 release or something like this

It also seems to vary by host what restrictions they place on the tmp directory

rossi December 31st, 2004 07:35 AM

Thanks Omegatron,

that was it! You rock as always!

Rossi

lakerszone December 31st, 2004 02:08 PM

FYI.

The options to upload does not show on the menu although it is set to allow users to upload:

Allow users to upload photos? is set to "yes"

Chuck S January 1st, 2005 08:45 AM

You can try this in your vb3.php file

find this

global $CatPerms, $ueditpho, $ueditposts, $exclude_cat;

add beneath

$User = array();

lakerszone January 4th, 2005 02:00 PM

I found my problem.
 
Quote:

Originally Posted by omegatron
You can try this in your vb3.php file

find this

global $CatPerms, $ueditpho, $ueditposts, $exclude_cat;

add beneath

$User = array();


FYI.

Under "Usergroups" had changed "Allow Uploads?" to Yes for registered users.


Brian
www.microRCzone.com


All times are GMT -5. The time now is 03:12 PM.

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