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;
?>