PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Major Trouble In Little Cruising. (http://www.photopost.com/forum/photopost-pro-installation-upgrades/132238-major-trouble-little-cruising.html)

sean9715 June 19th, 2007 01:36 PM

Major Trouble In Little Cruising.
 
Hey all,

I guess this is the place to go for support, eh? B=0

I've been brought on my boss to "fix" the major problem we're having in trying to impliment PhotoPost. We have the PhotoPost running HERE - http://photos.cruisecritic.com/ - and it seems to be up and functioning.

It does know if you're a user of or fourms (http://boards.cruisecritic.com) so that part is cool. When you try and upload a photo, that's where the nightmare begins:

Warning: copy(C:Inetpubwwwrootphotopost/data/2/1001.jpg): failed to open stream: No such file or directory in C:\Inetpub\wwwroot\photopost\uploadphoto.php on line 679

Warning: getimagesize(C:Inetpubwwwrootphotopost/data/2/1001.jpg): failed to open stream: No such file or directory in C:\Inetpub\wwwroot\photopost\image-inc.php on line 247

Warning: Division by zero in C:\Inetpub\wwwroot\photopost\image-inc.php on line 292

Warning: getimagesize(C:Inetpubwwwrootphotopost/data/2/1001.jpg): failed to open stream: No such file or directory in C:\Inetpub\wwwroot\photopost\image-inc.php on line 91

Warning: unlink(C:Inetpubwwwrootphotopost/data/2/1001.jpg): No such file or directory in C:\Inetpub\wwwroot\photopost\image-inc.php on line 103

Now, looking at the support documentation, we installed ImageMagick on the server and pointed the config-inc.php to it:

$mogrify_command = "C:\progra~1\ImageMagick-6.3.4-Q16\mogrify.exe";

Still, obviously, it doesn't work. Can anyone here please help us get this up and running?

THANKS!

- mike.

------------------------------
Michael Ostrich
Cruise Critic
e: mike@cruisecritic.com
w: www.cruisecritic.com

Chuck S June 19th, 2007 02:54 PM

Simple here

well you can test later if imagemagick works or not and try using gd2 instead but lets deal with the error.

Look at your error here. It tells me whomever installed this tried using backslashes in paths not forward slashes. You can not store backslashes in mysql hense on web applications you always use forward slashes

In your admin global and storage options you need to correct all you paths like so

C:/Inetpub/wwwroot/photopost/data/

C:/Inetpub/wwwroot/photopost/uploads

sean9715 June 20th, 2007 09:04 AM

hey Chuck,

THANKS! That helped tremendously! :)

Now onto the next issue:

We're got users that are admins in vBulletin that we'd like to make admins in the Photos section. Per this url - http://www.photopost.com/manual/admin.html#users - it says the following:

"The user admin panel allows you to modify user information, delete users, or add new users. In addition to modifying users you can also section off users into different user groups, such as unregistered or banning users. etc..."

Perhaps I'm totally blind, but in the admin panel that we have there is no "edit users" or anything of that like. Here's the options we have under Administration:

Administration
Edit Config
Edit Integration

Edit Stylesheet
Edit Templates

Edit Header
Edit Headtags
Edit Footer

Edit Usergroups
Edit Categories

Show PHP Info

Any ideas?

- mike.

Chuck S June 20th, 2007 09:12 AM

edit users is only for internal installs

sean9715 June 20th, 2007 09:32 AM

Chuck,

Quote:

Originally Posted by Chuck S (Post 1198911)
edit users is only for internal installs

So how do we create users to admin the photos section?

- mike.

Chuck S June 20th, 2007 09:44 AM

Your integrating with a forum right you do all user stuff there. Which means you create users place them in a special usergroup and set permissions then in admin of photopost for that group to be admins or mods in the gallery


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