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 July 21st, 2009, 07:11 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jul 2009
Posts: 69
galery on forumhome

hi,

befor, sorry for my bad english...

i have now install the photopost pro in my vbulletin...

now my question, how get i the gallery under my navbar?

i hope you understand what i mean...

and now i found this problems
in inc_features.php


Warning: mysql_query() [function.mysql-query]: Access denied for user 'www-data'@'localhost' (using password: NO) in /www/htdocs/w00b850d/upload/photopost/inc_features.php on line 64

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /www/htdocs/w00b850d/upload/photopost/inc_features.php on line 64

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/w00b850d/upload/photopost/inc_features.php on line 67

Warning: mysql_query() [function.mysql-query]: Access denied for user 'www-data'@'localhost' (using password: NO) in /www/htdocs/w00b850d/upload/photopost/inc_features.php on line 137

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /www/htdocs/w00b850d/upload/photopost/inc_features.php on line 137
Access denied for user 'www-data'@'localhost' (using password: NO)

i hope you can help me


and now say my index from forum home this one


Warnung: mysql_query() [function.mysql-query]: Access denied for user 'www-data'@'localhost' (using password: NO) in [path]/photopost/inc_features.php (Zeile 64)

Warnung: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/photopost/inc_features.php (Zeile 64)

Warnung: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in [path]/photopost/inc_features.php (Zeile 67)

Warnung: mysql_query() [function.mysql-query]: Access denied for user 'www-data'@'localhost' (using password: NO) in [path]/photopost/inc_features.php (Zeile 137)

Warnung: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/photopost/inc_features.php (Zeile 137)
Access denied for user 'www-data'@'localhost' (using password: NO)


I DONT KNOW THAT MUST I DO NOW

Last edited by Noerenberg; July 21st, 2009 at 08:36 PM.
Noerenberg is offline   Reply With Quote
Old July 22nd, 2009, 12:33 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,720
PhotoPost Enhanced vB3 Index Integration

The actual instructions for that mod will help you. You might want to follow what is posted in bold.

You need to ensure the correct table prefix for your photopost tables is entered under admin EDIT INTEGRATION settings where asked and if your forum and photopost are in separate databases do as instructed in bold to modify the inc_features.php file with regards to the mysql_select_db lines and $link line.
__________________
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 July 22nd, 2009, 12:36 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jul 2009
Posts: 69
hi chuck,

i read the instruction, but i dont know what i make wrong..
my englsih is so bad and i found not the right way what must i put into the files..

can you say me where find i the correct table prefix?
Noerenberg is offline   Reply With Quote
Old July 22nd, 2009, 12:39 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,720
The correct table prefix of your photopost is under config settings most likely pp_

This must be put under edit integration settings where asked. You must then edit your inc_features.php file and alter the lines noted in the instructions to include your proper database name username password and host etc to connect to it

If your english skills are real bad maybe try using freetranslation.com and translate the instructions to a language you are good with if applicable?
__________________
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 July 22nd, 2009, 12:42 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jul 2009
Posts: 69
hi yes in every file stand pp_ and i have not change..

but i get every time the mistake...

i dont know what i must du know..
Noerenberg is offline   Reply With Quote
Old July 22nd, 2009, 12:48 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,720
Open inc_features.php find this

Code:
Content visible to verified customers only.
make it this and take note where I have placed in bold enter the proper information

Code:
Content visible to verified customers only.
Same thing here at the end of the file this line

Code:
Content visible to verified customers only.
Make it this and fill in the vbulletin database name

Code:
Content visible to verified customers only.
Basically you are uncommenting a couple of lines and telling the file the proper database info so it can grab the info. Your stuff is in separate databases so you must do this.
__________________
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 July 22nd, 2009, 12:59 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jul 2009
Posts: 69
hi, i put the information but i get the same mistakes


http://www.rhodesian-ridgeback-und-f...t/inc_features
Noerenberg is offline   Reply With Quote
Old July 22nd, 2009, 01:09 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Jul 2009
Posts: 69
ohh i see my mistake, i dont delete //

and now works...

thhhhhhhhhaaaaaaaaaaaaaannnnnnnkkkkkkksssssss

Last edited by Noerenberg; July 22nd, 2009 at 01:22 PM.
Noerenberg is offline   Reply With Quote
Old July 22nd, 2009, 01:32 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,720
Have a good day glad to assist.
__________________
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 July 22nd, 2009, 01:34 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Jul 2009
Posts: 69
HU HU,

i am again, i get only a black picture on my feature pics
Noerenberg is offline   Reply With Quote
Old July 22nd, 2009, 01:40 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Jul 2009
Posts: 69
and when i upload pics, the quality is soooo bad...you can me say why?

i fixed it self, now i have only the problem that the pics on my forumhome only black..

Last edited by Noerenberg; July 22nd, 2009 at 01:46 PM.
Noerenberg is offline   Reply With Quote
Old July 22nd, 2009, 01:48 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,720
I am confused your license is for some other site using vbgallery

Are you helping out a friend?

1. You can place a trailing slash on the data url in edit integration in admin to get rid of black images

2. Your thumbnails look fine to me
__________________
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 July 22nd, 2009, 01:51 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Jul 2009
Posts: 69
Quote:
Originally Posted by Chuck S View Post
I am confused your license is for some other site using vbgallery

Are you helping out a friend?

1. You can place a trailing slash on the data url in edit integration in admin to get rid of black images

2. Your thumbnails look fine to me
oh sorry, yes i help a friend..and i put by her the photopost pro, and now i have only black picture on forumhome

what do you mean must i do know
Noerenberg is offline   Reply With Quote
Old July 22nd, 2009, 01:53 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,720
read my response above number 1 will get rid of black images
__________________
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 July 22nd, 2009, 02:01 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Jul 2009
Posts: 69
sorry i dont know what do you mean, i put all information exactly on forum home, but the preview from the picture in featured pics only black
Noerenberg is offline   Reply With Quote
Old July 22nd, 2009, 03:45 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,720
In admin => edit integration there is this setting

URL to your PhotoPost DATA directory

you enter this

http://www.rhodesian-ridgeback-und-f...photopost/data

It should be this

http://www.rhodesian-ridgeback-und-f...hotopost/data/
__________________
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 July 22nd, 2009, 05:03 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Jul 2009
Posts: 69


so sorry...

now is alllllllllllllll perfect..

thanks for your perfect support
Noerenberg is offline   Reply With Quote
Old July 22nd, 2009, 05:41 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,720
Have a good day.
__________________
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 July 22nd, 2009, 06:25 PM   #19 (permalink)
Member
Verified Customer
 
Join Date: Jul 2009
Posts: 69
aehm hi...

can you say me why is the quali from the thumbnails so bad?
Noerenberg is offline   Reply With Quote
Old July 22nd, 2009, 06:45 PM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,720
CIMG1458 - RR und Freunde Gallery

what image processor are you using? GD2?
__________________
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
Cant see images on forumhome wired Installs and Upgrade - vBulletin 3.6x 4 December 26th, 2008 06:51 PM
Images on FORUMHOME Jason2 Photopost Pro Bug Reports 2 February 21st, 2008 04:33 PM
pp5.62 forumhome ArVeeGee Photopost Pro How Do I...? 1 July 12th, 2007 03:57 PM
Shown the galery in recent photos Nuve Photopost Pro How Do I...? 1 May 14th, 2007 06:18 PM
RP in VbAdvanced and Forumhome ab7fh ReviewPost Installation & Upgrades 3 October 23rd, 2006 04:54 PM


All times are GMT -5. The time now is 09:05 AM.

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