![]() |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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"); |
still seeing a white page after adding that line of code at the top of uploadphoto.php Peace |
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 |
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 |
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 |
^^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 |
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 |
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 |
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 |
http://devel.niteliferadio.com/photopost un:testing pw:goodgod http://devel.niteliferadio.com/phpinfo.php Peace |
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 |
I see this.... \" +profile \"*\" do i get rid of all that? |
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