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 5th, 2006, 02:17 AM   #1 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
SMF & Photopost not recognizing admin

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 go into Photopost and type in someone who was admin, it doesn't show them as admin. When I try to go to the admin login screen, it tells me that they aren't admin. It is also not recognizing certain users who login. I had 3 accounts, and it will recognize only two of them (two are admin, and it does not recognize the regular user).

Any ideas?
Fortissimo is offline   Reply With Quote
Old January 5th, 2006, 07:50 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
If you changed integrations did you also flush your usergroup entries for phpbb in pp_usergroups except admin and guests?

renumber guests to 100 from 1 and renumber admins to 1 from 2
__________________
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 January 5th, 2006, 09:52 AM   #3 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
In the database I changed guest ID to 100. I then changed Admin ID to 1. Everything is now working perfectly. Thank you so much Chuck.
Fortissimo is offline   Reply With Quote
Old January 5th, 2006, 10:55 AM   #4 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
I guess I spoke to soon.

I can login as Admin. However, the 3 other admin's can not. It does not recognize them. I still am unable to login in as my regular user account as well.

We are also now getting the following error in the header that was not there before:

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/name/public_html/photopost52/pp-inc.php on line 2869

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/name/public_html/photopost52/pp-inc.php on line 2872
Fortissimo is offline   Reply With Quote
Old January 5th, 2006, 10:59 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Is your forum prefix set correctly as those queries fail. What version of SMF you running?

Code:
Content visible to verified customers only.
__________________
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 January 5th, 2006, 11:05 AM   #6 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
Version Information:
Forum version: SMF 1.0.5
Current SMF version: SMF 1.0.5
Fortissimo is offline   Reply With Quote
Old January 5th, 2006, 11:10 AM   #7 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
Quote:
Originally Posted by Chuck S
Is your forum prefix set correctly as those queries fail. What version of SMF you running?

Code:
Content visible to verified customers only.
I have this fixed. It's an issue with the stylesheet intergration. Ignore this issue, I'll go to SMF for this question.

Still have original issue though.

Last edited by Fortissimo; January 5th, 2006 at 11:14 AM.
Fortissimo is offline   Reply With Quote
Old January 5th, 2006, 11:15 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Okay well if those queries fail then your database info or table prefix is incorrect.

In your config-inc.php file for user database info make sure your smf database info is entered.

Make sure in your settings table in phpmyadmin that setting 41 is smf and setting 83 is the proper table prefix for your smf forums usually smf_
__________________
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 January 5th, 2006, 11:21 AM   #9 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
Sorry Chuck, I edited my post to mark that the second issue was fixed. The pp_inc fail messages are gone. However, 3 other admins are not able to login nor are regular users. Essentially, the only one who can login is me under one account.
Fortissimo is offline   Reply With Quote
Old January 5th, 2006, 11:47 AM   #10 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
Okay, I have obviously done something wrong :sigh

1. Try to login someone via Photopost it shows invalid login information.
2. Go to SMF and log them in and log out.
3. Go to PP and log them in, and it now recognizes them.


1. Go into SMF and log them in and then go to PP
2. Press LOGOUT - It won't log them out
3. Go back to SMF and log out

Here are the database settings...

Quote:
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', '', 'admin@domain.com', 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);
Fortissimo is offline   Reply With Quote
Old January 5th, 2006, 12:36 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
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);

well smf does not use cookie prefix that should be blank here also your cookie domain should match that of what your smf is set to. I beleive also smf can not set a custom cookie domain setting either
__________________
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 January 5th, 2006, 01:17 PM   #12 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
INSERT INTO `pp_settings` VALUES (172, 'Forum Cookie Prefix', 'cookieprefix', 'Some Default values vB3: bb, phpBB2: phpbb2mysql, Threads: w3t_', '', 2, 12);

This is already blank. Nothing in there.

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

I'm not understanding what you mean by this one. SMF, as far as I can see, doesn't have a place where this can be set in it's database settings file.

Is this something that I need to go to SMF to fix?
Fortissimo is offline   Reply With Quote
Old January 5th, 2006, 01:28 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
cookie prefix is fine but my is your cookie domain set to .mydomain.net?

You would need to post a url and a test login here.
__________________
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 January 5th, 2006, 03:03 PM   #14 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
I don't have a test user already established in the database so I am PMing the username & password of a user that is established.

This is not an admin account though. If you need an admin account that hasn't already been logged into, I can't provide that as all the admins are now "recognized" by Photopost.

In regards to the .mydomain.net

If I remove that from settings, one can no longer logout via Photopost. They are forced to go to SMF to logout.
Fortissimo is offline   Reply With Quote
Old January 5th, 2006, 04:38 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
The login you sent me works fine login logout of both apps

I would suggest if you have admins in another usergroup that you have done in admin a refresh usergroup in edit usergroups and set your permissions
__________________
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 January 5th, 2006, 05:15 PM   #16 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
I guess I'm not expressing this correctly. Starting over.

I just sent a team member to the site using the PHOTOPOST link and told them to try to login. This was their first visit to this gallery, but their username and password is pre-existing in the database since it was imported.

She received this message:
Invalid login. Please check your username and password, or register

I then sent her to the FORUMS link and had her login there with the SAME username and password. She was able to login fine. I then had her logout via the FORUMS.

I then sent her back to PHOTOPOST and had her login using the same username and password that she used originally.

She logged in fine.

This is repeating with anyone that I ask to do this. I don't know how you got it to work, because I can get it to work for anyone that I send over. This isn't an issue with my computer, as like I said, have had folks from different countries trying it.

I am sending you yet another username and password. The only way that this can be reproduced is by

1. Go to PHOTOPOST and attempt to login.

You should get an invalid login screen at this point.


--
As I said towards the beginning of this thread, I can access the forums and gallery now just fine. I don't need anyone to reset anything for me. This is ONLY because I logged in via the forums first and then went to Photopost. However, when this goes live, my 2000+ site members will NOT be able to loggin if they go to the galleries first, and this is not acceptable.

Last edited by Fortissimo; January 5th, 2006 at 05:18 PM.
Fortissimo is offline   Reply With Quote
Old January 5th, 2006, 05:28 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
well the one user works like I said now this second user does not. Instead of us going back and forth there has to be something you did not switch right or something wrong with your import when you switched integrations. You sure your not connecting to your old phpbb database where you have some smf tables that might only have a partial import? That would explain why some users exist and others do not

Send me login details to the server and phpmyadmin link so I can peek at 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
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
VB3 & Photopost No admin access - HELP JTOUT Photopost Pro Installation & Upgrades 3 January 25th, 2005 12:16 PM
SMF intergration - cannot log in as Admin kisii Photopost Pro Installation & Upgrades 5 January 8th, 2005 10:43 PM
Need Help Intergrating SMF and Photopost kisii Photopost Pro Installation & Upgrades 0 January 6th, 2005 02:39 AM
PhotoPost.Com PhotoPost updated & Admin Demo Michael P General Discussion 0 July 28th, 2004 10:11 AM


All times are GMT -5. The time now is 05:21 PM.

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