PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Blank Screen - Step 4 // and other Blank Screens (http://www.photopost.com/forum/photopost-pro-installation-upgrades/132736-blank-screen-step-4-other-blank-screens.html)

ntburchf July 30th, 2007 09:26 PM

Blank Screen - Step 4 // and other Blank Screens
 
Hi all,

No matter what I do, I can not get past step 4-
due to white / blank screen-.
Even though it's installed,
you can go to the domain.com/photopost/
and it's a whitescreen there

Go to the
domain.com/photopost/adm-index.php
it ask you to logon, put in username pass
hit enter, returns a white screen.

I've manually set the cookie prefix in the db for photopost, hoping that was it-
nope no good-
still nothing

It could be path settings on this windoz box. (i'm used to *nix pathing)

what are the proper slashes on these paths for windows?

/ or \ ??
and do the paths end in \ / or not?

Code:

Content visible to verified customers only.
Forum cookie matches what is set in the forums conf-inc.php file
Code:

Content visible to verified customers only.
Which paths end with slashes, which dont?
which Url's end with slashes and which dont?

Spend already a week messing around with this-
VBgallery took like 2 mins to install and get working-

Thanks!

Chuck S July 30th, 2007 09:45 PM

D:/inetpub/wwwroot/forum/photopost

Your path should be that

If you can not get past step 4 I would think you need to check on config section you specified the right vb database info and on step 4 you specify your correct vb database prefix

ntburchf July 30th, 2007 10:09 PM

Hi Chuck,

Thanks-
Will try those changes-

pretty sure when I put in the wrong DB it returns an error about can not connect to the Users DB :)

VB and Photo installed in the same db also-
so if it can connect to the photo db, I would assume it would see the vb3_ db

ntburchf July 30th, 2007 10:11 PM

ohh PS

D:/inetpub/wwwroot/forum/photopost

which setting?
there's like 5 in the DB that d:\ stuff

there's this error in the php logs also

Code:

Content visible to verified customers only.

ntburchf July 30th, 2007 10:50 PM

Got it, thanks!

had to put / on the end of some of those paths for it to work-

ntburchf July 30th, 2007 11:07 PM

ok stupid question time-

domain.com/photopost/adm-index.php
allows me to logon
redirects me to photopost/index.php
if I try to go back to the adm-index.php
tells me I'm not an admin

so where's the config / control panle for this?

Chuck S July 31st, 2007 09:34 AM

How about you post a URL here so we can see where your at. You have made many posts with different questions so lets see where your at

looks like that one config file is corrupt replace it

ntburchf August 1st, 2007 04:37 AM

All those files from the download are pretty much useless.
If i open them on a linux box, every one of them has to be converted from dos newline, to linux formated.
Looks like they were made with Wordpad, or MSword :)

Running both vbgallery and photopost.
Photopost
http://forum.scubatoys.com/photopost/

VBGallery
http://forum.scubatoys.com/gallery/

Not a big fan of windbloz O/S let's just say.
Just happens this box is on windows.

It's running I guess, just can not get into the admin panel, so it's pretty much
dead project right now.

When I go here
http://forum.scubatoys.com/photopost/adm-index.php
all i get is
Code:

Content visible to verified customers only.

Chuck S August 1st, 2007 06:57 AM

Yes your cookies are not right try making sure in photopost using phpmyadmin try running this query

UPDATE pp_settings SET setting='bb' WHERE id=172

Your vb should be this

cookie path /

cookie prefix bb

cookie domain BLANK is fine with your domain

ntburchf August 7th, 2007 08:58 AM

Quote:

Originally Posted by Chuck S (Post 1201528)
Yes your cookies are not right try making sure in photopost using phpmyadmin try running this query

UPDATE pp_settings SET setting='bb' WHERE id=172

Your vb should be this

cookie path /

cookie prefix bb

cookie domain BLANK is fine with your domain

Why would I set the prefix to bb?
In VB and Photo it's both set to
stbb1

Chuck S August 7th, 2007 09:23 AM

You set it to match vb. bb is an example and is the default prefix on most every vb install unless you alter it in their config file ;)

ntburchf August 8th, 2007 01:22 AM

I know that :)

First post stated that they both match --
both are stbb1

Try to get to the adm-index.php and all I get is

You are not a valid administrator or moderator!

So what's the secret to getting this working on either linux or windows.
I now have it installed on both, and neither work.?
vbgalley works, just not photopost.

ntburchf August 8th, 2007 01:29 AM

on redhat rhel v4 now-

config-inc.php
Code:

Content visible to verified customers only.
config-int.php
Code:

Content visible to verified customers only.
also, what's the point of have config files, if the info is coded into the db, and any changes have to be made via phpmyadmin ?

ntburchf August 8th, 2007 02:29 AM

Got it,

just edited the database and added a / to all the paths-
go figure

Chuck S August 8th, 2007 10:40 AM

enjoy

In the future please provide direct links. If all you where missing was a trailing slash. That could be answered real fast by seeing the actual site

You yourself answered your own question the very same day and now a week and a half later are doing the same thing again.

http://www.photopost.com/forum/showp...25&postcount=5


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