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 January 17th, 2004, 04:08 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2004
Posts: 5
how to debug UBBt integration?

I have installed photopost and want to integrate it
with my UBBthreads installation. Hooked up the database
and it apparently works.
But now, when I try to login to photopost, it always
says bad password. How can I figure out what is wrong
with checking the user in the UBB database?
jigger is offline   Reply With Quote
Old January 17th, 2004, 07:08 PM   #2 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,858
Are you sure you are pointing the user database to your ubbthreads database?
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Old January 17th, 2004, 10:18 PM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2004
Posts: 5
debugging database connection

That's just the point. I'm trying to see what's wrong with the database connection. I've set the config to point to the UBB database- but apparently there's something amiss. It probably is generating errors trying to access the info.
Is there any way to see those errors?
jigger is offline   Reply With Quote
Old January 18th, 2004, 08:54 AM   #4 (permalink)
donb
Guest
 
Posts: n/a
They would be displayed on screen if there were any MySQL errors.


PM me a url and a username/password to test with, I would like to do some comparisons.
  Reply With Quote
Old February 10th, 2004, 05:31 PM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2004
Posts: 10
Invalid Login

Hi,

I have the same issue, I installed the first time with UBB threads intgration and found that photo post says invalid login when entering any user name and password.

I tried another install without integration and it works fine, pictures upload resize etc. So I deleted the install and did it again selecting UBB integration. I know the database path must be correct because on the main screen photo post shows the correct amount of users in UBB but nobody can login. Even myself.

BUT A NEW USER REGISTERING FOR THE UBB BOARD CAN LOG IN ??? EXISTING USERS CAN"T...

Windows 2003 server
current release of photo post
UBB Threads UBB.threads™ 6.4 no hacks

the weird thing is that in UBB I now get an error when clicking on "forgot password" when hitting submit after entering a user name I get:
"Fatal error: Call to undefined function: headers() in E:\_UBB\TheJerseyDevil\UBBTHREADS\start_page.php on line 103
"

when a bad user name is put in it says can't find user name for "BLANK AREA" (it writes nothing)

This worked fine before the install.

Any help would be greatly apreciated -Scott


Here's the config:

<?php
//**************** External Header Configuration ****************//
//
// the isset prevents vB headers from being sent during login/logout -
// do not remove this line as it may cause the vB headers to interfere with the login/logout process
//
// To include the file, edit the header-inc.php
//

if ( !isset($skip_exheader) ) {
include "header-inc.php";
}

// PhotoPost Pro Version Number
$VERSION = "4.6.6";

// Path to your PhotoPost installation - no end slashes
$PP_PATH = "E:/The_Jersey_Devil/photopost";

//**************** MySQL Database Configuration ****************//

// PhotoPost database host address, or leave as localhost
$host="localhost";

// PhotoPost's database name
$database="The_Jersey_Devil";

// MySQL username and password to access PhotoPost's database
//
// These two variables are for the userid and password needed to access
// the PhotoPost database named above.
$mysql_user="root";
$mysql_password="edited out";

// User database host address, or leave as localhost
$host_bb="localhost";

// If you want to use a prefix for your database, enter it here.
// NOTE: This variable can only be set PRIOR to your first installation of PhotoPost;
// existing databases will not be changed and you will be unable to connect if you change
// this variable after performing a default installation.
$pp_db_prefix = "PhotoPost_";

// User database MySQL database name
//
// This is the variable for the User Database; if you are using Internal
// as your registration system, then these variables are the same as the
// ones above. If you are linking to a message board system,
// thse variables should be set to the database, user and password for that
// database.
$database_bb="The_Jersey_Devil";

// MySQL username and password to access user database
//
// These two variables are for the userid and password needed to access
// the PhotoPost or BB database.
$user_bb="root";
$password_bb="edited out";

//
// VB3 License Number required for VB3 integration
//
$vblicense = "***YOUR VB LICENCE NUMBER ***";

//**************** Application Configuration ****************//

// Are the Galleries OPEN or CLOSED?
// set this to "closed" if you want your gallery to be offline
$ppboards="open";

// Display message when closed
$closedmsg = "The boards are temporarily down for maintainence.";

// Language
// This needs to be set to the name of the directory used inside of the languages directory
$pplang = "english";

//////////////////////// Application Configuration ////////////////////////////////
// These variables set the path to the UNZIP, MOGRIFY and JHEAD commands on your system
//
// This only needs to be set if you are allowing ZIP uploads. These are full paths,
// including the name of the executable (.exe extensions for windows)
// The -j option for Info-ZIP's UNZIP tells it to ignore paths in ZIP file
//
// This option is only used in the event the internal UNZIP does not work for you
//$zip_command = "/usr/bin/unzip -j";

// Path to MOGRIFY executable
// There should be no spaces in the directory names, use short names if necessary.
// Examples:
// $mogrify_command = "c:\progra~1\imagemagick\mogrify.exe";
// $mogrify_command = "c:\ImageMagick\mogrify.exe";
$mogrify_command = "C:/Program Files/ImageMagick-5.5.7-Q8/mogrify.exe";

// This only needs to be set if you are extracting EXIF information from images. These are full paths,
// including the name of the executable (.exe extensions for windows)
$jhead_command = "";

// Some systems have a problem with users who upload PhotoShop 7 images which can cause a browser
// load problem. If you would like to "clean" any JPG image uploaded before being processed;
// enter the path to your jpegtran executable.
// The path should include the full path (including executable).
// Example: $jpegtran = "/usr/bin/jpegtran";
// Exmaple: $jpegtran = "c:/windows/system/jpegtran.exe";
$jpegtran = "";

// If you want to perform online backups, you need to set the paths below
// mysqldumppath is the path, including filename for the executable
// backupdir is the path to the DIRECTORY where you want the backups stored
$mysqldumppath = "e:/bin/mysql/bin";
$backupdir = "e:/bin/mysql/backups/ubb_thejerseydevil";

// GD2 support
// this will only work if you have GD2 or better installed
// 0 - use mogrify; 1 - use GD2; 2- use GD1
$usegd = 0;

// on-the-fly watermarks
// requires GD2 and you must edit the file watermark.php
$onthefly=0;

// Debug variable.
// 0 = No debug notifications
// 1 = Program should generate an email and send it to the site administrator
// 2 = Program should terminate with a formatted screen with error message
// When set to 0 or 1, the program will not end on non-fatal errors.
$debug=2;

// Cookie variables
// This should be set to match the path/domain for your cookies,
// / = "/"; sets the cookie to be usable throughout the site.
// .the-jersey-devil.com = ".domain.com"; sets the cookie to be usable across the domain
// If your BB system has a different setting, then you need to put that path here as well.
$cookie_path = "/";
$cookie_domain = ".the-jersey-devil.com";

// Cookie Prefix
// Right now this only applies to UBBThreads, phpBB2 or Nuke; if you have your cookies set to a custom
// prefix, set it here.
$cookieprefix="TheJerseyDevil";

// BotBuster integration
// http://www.botbuster.com
// Set to "yes" if you have BotBuster on your system (this includes the necessary tag)
$botbuster="no";

// ZLIB compression
// Set to "1" if you want to enable Zlib compression
$compression="1";

// Date Format
// you can change the format of how dates are displayed
// keywords:
// dow = day of week (Mon, Tue, Wed...)
// month = month (Jan, Feb, Mar...)
// mm = month in numerical format, dd = date, yyyy = year
$ppdateformat = "dow month dd, yyyy";

// If you are running VB and want the server to display the time as an offset
// of GMT (for example, to the timezone where your server is located), enter the
// offset here
$gmtoffset = -5;

// IP caching
// This variable is used to track IP addresses and userids for voting and viewing purposes
// $ipcache is set in HOURS. To limit voting and view increments to once a day, you would set
// $ipcache to 24. Depending on the volume of activity on your set, you may want to monitor
// the size of your cache and adjust accordingly.
//
// Setting $ipcache to 0 disables this feature.
$ipcache = 0;

?>
TheJerseyDevil is offline   Reply With Quote
Old February 10th, 2004, 06:24 PM   #6 (permalink)
donb
Guest
 
Posts: n/a
Test username/password please.

Also, your cookies are named "TheJerseyDeviluserID" and such?
  Reply With Quote
Old February 10th, 2004, 06:40 PM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2004
Posts: 10
Don,

I just figured it out, in UBB your screen name does not have to match your login... You MUST use you UBB screen name (not logon) name to access photo post. Thanks for the concern. I think the isssue with the find user name is something that is out of my reach in fixing though. Is that something you think you can help with.

Thanks again,

Scott
TheJerseyDevil is offline   Reply With Quote
Old February 10th, 2004, 06:53 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
Glad you got it working as I just saw this thread and was gonna comment.

I run an Integrated UBBThreads/Photopost board and yes if you login from Photopost it is not the same as you login to threads. You need to use the Username not Loginname that you are use to. This will of course only affect those with different Usernames versus Loginname.
Chuck S is online now   Reply With Quote
Old February 10th, 2004, 06:57 PM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2004
Posts: 10
Talking

:-) Thanks guys. Does anybody have an idea on that lost password issue or should I go to the ubb board ?
TheJerseyDevil is offline   Reply With Quote
Old February 10th, 2004, 07:16 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
If you talking stricting the forgot password box on the login screen in ubbthreads you need to ask that over at Infopop as that would be an issue you are having with their board.
Chuck S is online now   Reply With Quote
Old February 10th, 2004, 07:26 PM   #11 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2004
Posts: 10
yup, i did they fixed it in 6.4.1 thanks !
TheJerseyDevil is offline   Reply With Quote
Old November 14th, 2004, 09:54 PM   #12 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2004
Posts: 5
UBBT Integration still not working

So, I originally posted this months ago.... other projects got in the way,
and now I'm trying again.

Did a new install of 4.8.2, selected UBBT integration and it seemed to
install happily. But I can't login in as any kind of user?

No database errors are apparent.

Any ideas anyone?
jigger is offline   Reply With Quote
Old November 14th, 2004, 10:07 PM   #13 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2004
Posts: 5
OK, found another post that suggested the solution: users who were registered
under older versions of UBBT have a 'crypt' password instead of MD5. So they
have to re-set their password, or register anew.
jigger 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
Switch ubbt.t + photopost > bvulletin Pasqualis Photopost Pro Installation & Upgrades 3 August 11th, 2005 06:55 PM
Swapped from ubbt 6.5.1.1 to Vbulletin 3.07 KB4FSK Photopost Pro Installation & Upgrades 1 July 4th, 2005 10:18 AM
debug watermarks ? DavidMacLean Photopost Pro Installation & Upgrades 6 May 26th, 2005 04:04 PM
Some UBBT Integration Questions/Issues Muhammad Photopost Pro Installation & Upgrades 2 July 30th, 2004 12:47 PM


All times are GMT -5. The time now is 03:47 PM.

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