PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs From 1.0.0 (http://www.photopost.com/forum/bugs-1-0-0/)
-   -   RC3 Blank Pages for Moderate, Delete (http://www.photopost.com/forum/bugs-1-0-0/117465-rc3-blank-pages-moderate-delete.html)

imported_DougM February 5th, 2005 11:56 PM

RC3 Blank Pages for Moderate, Delete
 
The "Moderate" link returns a blank page. I viewed the source and indeed, it is empty? I did check to ensure it was uploaded with the new files.

"Delete This Image" from the "Image Tools" drop-down returns a blank page after clicking submit. I can still delete images by choosing "Edit Image" and using the delete option on that page.

Is there a common thread? Something I missed?

Fiber February 6th, 2005 03:45 AM

Re: RC3 Blank Pages for Moderate, Delete
 
I have the same issue, so these are just some bug fixes for Brian. :D

Brian February 6th, 2005 10:44 AM

Re: RC3 Blank Pages for Moderate, Delete
 
Have you modified your 'ADV_GALLERY_SHOWIMAGE' template? If so, you'll either need to revert it, or change the form action there to point to 'moderate.php' rather than 'misc.php' as all of the moderator actions have been moved to that file.

imported_DougM February 6th, 2005 11:34 AM

Re: RC3 Blank Pages for Moderate, Delete
 
Reverting 'ADV_GALLERY_SHOWIMAGE' fixed it.

Thank you.

Fiber February 6th, 2005 12:24 PM

Re: RC3 Blank Pages for Moderate, Delete
 
That fixed the "delete image problem" but, I still get the blank page for the "moderate New" page?

Brian February 6th, 2005 12:29 PM

Re: RC3 Blank Pages for Moderate, Delete
 
Where is the link for the moderate new page pointing?

Fiber February 6th, 2005 12:33 PM

Re: RC3 Blank Pages for Moderate, Delete
 
http://www.mysite.com/gallery/misc.php?do=moderate

Fiber February 6th, 2005 12:38 PM

Re: RC3 Blank Pages for Moderate, Delete
 
I am thinking since I modified the some of the templates when I had RC2 that maybe that lead to a problem when upgrading to RC3. Although, all I added was a few table grafics and did not touch or remove any other part of the templates.

Maybe this caused an issue when upgrading the templates for RC3?

Brian February 6th, 2005 12:41 PM

Re: RC3 Blank Pages for Moderate, Delete
 
If you check the release post, it gives you a list of templates that were updated there. The moderate link should be pointing to 'moderate.php' though.

Fiber February 6th, 2005 01:01 PM

Re: RC3 Blank Pages for Moderate, Delete
 
Had to go into the "adv_gallery_navbar" and change "misc.php" to "moderate.php"

So it looks like the templates possibly won't update if any changes were made prior to the RC3 upgrade.

ConqSoft February 6th, 2005 01:02 PM

Re: RC3 Blank Pages for Moderate, Delete
 
Quote:

Originally Posted by Fiber
Had to go into the "adv_gallery_navbar" and change "misc.php" to "moderate.php"

So it looks like the templates possibly won't update if any changes were made prior to the RC3 upgrade.

That's the way it works with all of vBulletin. Unchanged templates will be updated automatically, changed ones have to be handled manually.

Fiber February 6th, 2005 01:17 PM

Re: RC3 Blank Pages for Moderate, Delete
 
I am aware of that, but not in all cases.

No biggy, I can just revert them all and re apply those additions later.

:D

Ablistical February 6th, 2005 02:36 PM

Re: RC3 Blank Pages for Moderate, Delete
 
I installed Gallery RC3 new and I am still having this problem. I havent modified any files so there is no option to revert. After you try to modify/edit/delete and image it points to do=moderate blank page.

Brian February 7th, 2005 08:39 AM

Re: RC3 Blank Pages for Moderate, Delete
 
I'm not sure I'm following you here... I just tried editing, deleting, and every other admin option, but it's not giving me a problem...

vbusers11 February 7th, 2005 03:45 PM

Re: RC3 Blank Pages for Moderate, Delete
 
I have a clean RC3 install and had the same problem. Just to reiterate what I found by using search...

/gallery/moderate.php
Found:
Code:

Content visible to verified customers only.
Replaced With:
Code:

Content visible to verified customers only.
Found:
Code:

Content visible to verified customers only.
Replaced With:
Code:

Content visible to verified customers only.
All fixed. Thx Brian for the fix!

Shon February 7th, 2005 04:25 PM

Re: RC3 Blank Pages for Moderate, Delete
 
Well, I had this same problem, I saw that in the moderate.php file but I looked in the templates and the links were also there, so I updated them in the ADV_GALLERY_MODERATE template and it worked fine, I've also changed the moderate.php file since I seen this thread.

Also... in the ADV_GALLERY_MODERATE <if condition="$type == 'image'"> should be <if condition="$type == 'images'">

Search for (two instances):
Code:

Content visible to verified customers only.
and replace it with:
Code:

Content visible to verified customers only.


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