News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

SMF and Photopost does not recognize user

Started by Ophelia, January 05, 2006, 01:21:53 PM

Previous topic - Next topic

Ophelia

Okay, I don't know who I am needing to go to... I'm going nuts though.

Converted phpBB forum to SMF. Runs fine.
Installed Photopost to be intergrated into SMF. Install went fine.

In the SMF database which houses Photopost as well pp_settings

#165 Your SMF Cookie Name ~ SMFCookie10 (exactly like that)
#171 Photopost Cookie Path ~ /
#172 Forum Cookie Prefix ~
#173 Photopost Cookie Domain ~ .mydomain.net

When I go into SMF

Cookie Name ~ SMFCookie10 (exactly like that)

When I login via Photopost and type in a previous username & password that has not yet been logged in, it does not recognize the user.

However, if I go through SMF first, log them in and log them out, then go to Photopost and login, it recognizes them.

It's like it has to be logged into SMF first in order to "activate" the user.

I'm clueless right now for what is happening.  I'm so close to having all of this perfect and ready to go, but this issue is standing in the way.

Any ideas on what could be causing this?  Here is my pp_settings code

INSERT INTO `pp_settings` VALUES (1, 'Title for your PhotoPost Application', 'galleryname', '', 'My Photo Gallery', 1, 1);
INSERT INTO `pp_settings` VALUES (2, 'Web site name', 'webname', '', 'name name', 2, 1);
INSERT INTO `pp_settings` VALUES (3, 'Your Website URL (include http://)', 'domain', '', 'http://www.mydomain.net', 3, 1);
INSERT INTO `pp_settings` VALUES (4, 'Administrator Email Address', 'adminemail', '', '[email protected]', 4, 1);
INSERT INTO `pp_settings` VALUES (5, 'URL to PhotoPost data directory', 'datadir', 'This is the web / virtual path to the data directory.', 'http://www.mydomain.net/photopost52/data', 5, 1);
INSERT INTO `pp_settings` VALUES (6, 'Full SERVER PATH to PhotoPost data directory', 'datafull', 'Full path to the image files directory.', '/home/name/public_html/photopost52/data/', 6, 1);
INSERT INTO `pp_settings` VALUES (7, 'URL to your forums main directory', 'vbulletin', 'This is the URL path to your forum installation.', 'http://www.mydomain.net/forums', 1, 13);
INSERT INTO `pp_settings` VALUES (8, 'Full path to Header Include file', 'header', 'To include an HTML file as the header, enter the full path.', '/path/to/php/header.htm', 8, 1);
INSERT INTO `pp_settings` VALUES (9, 'Full path to the Footer include file', 'footer', 'To include an HTML file as the footer, enter the full path.', '/path/to/php/footer.htm', 9, 1);
INSERT INTO `pp_settings` VALUES (10, 'Full path to HTML file containing head tags', 'headtags', '', '/path/to/php/headtags.htm', 10, 1);
INSERT INTO `pp_settings` VALUES (11, 'URL to PhotoPost PHP directory', 'maindir', '', 'http://www.mydomain.net/photopost52', 11, 1);
INSERT INTO `pp_settings` VALUES (13, 'Default number of comments per page', 'defaultposts', '', '10', 1, 5);
INSERT INTO `pp_settings` VALUES (14, 'Show Most Recent Additions on Index page?', 'mostrecent', '', 'yes', 4, 9);
INSERT INTO `pp_settings` VALUES (15, 'Number of columns for thumbnail pages', 'thumbcols', '', '4', 1, 4);
INSERT INTO `pp_settings` VALUES (18, 'Thumbnail image max width and height in names', 'previewwidth', '', '100', 1, 6);
INSERT INTO `pp_settings` VALUES (19, 'Max allowable image width in names', 'maxwidth', '', '600', 2, 6);
INSERT INTO `pp_settings` VALUES (20, 'Max allowable image height in names', 'maxheight', '', '600', 3, 6);
INSERT INTO `pp_settings` VALUES (21, 'Trigger medium graphic height and width', 'biggraphic', 'An uploaded larger than this will create a medium image of this size.', '600', 4, 6);
INSERT INTO `pp_settings` VALUES (37, 'cright', 'cright', '', '<font size="1" face="verdana">Powered by: <a target="_blank" href="http://www.photopost.com">PhotoPost</a> --replaceme--<br />Copyright &copy 2005 All Enthusiast, Inc.</font>', 300, 0);
INSERT INTO `pp_settings` VALUES (38, 'Use email to notify users?', 'useemail', 'Users can be notified of photo approvals and deletions.', 'yes', 1, 2);
INSERT INTO `pp_settings` VALUES (41, 'User Registration System', 'vbversion', '', 'smf', 2, 13);
INSERT INTO `pp_settings` VALUES (42, 'Comments increment user post count?', 'cpostcount', '', 'yes', 1, 7);
INSERT INTO `pp_settings` VALUES (43, 'Photo uploads increment user post count?', 'ppostcount', '', 'yes', 5, 6);
INSERT INTO `pp_settings` VALUES (44, 'Save and display medium and large images?', 'bigsave', '', 'yes', 6, 6);
INSERT INTO `pp_settings` VALUES (45, 'Number of columns for most recent additions section?', 'recentcols', '', '4', 1, 9);
INSERT INTO `pp_settings` VALUES (46, 'Number of photos to display in the most recent additions section?', 'recentnum', '', '4', 2, 9);
INSERT INTO `pp_settings` VALUES (47, 'Allow users to send e-Cards?', 'enablecard', '', 'no', 2, 5);
INSERT INTO `pp_settings` VALUES (48, 'Require users to be registered to send an e-Card?', 'cardreg', '', 'yes', 3, 5);
INSERT INTO `pp_settings` VALUES (49, 'URL to PhotoPost images directory', 'idir', '', 'http://www.mydomain.net/photopost52/images', 13, 1);
INSERT INTO `pp_settings` VALUES (50, 'Depth (number of levels) of categories to display.', 'catdepth', '', '10', 2, 3);
INSERT INTO `pp_settings` VALUES (51, 'Allow users to be notified of new posts via email?', 'usenotify', '', 'yes', 2, 2);
INSERT INTO `pp_settings` VALUES (58, 'Show post count and photo details for cats without thumbs?', 'catdetails', '', 'yes', 3, 3);
INSERT INTO `pp_settings` VALUES (61, 'Use COPPA for registration?', 'coppa', '', 'yes', 3, 8);
INSERT INTO `pp_settings` VALUES (62, 'Full Path to Registration Rules, or leave blank for default', 'rules', '', '', 4, 8);
INSERT INTO `pp_settings` VALUES (63, 'Require verification of email address upon registration?', 'emailverify', '', 'yes', 5, 8);
INSERT INTO `pp_settings` VALUES (64, 'Your mailing address to receive COPPA permission forms?', 'address', '', '', 6, 8);
INSERT INTO `pp_settings` VALUES (65, 'Full path to COPPA rules file, or leave blank for default?', 'copparules', '', '', 7, 8);
INSERT INTO `pp_settings` VALUES (66, 'Allow new user registrations?', 'allowregs', '', 'yes', 8, 8);
INSERT INTO `pp_settings` VALUES (67, 'Allow users to upload photos?', 'allowup', '', 'yes', 3, 2);
INSERT INTO `pp_settings` VALUES (68, 'Allow users to post comments?', 'allowpost', '', 'yes', 4, 2);
INSERT INTO `pp_settings` VALUES (69, 'Show recent photos in default location (bottom)? (if no, will display at top)', 'recentdefault', '', 'no', 3, 9);
INSERT INTO `pp_settings` VALUES (70, 'Your <a target="_blank" href="http://www.techimo.com/photopost/affiliate.html">Commission Junction</a> click-through URL', 'cjurl', '', '', 6, 2);
INSERT INTO `pp_settings` VALUES (71, 'Notify Admin of New Uploads?', 'uploadnotify', '', 'no', 10, 2);
INSERT INTO `pp_settings` VALUES (72, 'Show last photo thumbnail in member galleries listing?', 'membthumb', '', 'yes', 4, 5);
INSERT INTO `pp_settings` VALUES (75, 'PhotoPost main table width, percent or names.', 'tablewidth', '', '750', 5, 9);
INSERT INTO `pp_settings` VALUES (76, 'Require unique email addresses for user registration?', 'emailunique', '', 'no', 1, 8);
INSERT INTO `pp_settings` VALUES (78, 'Show Random images on Index page?', 'disrandom', '', 'no', 4, 3);
INSERT INTO `pp_settings` VALUES (79, 'Show Most Popular images on Index page?', 'dispopular', '', 'no', 5, 3);
INSERT INTO `pp_settings` VALUES (80, 'Do you want to allow ZIP uploads?', 'allowzip', '', 'no', 5, 2);
INSERT INTO `pp_settings` VALUES (81, 'PATH to UPLOADS directory?', 'zipuploaddir', '', '/home/name/public_html/photopost52/uploads', 16, 1);
INSERT INTO `pp_settings` VALUES (82, 'URL to UPLOADS directory?', 'zipuploadurl', '', 'http://www.mydomain.net/photopost52/uploads', 17, 1);
INSERT INTO `pp_settings` VALUES (83, 'Forum database table prefix', 'dprefix', '', 'smf_', 3, 13);
INSERT INTO `pp_settings` VALUES (84, 'PhotoPost Version', 'pversion', '', '5.21', 53, 0);
INSERT INTO `pp_settings` VALUES (86, 'Enable watermarking of photos with overlay image?', 'annotate', '', 'no', 1, 10);
INSERT INTO `pp_settings` VALUES (87, 'If enabled, position of overlay watermark on images.', 'gravity', '', 'SouthEast', 2, 10);
INSERT INTO `pp_settings` VALUES (88, 'Quality setting for resizing/thumbnails?', 'imgquality', '', '70', 7, 6);
INSERT INTO `pp_settings` VALUES (89, 'If photo upload width or height exceeds maximums, resize upload down to max dimensions?', 'resizeorig', '', 'yes', 8, 6);
INSERT INTO `pp_settings` VALUES (90, 'Full server path to watermark overlay image.', 'watermark', '', '', 3, 10);
INSERT INTO `pp_settings` VALUES (91, 'Allow users to delete their own images?', 'userdel', '', 'yes', 17, 2);
INSERT INTO `pp_settings` VALUES (92, 'Display Members Gallery on the main index page?', 'showmem', '', 'yes', 6, 3);
INSERT INTO `pp_settings` VALUES (93, 'Require users to be registered to view images?', 'reqregister', '', 'no', 9, 8);
INSERT INTO `pp_settings` VALUES (94, 'Do you want Members Gallery to show all of a users photos?', 'memformat', '', 'yes', 4, 4);
INSERT INTO `pp_settings` VALUES (95, 'Display headers during SlideShows?', 'slidehead', '', 'yes', 24, 5);
INSERT INTO `pp_settings` VALUES (97, 'Maximum multimedia upload size in Kb', 'mmuploadsize', '', '120', 10, 6);
INSERT INTO `pp_settings` VALUES (98, 'Allow users to create Personal Albums?', 'allowpa', '', 'no', 7, 2);
INSERT INTO `pp_settings` VALUES (99, 'Allow multimedia uploads?', 'allowmedia', '', 'no', 8, 2);
INSERT INTO `pp_settings` VALUES (100, 'Allow members to rate photos?', 'allowrate', '', 'no', 20, 5);
INSERT INTO `pp_settings` VALUES (101, 'Display new comments/photos indicator on index?', 'displaynew', '', 'no', 7, 3);
INSERT INTO `pp_settings` VALUES (102, 'Display and extract EXIF information from images?', 'showexif', '', 'no', 9, 6);
INSERT INTO `pp_settings` VALUES (103, 'Do you want to show the Members Gallery in List format?', 'memblist', '', 'no', 3, 4);
INSERT INTO `pp_settings` VALUES (104, 'Do you want to prompt for optional info during registration?', 'getoptional', '', 'yes', 2, 8);
INSERT INTO `pp_settings` VALUES (105, 'Do you want to be notified of all new comments?', 'notifyadmin', '', 'no', 9, 2);
INSERT INTO `pp_settings` VALUES (114, 'Display filesize?', 'dispfs', '', 'no', 11, 5);
INSERT INTO `pp_settings` VALUES (115, 'Display views?', 'dispviews', '', 'yes', 12, 5);
INSERT INTO `pp_settings` VALUES (116, 'Display date?', 'dispdate', '', 'yes', 13, 5);
INSERT INTO `pp_settings` VALUES (117, 'Display dimensions?', 'dispdims', '', 'no', 14, 5);
INSERT INTO `pp_settings` VALUES (118, 'Display keywords?', 'dispkeys', '', 'no', 15, 5);
INSERT INTO `pp_settings` VALUES (119, 'Display description?', 'dispdesc', '', 'yes', 16, 5);
INSERT INTO `pp_settings` VALUES (120, 'Display ratings that have no comments attached?', 'dispempty', '', 'no', 17, 5);
INSERT INTO `pp_settings` VALUES (121, 'Display title under photo?', 'disptitle', '', 'yes', 18, 5);
INSERT INTO `pp_settings` VALUES (122, 'Display quickratings under photos?', 'dispquick', '', 'no', 19, 5);
INSERT INTO `pp_settings` VALUES (123, 'Do you want to allow people to download their favorites?', 'allowfavzip', '', 'yes', 11, 2);
INSERT INTO `pp_settings` VALUES (124, 'Display # of comments indicator under thumbnails?', 'dispcoms', '', 'yes', 2, 4);
INSERT INTO `pp_settings` VALUES (125, 'Display unapproved comments?', 'moderatecoms', '', 'yes', 21, 5);
INSERT INTO `pp_settings` VALUES (126, 'How many file upload prompts do you want?', 'maxfiles', '', '10', 13, 6);
INSERT INTO `pp_settings` VALUES (128, 'name size of borders for images/thumbnails', 'cellpadding', 'Thickness - set to 0 for no border', '1', 8, 9);
INSERT INTO `pp_settings` VALUES (129, 'Color for image borders', 'framecolor', 'Color of the frame around images/thumbs', '#000000', 7, 9);
INSERT INTO `pp_settings` VALUES (130, 'Select a theme for your website', 'theme', 'Choose from the available themes for your site layout', 'default', 6, 9);
INSERT INTO `pp_settings` VALUES (131, 'Show UBBCode on Photo page?', 'showubb', '', 'no', 25, 6);
INSERT INTO `pp_settings` VALUES (133, 'Use Spider-friendly URLs?', 'spider', '', 'yes', 15, 1);
INSERT INTO `pp_settings` VALUES (134, 'Use Anti-leeching code?', 'right-click', 'Use Right-Click Disable JavaScript to try and prevent right-clicking images', 'no', 23, 5);
INSERT INTO `pp_settings` VALUES (135, 'Display number of viewers on categories?', 'displayonline', 'Adds a query to main index, but shows numbers of viewers per category', 'yes', 8, 3);
INSERT INTO `pp_settings` VALUES (136, 'Allow users to choose additional categories during upload?', 'optcats', '', 'no', 14, 6);
INSERT INTO `pp_settings` VALUES (137, 'Enable slideshows?', 'slideshow', '', 'yes', 22, 5);
INSERT INTO `pp_settings` VALUES (138, 'Enable next and previous photo previews?', 'nextbox', '', 'no', 26, 5);
INSERT INTO `pp_settings` VALUES (139, 'How many days after an eCard has been read do you want to keep it?', 'cardage', '', '7', 14, 2);
INSERT INTO `pp_settings` VALUES (140, 'Expire eCards after how many days (even if not read)?', 'cardexpire', '', '90', 13, 2);
INSERT INTO `pp_settings` VALUES (141, 'Acceptable multimedia file types?', 'acceptmm', 'Seperate file types by a comma and include the . (example: .mpg,.wma,.asf,.mp3)', '.mpeg,.mpg,.avi,.asf,.wmv,.mov', 11, 6);
INSERT INTO `pp_settings` VALUES (142, 'Acceptable image file types?', 'acceptimg', 'Seperate file types by a comma and include the . (example: .jpg,.gif,.png)', '.jpg,.jpeg,.png', 12, 6);
INSERT INTO `pp_settings` VALUES (143, 'Select a border for your thumbnails', 'thumbborder', 'Choose from the available borders for your thumbnails', 'thumbnail', 9, 9);
INSERT INTO `pp_settings` VALUES (144, 'Sidebar Placement.?', 'sidebar', 'Set this to off for no sidebar or left or right depending on your tastes.', 'off', 1, 11);
INSERT INTO `pp_settings` VALUES (145, 'Sidebar Width', 'sidebar_width', ' Choose the width for your sidebar', '20%', 4, 11);
INSERT INTO `pp_settings` VALUES (146, 'UnderCategory PAL', 'undercat', ' Display Recent Comments and Who''s Online Pals', 'no', 5, 11);
INSERT INTO `pp_settings` VALUES (147, 'Statistics PAL', 'statspal', ' Display Statistics Pal?', 'no', 6, 11);
INSERT INTO `pp_settings` VALUES (148, 'Top Posters PAL', 'topposterspal', ' Display Top Posters Pal?', 'no', 7, 11);
INSERT INTO `pp_settings` VALUES (149, 'Random Image PAL', 'randompal', ' Display Random Image?', 'no', 8, 11);
INSERT INTO `pp_settings` VALUES (150, 'Highest Ratings PAL', 'ratingspal', ' Display Highest Ratings?', 'no', 9, 11);
INSERT INTO `pp_settings` VALUES (151, 'Show Sidebar on Index Page?', 'sidebar_index', '', 'no', 2, 11);
INSERT INTO `pp_settings` VALUES (152, 'Show Sidebar Globally?', 'sidebar_global', 'Showsidebar on showphoto,showmembers and showgallery pages?', 'no', 3, 11);
INSERT INTO `pp_settings` VALUES (153, 'Default theme setting (UBBThreads users only)', 'threads', 'Threads Users: We need to know what the site default theme setting is.', '', 5, 13);
INSERT INTO `pp_settings` VALUES (154, 'Show signatures?', 'showsigs', 'When available, display signatures?', 'no', 27, 5);
INSERT INTO `pp_settings` VALUES (155, 'Show Avatars', 'showavatar', 'When available, show avatars?', 'no', 28, 5);
INSERT INTO `pp_settings` VALUES (156, 'Show Category Avatars?', 'indexavatars', 'Do you want to display the Index Avatars?', 'yes', 9, 3);
INSERT INTO `pp_settings` VALUES (157, 'Display Custom PAL #1', 'custom1pal', ' If you modified the custom1pal.tmpl and want to include it set to yes', 'no', 10, 11);
INSERT INTO `pp_settings` VALUES (158, 'Display Custom PAL #2', 'custom2pal', ' If you modified the custom2pal.tmpl and want to include it set to yes', 'no', 11, 11);
INSERT INTO `pp_settings` VALUES (159, 'Display Custom PAL #3', 'custom3pal', ' If you modified the custom3pal.tmpl and want to include it set to yes', 'no', 12, 11);
INSERT INTO `pp_settings` VALUES (160, 'Number of Top Posters to display', 'numtoppal', '', '5', 13, 11);
INSERT INTO `pp_settings` VALUES (161, 'Number of Last Comments to display', 'numcompal', '', '5', 14, 11);
INSERT INTO `pp_settings` VALUES (162, 'Number of Highest Rated Photos to display', 'mostpoppal', '', '5', 15, 11);
INSERT INTO `pp_settings` VALUES (163, 'Use Integrated forum stylesheets?', 'forumstyle', 'If you use a forum like vB3 or Threads and want to use the intergated stylesheet option, choose Yes', 'yes', 4, 13);
INSERT INTO `pp_settings` VALUES (164, 'Use Whos Online PAL?', 'onlinepal', '', 'no', 10, 11);
INSERT INTO `pp_settings` VALUES (165, 'Your SMF Cookie Name', 'smfcookie', 'Only needed for users of SMF forums', 'SMFCookie10', 5, 12);
INSERT INTO `pp_settings` VALUES (166, 'BotBuster Integration', 'botbuster', 'Set to yes if you have BotBuster on your system (this includes the necessary tag)', 'no', 22, 1);
INSERT INTO `pp_settings` VALUES (167, 'Enable ZLIB page compression', 'compression', 'Set to on if you want to enable Zlib page compression (and it is supported)', '0', 23, 1);
INSERT INTO `pp_settings` VALUES (168, 'Date format', 'ppdateformat', 'Keywords: dow, month, mm, dd, yyyy', 'dow month dd, yyyy', 24, 1);
INSERT INTO `pp_settings` VALUES (169, 'GMT Offset', 'gmtoffset', '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 t', '0', 25, 1);
INSERT INTO `pp_settings` VALUES (170, 'Enable IP Cache Timeout', 'ipcache', 'This variable is used to track IP addresses and userids for voting and viewing purposes. This is set in HOURS. 0 disables this setting', '0', 26, 1);
INSERT INTO `pp_settings` VALUES (171, 'PhotoPost Cookie Path', 'cookie_path', 'This should be set to match the path/domain for your cookies. Setting to / enables entire site.', '/', 1, 12);
INSERT INTO `pp_settings` VALUES (172, 'Forum Cookie Prefix', 'cookieprefix', 'Some Default values vB3: bb, phpBB2: phpbb2mysql, Threads: w3t_', '', 2, 12);
INSERT INTO `pp_settings` VALUES (173, 'PhotoPost Cookie Domain', 'domain_path', '.yourdomain.com; sets the cookie to be usable across the domain', '.mydomain.net', 3, 12);
INSERT INTO `pp_settings` VALUES (174, 'Debug Setting', 'debug', 'How do you want PhotoPost to handle errors?', '0', 27, 1);
INSERT INTO `pp_settings` VALUES (175, 'Enable on-the-fly image protection', 'onthefly', 'This option uses the watermark.php script to serve images', 'no', 29, 5);
INSERT INTO `pp_settings` VALUES (176, 'Imaging Integration (IM or GD)', 'usegd', 'Select ImageMagick or GD1/GD2 for image processing', '0', 28, 1);
INSERT INTO `pp_settings` VALUES (177, 'Directory for backups?', 'backupdir', 'The full path to the directory to store backups', '', 29, 1);
INSERT INTO `pp_settings` VALUES (178, 'Path to mysqldump', 'mysqldumppath', 'The full path to your mysqldump executable', '/usr/bin/mysqldump', 30, 1);
INSERT INTO `pp_settings` VALUES (179, 'Path to jpegtran (if used)', 'jpegtran', 'If you would like to clean any JPG image uploaded before being processed; enter the path to your jpegtran executable.', '/usr/bin/jpegtran', 18, 1);
INSERT INTO `pp_settings` VALUES (180, 'Path to jhead (if used)', 'jhead_command', 'This only needs to be set if you are extracting EXIF information from images. Full server path.', '/usr/bin/jhead', 19, 1);
INSERT INTO `pp_settings` VALUES (181, 'Gallery Open?', 'ppboards', '', 'closed', 20, 1);
INSERT INTO `pp_settings` VALUES (182, 'Message displayed when closed', 'closedmsg', '', 'The boards are temporarily down for maintainence.', 21, 1);
INSERT INTO `pp_settings` VALUES (183, 'Show Personal Albums Index link under Members Gallery?', 'showalbum', 'Adds a text link to the Albums index into the Members Gallery description', 'no', 10, 3);
INSERT INTO `pp_settings` VALUES (184, 'Allow users to move their own images?', 'usermove', '', 'yes', 16, 2);
INSERT INTO `pp_settings` VALUES (185, 'Use embedded multimedia?', 'embededmm', '', 'yes', 5, 5);
INSERT INTO `pp_settings` VALUES (186, 'Degrees to rotate portrait thumbnails? (set to 0 for no rotation)', 'rotatep', 'For users of ImageMagick only', '0', 15, 6);
INSERT INTO `pp_settings` VALUES (187, 'Degrees to rotate landscape thumbnails? (set to 0 for no rotation)', 'rotatel', 'For users of ImageMagick only', '0', 16, 6);
INSERT INTO `pp_settings` VALUES (188, 'If rotating, long side for mini thumbnail?', 'minil', 'If rotating your thumbnails, we need to create a mini thumbnail', '50', 17, 6);
INSERT INTO `pp_settings` VALUES (189, 'If rotating, short side for mini thumbnail?', 'minis', 'If rotating your thumbnails, we need to create a mini thumbnail', '27', 18, 6);
INSERT INTO `pp_settings` VALUES (190, 'Allow downloads from URLs?', 'downurl', '', 'yes', 19, 6);
INSERT INTO `pp_settings` VALUES (191, 'Allows users to order prints of photos?', 'enableprint', 'Users can elect to not allow photos to be printed if enabled', 'no', 20, 6);
INSERT INTO `pp_settings` VALUES (192, 'Number of top level categories to show on index page?', 'indexcats', 'Set to 0 to show all top level categories on one page', '0', 11, 3);
INSERT INTO `pp_settings` VALUES (193, 'Use popup window for BIG images?', 'bigpopup', 'If you want BIG photos to appear using a popup window, set to yes', 'no', 31, 5);
INSERT INTO `pp_settings` VALUES (194, 'Do you want to use the forum-style layout?', 'pplayout', 'Yes is the default setting, No uses the thumbnail gallery layout', 'yes', 18, 3);
INSERT INTO `pp_settings` VALUES (195, 'Do you want to enable the Announcement box?', 'news', '', 'no', 12, 3);
INSERT INTO `pp_settings` VALUES (196, 'Title for the Announcement box?', 'newstitle', '', 'Important!!', 13, 3);
INSERT INTO `pp_settings` VALUES (197, 'Contents of the Announcement box?', 'newscopy', 'This block can contain HTML code (200 character limit)', '<b><font size="3">Please make sure that you give credit to the great designers who created the kits and elements that you used in your layouts.</font><p align="center">You must be a registered member of name name before you can download freebies.</', 14, 3);
INSERT INTO `pp_settings` VALUES (198, 'Use 24 hour time format?', 'timeformat', 'You can elect to have time displayed as HH:MMam or using the 24 hour clock', 'no', 32, 1);
INSERT INTO `pp_settings` VALUES (199, 'Do you want moderators to have global rights?', 'modprivs', 'Set this to NO if you want to assign moderators to specific categories', 'yes', 18, 2);
INSERT INTO `pp_settings` VALUES (200, 'Display Moderators as part of the category description?', 'dispmods', 'Set this to YES if you want the moderators listed on the index page under a category', 'no', 15, 3);
INSERT INTO `pp_settings` VALUES (201, 'Use photo view caching to reduce view update queries on high load sites?', 'viewcache', 'Set this to YES if you want to enable the view caching code which caches photo view updates', 'no', 33, 1);
INSERT INTO `pp_settings` VALUES (202, 'Min allowable image width in names', 'minwidth', '', '0', 21, 6);
INSERT INTO `pp_settings` VALUES (203, 'Min allowable image height in names', 'minheight', '', '0', 22, 6);
INSERT INTO `pp_settings` VALUES (204, 'Mobile Phone Integration: EMail address for images', 'mobemail', 'EMail address users should send their images to', '', 23, 6);
INSERT INTO `pp_settings` VALUES (205, 'Show Last Comments column on Index?', 'showcoms', '', 'no', 16, 3);
INSERT INTO `pp_settings` VALUES (206, 'Show Last Photo column on Index', 'showlast', '', 'yes', 17, 3);
INSERT INTO `pp_settings` VALUES (207, 'Original Image storage directory URL', 'origdir', 'Typically this path matches your DATA directory URL, unless you want to store your original images seperatly from your thumbnails/medium images.', 'http://www.mydomain.net/photopost52/data', 34, 1);
INSERT INTO `pp_settings` VALUES (208, 'Orignial Image storage directory server path', 'origfull', 'Typically this path matches your DATA directory server path, unless you want to store your original images seperatly from your thumbnails/medium image', '/home/name/public_html/photopost52/data/', 35, 1);
INSERT INTO `pp_settings` VALUES (209, 'When using on-the-fly image generation, do you want to overlay the watermark image?', 'overwater', 'You can use this feature for on-the-fly watermarks in combination with the on-the-fly image generation.', 'no', 30, 5);
INSERT INTO `pp_settings` VALUES (210, 'Default location of the photo previews?', 'filmstrip', 'Determines the location of the film-strip previews on the showphoto page.', 'top', 26, 5);
INSERT INTO `pp_settings` VALUES (211, 'Minutes to cache index page data for featured photos, statistics and PALs?', 'cachetimeout', 'Number of minutes to cache information. Default is 10 minutes, 0 means no caching.', '10', 36, 1);
INSERT INTO `pp_settings` VALUES (212, 'Show Calendar PAL?', 'calpal', 'Do you want to display the calendar pal, yes or no.', 'no', 16, 11);


Version Information:
Forum version: SMF 1.0.5
Current SMF version: SMF 1.0.5


Ophelia

Nope, not the same issue.  He was running the wrong version, and he was inputting the cookie in the wrong spot.  It's verified that I have cookies correct and am using the correct version.

Oldiesmann

You might want to try posting this on the PhotoPost boards as well. I don't know much about PhotoPost (mainly because it's not a free script), so I can't really help...
Michael Eshom
Christian Metal Fans

Ophelia

I did.  They told me it was an issue with the conversion from phpBB to SMF and that at this point, they suggest I ask all 2100 users to reset their passwords.

Oldiesmann

Just tell people to log in to SMF before they try to log in to the gallery and you shouldn't have any problems. Once they log in to SMF the first time, their password will be re-hashed using SMF's encryption method and updated in the database. That should fix the issue...
Michael Eshom
Christian Metal Fans

Advertisement: