PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Installation & Upgrades (http://www.photopost.com/forum/reviewpost-installation-upgrades/)
-   -   Admin login loop (http://www.photopost.com/forum/reviewpost-installation-upgrades/113569-admin-login-loop.html)

zeropaid April 19th, 2005 07:08 PM

Admin login loop
 
I recently installed review post, but i was unable to successfully login to the admin section of review post.

It appears that cookies are written, and the login screen reconizes my login, cause i can't login test/test who doesn't exist.

So it's finding my username, but i can't get past the login screen.

So here i sit, unable to login.

Please help

dprice April 19th, 2005 11:38 PM

I just upgraded,too, and I am stuck in the same loop...


Anybody?

dprice April 20th, 2005 08:50 AM

I looked in the RP_Settings table looking for anything dealing with cookies and domain in line 181-183 like on PP and looks like the table is setup different because it doesnt exist anywhere.

I am definately having some sort of cookie issue because when I login to the galleries as a normal user and try to click on item, it shows me as logged in but tells me I need to be registered to view.

And when I log into the admin control panel, it continues to loop me back to login after I receive a login successfull message.

Appears as if all my upgrades took since it is showing version 2.91 in the database table RP_settings.

Thanks for hearing me out, Chuck!

Chuck S April 20th, 2005 09:37 AM

First off what type of integration?

What is the url to your install?

How about posting a test login does not need to be admin just a regular one

Then we can tell ya whats wrong where.

dprice April 20th, 2005 10:02 AM

VB3 integration

www.v-twinforum.com/reviewp/

As for a login, just use your OMEGATRON login that you used for my figuring out what was wrong with my Photopost install.

Thanks Chuck!

Chuck S April 20th, 2005 10:09 AM

cookie settings are in the config-inc.php file yours should read this and also make sure your vblicense number is entered correctly

Code:

Content visible to verified customers only.

also check your data path or more likely do you have some super htaccess thing going on as your images look blocked

dprice April 20th, 2005 10:31 AM

Ok, I added the cookie prefix of "bb" and now I can start accessing some areas. When I get to the ADMIN CP, I get this error:

Warning: opendir(): open_basedir restriction in effect. File(/home/http/vhosts/v-twinforum.com/httpdocs/reviewp/) is not within the allowed path(s): (/home/httpd/vhosts/v-twinforum.com/httpdocs:/tmp) in /home/httpd/vhosts/v-twinforum.com/httpdocs/reviewp/adm-main.php on line 18

Warning: opendir(/home/http/vhosts/v-twinforum.com/httpdocs/reviewp/): failed to open dir: Operation not permitted in /home/httpd/vhosts/v-twinforum.com/httpdocs/reviewp/adm-main.php on line 18

Warning: readdir(): supplied argument is not a valid Directory resource in /home/httpd/vhosts/v-twinforum.com/httpdocs/reviewp/adm-main.php on line 20

Warning: closedir(): supplied argument is not a valid Directory resource in /home/httpd/vhosts/v-twinforum.com/httpdocs/reviewp/adm-main.php on line 28



Whats next?

Chuck S April 20th, 2005 10:35 AM

Looks to me like your path statements are wrong. Make sure all your path statements are like this

/home/httpd/vhosts/v-twinforum.com/httpdocs/reviewp


not

/home/harleyda/public_html/reviewp

dprice April 20th, 2005 10:43 AM

Other errors when attempting to rebuild thumbnails:

Code:

Content visible to verified customers only.

dprice April 20th, 2005 11:03 AM

Quote:

Originally Posted by omegatron
Looks to me like your path statements are wrong. Make sure all your path statements are like this

/home/httpd/vhosts/v-twinforum.com/httpdocs/reviewp


not

/home/harleyda/public_html/reviewp

Path fixed...Error messages:

Code:

Content visible to verified customers only.

Chuck S April 20th, 2005 11:08 AM

well that is trying to stat your data directory I doubt your data directory is at

/home/httpd/vhosts/v-twinforum.com/httpdocs/reviewp/

would it not be

/home/httpd/vhosts/v-twinforum.com/httpdocs/reviewp/data/

dprice April 20th, 2005 11:23 AM

Data path is correct, I added "/data" without the trailing slash and it still produces the same errors:

Code:

Content visible to verified customers only.
what about these rethumbnailing errors?

Code:

Content visible to verified customers only.


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