PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Admin login problems (http://www.photopost.com/forum/photopost-pro-installation-upgrades/116143-admin-login-problems.html)

nymyth October 12th, 2005 08:37 PM

Admin login problems
 
Hi,

Just downloaded the new version of photopost and am integrating it with vbulletin 3.5. Had problems at first, until I went in manually through phpmyadmin and changed the settings.

However i cant access the admin part.

http://www.mysite.com/photopost/adm-index.php

When I use my login on the above url it logs me in but i dont see any of the admin files....also when it logs me in, my header for the forum has the login box empty...not sure whats going on....need help fast.

Thanks.

Peace

nymyth October 12th, 2005 09:02 PM

also noticed i cant browse my usergroups or my users, is this supposed to happen??

Also:

1. photpost cookie path is "/"
2. Forum cookie prefix is set to nothing
3. photopost cookie domain is set to nothing
4. In vbulletin my cookie path is "/"

What am I doing wrong??

Peace

nymyth October 12th, 2005 11:02 PM

Ok after looking in the install.php I found that there is no Create Table for usergroups, is this supposed to be like this??

Peace

nymyth October 12th, 2005 11:51 PM

ok so i found this tutorial:
http://www.photopost.com/members/for...admin+problems

After following this, the username now passes fine and I have access to the admin section, however neither the admin(myself) or a reg. user can upload a pic.

Peace

nymyth October 13th, 2005 12:09 AM

Ok, so I set the new permissions and reset the usergroups...that did the trick, however i now see this error...LOL

Error creating thumbnail! Error code: 1

Command:

"/usr/local/bin/mogrify" +profile "*" -size 100x48 -quality 70 -geometry 100x48 '/home/nitelifecrew/html/photopost/data/500/thumbs/index-1.jpg'

Any advice???

Peace

Chuck S October 13th, 2005 08:26 AM

Looks to be permissions issue with mogrify maybe its an old version and does not like the +profile line as that only works with current imagemagick versions

Try switching to gd2 and see if uploads work

nymyth October 21st, 2005 07:13 PM

well imagemagick is 6+, however my host said that GD is installed too....(GD2+)....however its still not working.....i dont see that error...i just see a blank page....any ideas???

Peace

Chuck S October 21st, 2005 09:23 PM

Your vb forum cookie prefix will be bb by default in the config file

You mean blank page as in white? sounds to me like a memory_limit issue. You might need to up the php memory_limit variable.

You can place this at the top of uploadphoto.php to see if it helps

ini_set("memory_limit", "24M");

nymyth October 21st, 2005 11:43 PM

still seeing a white page after adding that line of code at the top of uploadphoto.php

Peace

nymyth October 21st, 2005 11:47 PM

ok....with a refresh...that line of code worked....however now the redirect sends me to a blank page as opposed to the actual picture that ive uploaded.....any ideas on this??

Peace

nymyth October 22nd, 2005 12:13 AM

Ok chuck, what i see is when uploading a BIG image, i get that blank white screen....when i upload a small image a i get a processing image page followed by a redirect that takes me to a blank page(white page)....however the small images do show up in the gallery....the large image doesnt.

So it looks like 2 problems...
1. Big images not working (im assuming GD isnt correct)
2. small images work but dont redirect me to the right page after upload....anyone know why???

Peace

Chuck S October 22nd, 2005 08:50 AM

1. I posted in your other thread on this big images your server can only handle up to 2 mb but I posted something in your other thread that helps people this is a server issue not photopost

2. what do you mean the right page? What page do you think they should redirect you to and where do they? I think if you have upgrading you may not be aware of all the changes here

nymyth October 22nd, 2005 09:40 AM

^^Well I figured once you upload a picture, after its done being proccessed, it will take you to that picture...while mines takes me to a blank page

Peace

Chuck S October 22nd, 2005 10:29 AM

Your blank page is as I posted in the other thread your not finishing the process cause php is stopping. Please read my other post in your other thread

nymyth October 23rd, 2005 10:59 AM

Hey Chuck...I did what you said....but a 10.2kb file isnt uploading at all...does this mean that GD hasnt been installed correctly on the server??d

Peace

Chuck S October 23rd, 2005 11:02 AM

You would need to post your url and a test login for me to see whats going on and a link to your phpinfo.php

nymyth October 23rd, 2005 11:06 AM

http://devel.niteliferadio.com/photopost
un:testing
pw:goodgod

http://devel.niteliferadio.com/phpinfo.php

Peace

Chuck S October 23rd, 2005 11:10 AM

You do not have GD installed on your server so you cant use it

I begin to wonder if your host is telling you the truth here?

If Imagemagick exists and your path is correct you can try this edit here. Basically error code 1 means no permission usually. However some imagemagicks have a problem with the profile statement

In image-inc.php

Find this twice and remove it

\" +profile \"*\"

If your uploads still do not work and the path to Imagemagick is correct then your imagemagick on the server is not compiled with enable shared

Your host would need to assist you in either installing imagemagick correctly or compiling php with gd2 support

nymyth October 23rd, 2005 11:13 AM

I see this....
\" +profile \"*\"

do i get rid of all that?

Chuck S October 23rd, 2005 11:19 AM

Yes it is twice in that file


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