PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old October 12th, 2005, 08:37 PM   #1 (permalink)
Member
 
Join Date: May 2003
Posts: 68
Send a message via AIM to nymyth
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 is offline   Reply With Quote
Old October 12th, 2005, 09:02 PM   #2 (permalink)
Member
 
Join Date: May 2003
Posts: 68
Send a message via AIM to nymyth
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 is offline   Reply With Quote
Old October 12th, 2005, 11:02 PM   #3 (permalink)
Member
 
Join Date: May 2003
Posts: 68
Send a message via AIM to nymyth
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 is offline   Reply With Quote
Old October 12th, 2005, 11:51 PM   #4 (permalink)
Member
 
Join Date: May 2003
Posts: 68
Send a message via AIM to nymyth
ok so i found this tutorial:
Using vB3 but cannot login to PP after upgrade?

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 is offline   Reply With Quote
Old October 13th, 2005, 12:09 AM   #5 (permalink)
Member
 
Join Date: May 2003
Posts: 68
Send a message via AIM to nymyth
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
nymyth is offline   Reply With Quote
Old October 13th, 2005, 08:26 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 21st, 2005, 07:13 PM   #7 (permalink)
Member
 
Join Date: May 2003
Posts: 68
Send a message via AIM to nymyth
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
nymyth is offline   Reply With Quote
Old October 21st, 2005, 09:23 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
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");
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 21st, 2005, 11:43 PM   #9 (permalink)
Member
 
Join Date: May 2003
Posts: 68
Send a message via AIM to nymyth
still seeing a white page after adding that line of code at the top of uploadphoto.php

Peace
nymyth is offline   Reply With Quote
Old October 21st, 2005, 11:47 PM   #10 (permalink)
Member
 
Join Date: May 2003
Posts: 68
Send a message via AIM to nymyth
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 is offline   Reply With Quote
Old October 22nd, 2005, 12:13 AM   #11 (permalink)
Member
 
Join Date: May 2003
Posts: 68
Send a message via AIM to nymyth
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
nymyth is offline   Reply With Quote
Old October 22nd, 2005, 08:50 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 22nd, 2005, 09:40 AM   #13 (permalink)
Member
 
Join Date: May 2003
Posts: 68
Send a message via AIM to nymyth
^^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
nymyth is offline   Reply With Quote
Old October 22nd, 2005, 10:29 AM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 23rd, 2005, 10:59 AM   #15 (permalink)
Member
 
Join Date: May 2003
Posts: 68
Send a message via AIM to nymyth
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
nymyth is offline   Reply With Quote
Old October 23rd, 2005, 11:02 AM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 23rd, 2005, 11:06 AM   #17 (permalink)
Member
 
Join Date: May 2003
Posts: 68
Send a message via AIM to nymyth
http://devel.niteliferadio.com/photopost
un:testing
pw:goodgod

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

Peace
nymyth is offline   Reply With Quote
Old October 23rd, 2005, 11:10 AM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; October 23rd, 2005 at 11:19 AM.
Chuck S is offline   Reply With Quote
Old October 23rd, 2005, 11:13 AM   #19 (permalink)
Member
 
Join Date: May 2003
Posts: 68
Send a message via AIM to nymyth
I see this....
\" +profile \"*\"

do i get rid of all that?
nymyth is offline   Reply With Quote
Old October 23rd, 2005, 11:19 AM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
Yes it is twice in that file
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Login problems Anatole Classifieds Installation & Upgrades 1 October 14th, 2005 09:06 AM
Login problems Anatole Photopost Pro How Do I...? 1 October 14th, 2005 08:07 AM
Admin login problems rsailors ReviewPost Installation & Upgrades 1 March 8th, 2005 10:31 AM
Admin Login Problems Artist Photopost Pro Installation & Upgrades 16 February 27th, 2005 09:11 PM
Admin login stopped working... backup admin does work... LittleBrother ReviewPost Installation & Upgrades 2 July 1st, 2004 03:58 AM


All times are GMT -5. The time now is 03:50 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0