 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
October 12th, 2005, 08:37 PM
|
#1 (permalink)
| | Member
Join Date: May 2003
Posts: 68
| 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
|
| |
October 12th, 2005, 09:02 PM
|
#2 (permalink)
| | Member
Join Date: May 2003
Posts: 68
|
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
|
| |
October 12th, 2005, 11:02 PM
|
#3 (permalink)
| | Member
Join Date: May 2003
Posts: 68
|
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
|
| |
October 12th, 2005, 11:51 PM
|
#4 (permalink)
| | Member
Join Date: May 2003
Posts: 68
|
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
|
| |
October 13th, 2005, 12:09 AM
|
#5 (permalink)
| | Member
Join Date: May 2003
Posts: 68
|
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
|
| |
October 13th, 2005, 08:26 AM
|
#6 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
October 21st, 2005, 07:13 PM
|
#7 (permalink)
| | Member
Join Date: May 2003
Posts: 68
|
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
|
| |
October 21st, 2005, 09:23 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
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");
|
| |
October 21st, 2005, 11:43 PM
|
#9 (permalink)
| | Member
Join Date: May 2003
Posts: 68
|
still seeing a white page after adding that line of code at the top of uploadphoto.php
Peace
|
| |
October 21st, 2005, 11:47 PM
|
#10 (permalink)
| | Member
Join Date: May 2003
Posts: 68
|
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
|
| |
October 22nd, 2005, 12:13 AM
|
#11 (permalink)
| | Member
Join Date: May 2003
Posts: 68
|
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
|
| |
October 22nd, 2005, 08:50 AM
|
#12 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
October 22nd, 2005, 09:40 AM
|
#13 (permalink)
| | Member
Join Date: May 2003
Posts: 68
|
^^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
|
| |
October 22nd, 2005, 10:29 AM
|
#14 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
October 23rd, 2005, 10:59 AM
|
#15 (permalink)
| | Member
Join Date: May 2003
Posts: 68
|
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
|
| |
October 23rd, 2005, 11:02 AM
|
#16 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
October 23rd, 2005, 11:06 AM
|
#17 (permalink)
| | Member
Join Date: May 2003
Posts: 68
| |
| |
October 23rd, 2005, 11:10 AM
|
#18 (permalink)
| | Photopost Developer Verified Customer
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
Last edited by Chuck S; October 23rd, 2005 at 11:19 AM.
|
| |
October 23rd, 2005, 11:13 AM
|
#19 (permalink)
| | Member
Join Date: May 2003
Posts: 68
|
I see this....
\" +profile \"*\"
do i get rid of all that?
|
| |
October 23rd, 2005, 11:19 AM
|
#20 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,687
|
Yes it is twice in that file
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 03:50 PM. | |