 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
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
|
| |
December 19th, 2007, 06:14 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,680
|
It should work fine only limitations within the software are your server limitations.
|
| |
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
|
| |
December 26th, 2007, 09:43 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
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!
|
| |
January 11th, 2008, 03:44 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
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';
|
| |
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!
|
| |
January 12th, 2008, 12:41 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,680
|
text field has no limit.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 01:00 PM. | |