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 How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old December 19th, 2007, 02:53 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Sep 2007
Posts: 92
Unlimited categories

I work with a lot of categories: I have 1200 categories right now and will add a lot in the future. Can I be sure there will be no problems? Right now it works like a charm..

Thanks,

Paul
crewstart is offline   Reply With Quote
Old December 19th, 2007, 06:14 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
It should work fine only limitations within the software are your server limitations.
__________________
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 December 26th, 2007, 08:10 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Sep 2007
Posts: 92
I am asking because when I go to our admin, the left navigation shows up immediately, and everything is working fine as well, but the statistics part does stay white for seconds (sometimes over 6 seconds)

This used to be ok.

We have 70 users 1400 categories 10.000 photos.

Thanks,

Paul
crewstart is offline   Reply With Quote
Old December 26th, 2007, 09:43 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
well the largest part of the stats page for loading I would imagine if there is any slowdowns is the stat of your data directory where it scans to see your actual diskspace. If that continues to be an issue I can tell you how to remove the stat to grab the actual true data storage stats.
__________________
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 11th, 2008, 03:21 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Sep 2007
Posts: 92
Chuck: we have a serious problem! We now have 99 usergroups. When we add a usergroup, we set authorisation in such a way that the usergroup can only post in a certain category. This results in the number of the usergroup added to several fields in the pp_categories table, e.g. ugnoupload. However, this field is varchar(255) and full .....

Can you please help us how to deal with this ?

thanks!
crewstart is offline   Reply With Quote
Old January 11th, 2008, 03:44 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
Okay this thread is about unlimited categories not usergroups and thats your issue. Yes those fields can only be 255 characters. You can try altering the table field to a text field but thats slower somewhat. Issue these queries in your mysql database

ALTER TABLE pp_categories CHANGE ugnoview ugnoview TEXT default 'NULL';
ALTER TABLE pp_categories CHANGE ugnoupload ugnoupload TEXT default 'NULL';
ALTER TABLE pp_categories CHANGE ugnopost ugnopost TEXT default 'NULL';
ALTER TABLE pp_categories CHANGE ugnovote ugnovote TEXT default 'NULL';
ALTER TABLE pp_categories CHANGE ugnoanno ugnoanno TEXT default 'NULL';
__________________
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 12th, 2008, 07:34 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Sep 2007
Posts: 92
Chuck: we are now testing with:
ALTER TABLE pp_categories CHANGE ugnoview ugnoview TEXT;
ALTER TABLE pp_categories CHANGE ugnoupload ugnoupload TEXT;
ALTER TABLE pp_categories CHANGE ugnopost ugnopost TEXT;
ALTER TABLE pp_categories CHANGE ugnovote ugnovote TEXT;
ALTER TABLE pp_categories CHANGE ugnoanno ugnoanno TEXT;

(default is not valid syntax)

Questions:
- what is the maximum lenght for this TEXT field ?
- if we continue to add usergroups, will this cause new problems in the future and/or slow down the system ?

thanks!
crewstart is offline   Reply With Quote
Old January 12th, 2008, 12:41 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
text field has no limit.
__________________
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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Admin should have unlimited upload rights Ashtar Photopost Pro Bug Reports 5 July 20th, 2006 04:23 PM
Unlimited Review Fields per Category as well as Unlimited Product Extras Categories Chuck S ReviewPost Suggestions 3 April 18th, 2006 01:35 PM
Unlimited Domains Augustino Before You Buy 3 March 21st, 2006 03:09 PM
Unlimited space imported_axi Installs and Upgrade - vBulletin 3.0.X 3 June 13th, 2005 11:44 AM
Unlimited file size and quota for everyone DSD Photopost Pro Installation & Upgrades 4 January 24th, 2005 11:32 AM


All times are GMT -5. The time now is 01:00 PM.

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