PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Blank page when approving and various other things... (http://www.photopost.com/forum/photopost-pro-installation-upgrades/123137-blank-page-when-approving-various-other-things.html)

Phrost2 February 16th, 2006 04:57 PM

Blank page when approving and various other things...
 
I'm getting blank page on my PhotoPost 5.3 installation when I try to approve new files, make changes to the configuration... etc...

It seems that anything that references adm-misc.php and passes along POST variables encounters this problem. If variables are passed via GET, there's no problem, but when I try to do anything that passes along things like $admact via POST, there is a totally blank page returned (even viewing source shows nothing, no HTML tags or anything).

I can't figure out why this is happening or how to correct it!

Chuck S February 16th, 2006 06:59 PM

Our forums use post in the forms I am seeing in adm-misc.php and we typecast the variables using $_REQUEST which means $_POST or $_GET will both work

Phrost2 February 20th, 2006 03:20 PM

Quote:

Originally Posted by Chuck S
Our forums use post in the forms I am seeing in adm-misc.php and we typecast the variables using $_REQUEST which means $_POST or $_GET will both work

I realise that, and it's the same on my forums. Everything BUT Photopost works just fine.

This is a reproducable problem with Photopost and Photopost ONLY, which is why I am post here, instead of looking at other avenues, since I don't have any problems with any other software on the server.

So really, I'm looking for a solution to the problem, and not a "Well, it works for me!" response, since that doesn't really fix my problem or even give me any ideas on where to continue looking.

You say that both $_POST and $_GET work, but I'm telling you they don't. They are not populated at all. Nothing is populated, so obviously there's a problem somewhere with Photopost, but I can't find it.

Chuck S February 20th, 2006 05:42 PM

I said forms not forums ;) yes both $_GET and $_POST populate fine. You are the first person to post an issue like this

We use POST all over our program and it works fine for everyone. Issue would be to see why your site is not working and the first thing to check would be your server setup. So lets get started

Post a phpinfo link to your PHP setup here so I can see how its set up.

Phrost2 February 21st, 2006 04:02 PM

Here's a link to my phpinfo : http://www.bullshido.net/gallery/phpinfo.php

I know this is a problem with my specific setup, not with the Photopost code per se. The interaction of something in my setup and Photopost is causing this, obivously, but I've tried exploring every avenue I could. Even twiddling with adm-misc.php to dump the $_POST/$_GET variables and exit yields a blank page. The other scripts that aren't using adm-misc.php seem to be working just fine, which is why it's a real stumper.

Oh, should also add, since this started happening, we've reinstalled photopost from the distribution archive. We did NOT remove the photopost database, however, since we have too much to rebuild. Given that fact, I'm inclined to say it's something within the DB that's causing it, but you've got me as to what that could possibly be.

Chuck S February 21st, 2006 04:22 PM

feel free to send ftp info phpmyadmin info and admin login

Phrost2 February 21st, 2006 05:04 PM

PM sent with info


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