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 > ReviewPost Pro Support Forums > ReviewPost Installation & Upgrades

ReviewPost Installation & Upgrades If you're having problems getting ReviewPost Pro to work or receiving errors while running RP, seek help here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old August 29th, 2007, 03:17 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Apr 2007
Posts: 46
Can't install reviewpost

I already have photopost (and I am very happy with it.)
I just tried to add review post where I used more or less the same installation
data as photopost but I cannot access the admin -
( I assume it is the same admin name as photopost / vbulletin )

http://my.lifeinitaly.com/



Here is the reviewpost directory:
http://my.lifeinitaly.com/review/


Paolo
__________________

Last edited by lifeinitaly; August 29th, 2007 at 04:36 PM.
lifeinitaly is offline   Reply With Quote
Old August 29th, 2007, 05:00 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,071
Do you have a test login to post here so we can respond with our diagnosis
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 29th, 2007, 08:55 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Apr 2007
Posts: 46
Sorry - what do you mean by test login ?
If I try to log in the admin I get the following:
( While the top line says welcome paolo - the bottom tells me invalid login )


Welcome, paolo.
You last visited: Today at 05:57 PM
Private Messages: Unread 0, Total 30. Total Threads: , Total Posts: , Registered Members:
Currently Active Users: ( members and guests)
Welcome to our newest member,


Search Forums


Show Threads Show Posts
Advanced Search

Quick Links
Today's Posts
Mark Forums Read
Open Buddy List
User Control Panel
Edit Signature
Edit Profile
Edit Options
Miscellaneous
Private Messages
Subscribed Threads
My Profile
Who's Online

Go to Page...


Home · Search · Member List · Register




My Product Gallery Message
Invalid login. Please check your username and password, or register.
lifeinitaly is offline   Reply With Quote
Old August 29th, 2007, 11:17 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,071
I would suggest you rerun install and make sure all required information has been entered correctly and the correct integration type is selected if you get invalid login.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 30th, 2007, 08:23 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: Apr 2007
Posts: 46
Thanks Chuck
I was afraid to re-run the install, but I did and it worked. I assume that I had problems with trailing or end slash ( Maybe the config should specify and give an example for each path ).
Ciao
Paolo
lifeinitaly is offline   Reply With Quote
Old August 30th, 2007, 08:27 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,071
The config will suggest paths etc but its always up to users to check the information
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 30th, 2007, 10:51 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Apr 2007
Posts: 46
Well sorry Having problems uploading images

If I upload a 128k image I get the error:
Error creating thumbnail! Error code: 1

So I tried uploading a very small image to see if file size was the issue but this time I received 2 errors :

Error creating thumbnail! Error code: 1

Command: "/var/www/vhosts/lifeinitaly.com/subdomains/my/httpdocs/photopost/mogrify" -size 75x100 -quality 70 -geometry 75x100 /var/www/vhosts/lifeinitaly.com/subdomains/my/httpdocs/review/data//2/thumbs/s73.jpg

I just re-cheked the directory structure ( chmod ) and it seems like all the rights are ok

Any idea ?
Thanks ... again
Paolo
lifeinitaly is offline   Reply With Quote
Old August 30th, 2007, 11:42 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,071
Look at your path in global options in admin remove that extra trailing slash off your data server path
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 30th, 2007, 12:38 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Apr 2007
Posts: 46
Sorry Chuck to bother you again , but I am almost there - I cannot generate the thumbnails - The image of the product is on the right - but No thumbs ( I tried to re-generate them but nothiing ) See
http://my.lifeinitaly.com/review/sho...roduct/1/cat/2

P
lifeinitaly is offline   Reply With Quote
Old August 30th, 2007, 02:08 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,071
what is the error you get trying to generate a thumbnail?

I would suggest you make sure the thumbs directory is 777 under that data directory
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 31st, 2007, 02:01 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Apr 2007
Posts: 46
Thanks Chuck - That helped ! There are subdirectories of data>1 and and data>2 So maybe the install.htm should reflect that with :

reviewpost
> images (chmod 755)
> uploads (chmod 777)
>> 1 (chmod 777)
> help (chmod 755)
> data (chmod 777)
>> 1 (chmod 777)
>>> Thumbs (chmod 777)
>>> Large (chmod 777)
>>2 (chmod 777)
>>> Thumbs (chmod 777)
>>> Large (chmod 777)
>> 3 (chmod 777 )
>>> Thumbs (chmod 777)
>>> Large (chmod 777)
> 500 (chmod 777)

Sorry baout the formatting
lifeinitaly is offline   Reply With Quote
Old August 31st, 2007, 04:11 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,071
http://www.reviewpost.com/installphp.html

Yep its always every level down
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   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
2.1 fresh install and... well, can't install. Database error. Exilera Installs and Upgrade - vBulletin 3.6x 6 December 2nd, 2006 09:50 AM
Install Reviewpost first then Vbulletin later? spartanic Before You Buy 1 January 30th, 2006 09:09 AM
One ReviewPost install shared by 2 VB forums? siteworthy Before You Buy 7 November 11th, 2005 12:40 PM
reviewpost.sql is missing. Please restart with file in same directory as install.php neal ReviewPost Installation & Upgrades 2 August 4th, 2004 02:34 PM


All times are GMT -5. The time now is 04:23 PM.

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