PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Can't Delete Photos (http://www.photopost.com/forum/photopost-pro-installation-upgrades/116245-cant-delete-photos.html)

kernel-panic October 18th, 2005 08:09 AM

Can't Delete Photos
 
After upgrading to 5.2, photos can not be deleted on my installation. Users, moderators, and administrators are all unable to delete a photo. When I select the radio button under the "Delete" column and click Submit, the "Processing Completed" page comes up, the page refreshes, and the photo is still there. I can move photos to a new category though. What's the problem?

PHP 4.3.10
MySQL 4.0.18
MacOS X Server 10.3.9
We own the Xserve G5 that PhotoPost is running on, but there are 5 virtual hosts running.
UBB.Threads integration

http://www.realtree.com/photopost/

Chuck S October 18th, 2005 12:35 PM

I can't say without looking at it as long as you have a delete checkbox there and hit submit it should be deleted

Is delete permission set to yes in admin options?

kernel-panic October 18th, 2005 12:51 PM

Allow users to move... : Yes
Allow users to delete... : Yes

Chuck S October 18th, 2005 01:03 PM

Post a test login account and url here please

kernel-panic October 18th, 2005 01:39 PM

Login Page
login: demouser
pass: Nf6trm

I threw a few photos up there to play with.

Chuck S October 18th, 2005 01:52 PM

Please reupload all the required files and templates. If you have a delete button and it does not work it means your new files are not there.

Now the user you gave me has no delete rights so I could not test it but the only thing this could be is old files since I can delete on a normal photopost install if delete is on.

Also ensure edit priveledges are yes in usergroup settings

kernel-panic October 18th, 2005 02:36 PM

I re-uploaded all necessary files (except config-inc.php and images) and changed the edit privileges for "User" to Yes. Still not working.

What else can I check?

Here's my file list:
Code:

Content visible to verified customers only.

Chuck S October 18th, 2005 02:59 PM

Your delete works fine now. I uploaded an image and then deleted it no problem

kernel-panic October 18th, 2005 03:09 PM

We may be talking about 2 separate things...

I'm going to Profile > Manage Photos

Pick "Miscellaneous Images" category

Then, select the radio button in the "Delete" column for a photo, and click the "Submit" button. The "Processing Completed" page comes up then redirects to where you were, but the photo is still there.

Chuck S October 18th, 2005 03:49 PM

Yep we are

Okay for your issue in misc.php at line 1189 make this change in bold from int to string

typecast_wc('approve', STRING);

kernel-panic October 18th, 2005 04:12 PM

That fixed it.

One more thing...

I'm also having problems with bulk uploads. I've never done this before, but I tested it while experimenting my previous problem. I put in a full URL (http://clients.grayloon.com/motivation/index.html), but it didn't upload a single image from that URL. Did I use it incorrectly?

Chuck S October 18th, 2005 04:47 PM

It does not parse relative urls as it does not know where to find the images

<IMG src="thumbnails/achievement.jpg"

You need to have full url tags


All times are GMT -5. The time now is 03:06 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