Webmastersite.net
Register Log In

Extra Categories created

Comments on Extra Categories created

din
Experienced

Usergroup: Customer
Joined: May 12, 2003

Total Topics: 5
Total Comments: 56
din
Posted Apr 16, 2005 - 9:30 PM:

I mentioned this in passing in a bug thread at WSNforums, but didn't get the chance to elborate. Tonight I just installed a new (and my final from my recent license set) WSNLinks and I'm running into the same problem.

When I create a new category, another category named 'customwrap' s created at the same time. right now I have two categories at the top level, 'Art' and 'customwrap'.

here is the debug for following
grackelfish.com/historyanna...php?action=addcat&parent=0
Load time so far: 0.9 seconds.
Performing query: SELECT id FROM wsnlinks_categories WHERE validated=1 AND hide=0 ORDER BY id DESC LIMIT 0,1;


Warning: Cannot modify header information - headers already sent by (output started at /home/grackelf/public_html/historyannals/classes/database.php:244) in /home/grackelf/public_html/historyannals/prestart.php on line 123

Load time so far: 0.99 seconds.
Performing query: SELECT name,value FROM wsnlinks_switches WHERE id>0 ;

Number of rows is 23 for Resource id #31

Load time so far: 1 seconds.
Performing query: SELECT id,type,original,replacement,description,originalclose,replacementclose,sortorder FROM wsnlinks_markup WHERE type='wsncode' ORDER BY sortorder ;

Number of rows is 4 for Resource id #33

Load time so far: 1 seconds.
Performing query: SELECT original,replacement,description,id,sortorder FROM wsnlinks_markup WHERE type='smilie' ORDER BY sortorder ;

Number of rows is 14 for Resource id #34

Load time so far: 1 seconds.
Performing query: SELECT id FROM wsnlinks_categories WHERE validated=1 AND hide=0 ;

Number of rows is 4 for Resource id #35

Load time so far: 1.01 seconds.
Performing query: SELECT id,title,caneditown,caneditall,canvote,isadmin,canpost,canemail,validatecats,validatecomments,validatelinks,validateedits,cansubmitlinks,cansubmitcategories,cansubmitcomments,caneditownlinks,caneditowncategories,caneditowncomments,caneditownprofile,caneditalllinks,caneditallcategories,caneditallcomments,caneditallprofiles,candownloadfiles,canupload,canviewip,limitlinks,canemailmembers,canusehtml,limitlinksdaily,canalias,cancopy,candeleteown,candeleteall,candofulledit,candeletecategories,candeletecomments,candeleteowncategories,candeleteowncomments,candeletemembers,candeleteownmembers,canaliascategories,canviewpages,caneditvotes,numaliases,canviewvotes,canhideownlinks,canhideowncategories,canhideowncomments,canhidealllinks,canhideallcategories,canhideallcomments,canratecomments,bytespermem FROM wsnlinks_membergroups WHERE id>0 ;

Load time so far: 1.01 seconds.
Performing query: SELECT id,name,links,comments,time,usergroup,password,ip,totalhits,totalhitsin,email,validated,template,language,lastattempt,allowemail,signature,avatarname,stylesheet,allowuseremail,albumid,failedattempts,totalbytes,funds,notifyoflinks,lastvisit,timezone,rating,pmfolders,notifyofpms,acceptpms,cookieduration,banned FROM wsnlinks_members WHERE id=1 AND validated=1 ;

Load time so far: 1.02 seconds.
Performing query: SELECT id,name,parent,validated,description,time,parentnames,parentids,numlinks,hide,lastlinktime,custom,lastedit,moderators,headerinfo,related,numsub,type,permissions,subscribers,subscriber,mixtypes,isalbum,orderlinks,totalcomments,ulsearchmax,ulsearchquery,ulsearchadult,alias,catcols,linkcols,dmozpath,sponsorlinks,views,customwrap FROM wsnlinks_categories WHERE validated=1 AND hide=0 ;

Number of rows is 4 for Resource id #40

Load time so far: 1.03 seconds.
Performing query: LOCK TABLES wsnlinks_email WRITE, wsnlinks_links WRITE, wsnlinks_categories WRITE, wsnlinks_members WRITE;

Load time so far: 1.03 seconds.
Performing query: SELECT id,`to`,subject,message,headers,replacement,mime FROM wsnlinks_email WHERE timesent=0 ORDER BY id ASC LIMIT 0,10;

Access denied for user: 'username_removed@localhost' to database 'databasename_removed'

Number of rows is 0 for Resource id #41

Load time so far: 1.03 seconds.
Performing query: UNLOCK TABLES;

Load time so far: 1.05 seconds.
Performing query: SELECT COUNT(*) FROM wsnlinks_membergroups WHERE 1=1 ;

Load time so far: 1.05 seconds.
Performing query: SELECT title FROM wsnlinks_membergroups WHERE id=1 ;

Load time so far: 1.06 seconds.
Performing query: SELECT title FROM wsnlinks_membergroups WHERE id=2 ;

Load time so far: 1.06 seconds.
Performing query: SELECT title FROM wsnlinks_membergroups WHERE id=3 ;


Warning: Cannot modify header information - headers already sent by (output started at /home/grackelf/public_html/historyannals/classes/database.php:244) in /home/grackelf/public_html/historyannals/end.php on line 29

Load time so far: 1.1 seconds.
Performing query: DELETE FROM wsnlinks_sessions WHERE time < 1113703312;

Load time so far: 1.1 seconds.
Performing query: UPDATE wsnlinks_sessions SET starttime='0' WHERE time < 15;

Load time so far: 1.1 seconds.
Performing query: UPDATE wsnlinks_sessions SET time='0' WHERE time < 15;

Load time so far: 1.1 seconds.
Performing query: SELECT starttime FROM wsnlinks_sessions WHERE memberid=1 ;

Number of rows is 1 for Resource id #50

Load time so far: 1.11 seconds.
Performing query: UPDATE wsnlinks_sessions SET time='1113704212', location='http://grackelfish.com/historyannals/suggest.php?action=addcat&parent=0', catid='', threadid='', areaname='' WHERE memberid=1;


search the source on the submission page only comes up with these instances of 'custom wrap' besides in one of the mySQL queries above. (.17 seconds)
<tr>
<td class="labelscolumn"><span class="labels">Custom Wrapper:</span></td>
<td class="optionscolumn"><input type="text" name="customwrap" size="30" value=""></td>
</tr>
and
<input type="hidden" name="customwrapper" value="{CUSTOMWRAPPER}">


but this happens intermittantly .. with the debug above it didn't happen nor did it the subsequent 4 times I created new categories with debug running and copying the debug info on the submission page and the redirect page. I know I'll be going along no longer running debug and it will do it again and i'll be miffed. I thought I'd just throw this out to see if anybody else may have this strange problem, so far it has followed me in 2 WSNLinks (2.13) and one WSNForum(1.01). In the other WSNlinks I sometimes add listings and extra blank listings get added at the same time also.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Apr 17, 2005 - 3:38 AM:

Where would I find .17 seconds in the above?
din
Experienced

Usergroup: Customer
Joined: May 12, 2003

Total Topics: 5
Total Comments: 56
din
Posted Apr 17, 2005 - 8:13 AM:

I should never post that tired. I had a half dozen debugs floating around here and I must have been referring to another one :| I guess it is 1.02 in that one .. , but I think it was just part of the regular SELECT stuff .. I had just had this happen another time but missed the debug info. I've about 200 categories to make so I'm sure it will happen again ..
din
Experienced

Usergroup: Customer
Joined: May 12, 2003

Total Topics: 5
Total Comments: 56
din
Posted Apr 17, 2005 - 9:30 PM:

I finally caught the debug for my extra categories .. This is the suggest category page, I'm not sure how relevant.
Load time so far: 0.23 seconds.
Performing query: SELECT id FROM wsnlinks_categories WHERE validated=1 AND hide=0 ORDER BY id DESC LIMIT 0,1;


Warning: Cannot modify header information - headers already sent by (output started at /home/grackelf/public_html/historyannals/classes/database.php:244) in /home/grackelf/public_html/historyannals/prestart.php on line 123

Load time so far: 0.25 seconds.
Performing query: SELECT name,value FROM wsnlinks_switches WHERE id>0 ;

Number of rows is 23 for Resource id #31

Load time so far: 0.25 seconds.
Performing query: SELECT id,type,original,replacement,description,originalclose,replacementclose,sortorder FROM wsnlinks_markup WHERE type='wsncode' ORDER BY sortorder ;

Number of rows is 4 for Resource id #33

Load time so far: 0.25 seconds.
Performing query: SELECT original,replacement,description,id,sortorder FROM wsnlinks_markup WHERE type='smilie' ORDER BY sortorder ;

Number of rows is 14 for Resource id #34

Load time so far: 0.25 seconds.
Performing query: SELECT id FROM wsnlinks_categories WHERE validated=1 AND hide=0 ;

Number of rows is 46 for Resource id #35

Load time so far: 0.25 seconds.
Performing query: SELECT id,title,caneditown,caneditall,canvote,isadmin,canpost,canemail,validatecats,validatecomments,validatelinks,validateedits,cansubmitlinks,cansubmitcategories,cansubmitcomments,caneditownlinks,caneditowncategories,caneditowncomments,caneditownprofile,caneditalllinks,caneditallcategories,caneditallcomments,caneditallprofiles,candownloadfiles,canupload,canviewip,limitlinks,canemailmembers,canusehtml,limitlinksdaily,canalias,cancopy,candeleteown,candeleteall,candofulledit,candeletecategories,candeletecomments,candeleteowncategories,candeleteowncomments,candeletemembers,candeleteownmembers,canaliascategories,canviewpages,caneditvotes,numaliases,canviewvotes,canhideownlinks,canhideowncategories,canhideowncomments,canhidealllinks,canhideallcategories,canhideallcomments,canratecomments,bytespermem FROM wsnlinks_membergroups WHERE id>0 ;

Load time so far: 0.26 seconds.
Performing query: SELECT id,name,links,comments,time,usergroup,password,ip,totalhits,totalhitsin,email,validated,template,language,lastattempt,allowemail,signature,avatarname,stylesheet,allowuseremail,albumid,failedattempts,totalbytes,funds,notifyoflinks,lastvisit,timezone,rating,pmfolders,notifyofpms,acceptpms,cookieduration,banned FROM wsnlinks_members WHERE id=1 AND validated=1 ;

Load time so far: 0.27 seconds.
Performing query: SELECT id,name,parent,validated,description,time,parentnames,parentids,numlinks,hide,lastlinktime,custom,lastedit,moderators,headerinfo,related,numsub,type,permissions,subscribers,subscriber,mixtypes,isalbum,orderlinks,totalcomments,ulsearchmax,ulsearchquery,ulsearchadult,alias,catcols,linkcols,dmozpath,sponsorlinks,views,customwrap FROM wsnlinks_categories WHERE validated=1 AND hide=0 ;

Number of rows is 46 for Resource id #40

Load time so far: 0.28 seconds.
Performing query: LOCK TABLES wsnlinks_email WRITE, wsnlinks_links WRITE, wsnlinks_categories WRITE, wsnlinks_members WRITE;

Load time so far: 0.28 seconds.
Performing query: SELECT id,`to`,subject,message,headers,replacement,mime FROM wsnlinks_email WHERE timesent=0 ORDER BY id ASC LIMIT 0,10;

Access denied for user: 'removed_username@localhost' to database 'removed_databaseneame'

Number of rows is 0 for Resource id #41

Load time so far: 0.28 seconds.
Performing query: UNLOCK TABLES;

Load time so far: 0.45 seconds.
Performing query: SELECT COUNT(*) FROM wsnlinks_membergroups WHERE 1=1 ;

Load time so far: 0.45 seconds.
Performing query: SELECT title FROM wsnlinks_membergroups WHERE id=1 ;

Load time so far: 0.45 seconds.
Performing query: SELECT title FROM wsnlinks_membergroups WHERE id=2 ;

Load time so far: 0.46 seconds.
Performing query: SELECT title FROM wsnlinks_membergroups WHERE id=3 ;


Warning: Cannot modify header information - headers already sent by (output started at /home/grackelf/public_html/historyannals/classes/database.php:244) in /home/grackelf/public_html/historyannals/end.php on line 29

Load time so far: 0.61 seconds.
Performing query: UPDATE wsnlinks_sessions SET starttime='0' WHERE time < 15;

Load time so far: 0.61 seconds.
Performing query: UPDATE wsnlinks_sessions SET time='0' WHERE time < 15;

Load time so far: 0.61 seconds.
Performing query: SELECT starttime FROM wsnlinks_sessions WHERE memberid=1 ;

Number of rows is 1 for Resource id #50

Load time so far: 0.61 seconds.
Performing query: UPDATE wsnlinks_sessions SET time='1113789490', location='http://grackelfish.com/historyannals/suggest.php?action=addcat&parent=7', catid='', threadid='', areaname='' WHERE memberid=1;
One thing I'm not sure about is the access denied at .28 seconds.

This is the debug for the redirect page.


Load time so far: 0.14 seconds.
Performing query: SELECT id FROM wsnlinks_categories WHERE validated=1 AND hide=0 ORDER BY id DESC LIMIT 0,1;


Warning: Cannot modify header information - headers already sent by (output started at /home/grackelf/public_html/historyannals/classes/database.php:244) in /home/grackelf/public_html/historyannals/prestart.php on line 123

Load time so far: 0.16 seconds.
Performing query: SELECT name,value FROM wsnlinks_switches WHERE id>0 ;

Number of rows is 23 for Resource id #31

Load time so far: 0.16 seconds.
Performing query: SELECT id,type,original,replacement,description,originalclose,replacementclose,sortorder FROM wsnlinks_markup WHERE type='wsncode' ORDER BY sortorder ;

Number of rows is 4 for Resource id #33

Load time so far: 0.16 seconds.
Performing query: SELECT original,replacement,description,id,sortorder FROM wsnlinks_markup WHERE type='smilie' ORDER BY sortorder ;

Number of rows is 14 for Resource id #34

Load time so far: 0.16 seconds.
Performing query: SELECT id FROM wsnlinks_categories WHERE validated=1 AND hide=0 ;

Number of rows is 46 for Resource id #35

Load time so far: 0.16 seconds.
Performing query: SELECT id,title,caneditown,caneditall,canvote,isadmin,canpost,canemail,validatecats,validatecomments,validatelinks,validateedits,cansubmitlinks,cansubmitcategories,cansubmitcomments,caneditownlinks,caneditowncategories,caneditowncomments,caneditownprofile,caneditalllinks,caneditallcategories,caneditallcomments,caneditallprofiles,candownloadfiles,canupload,canviewip,limitlinks,canemailmembers,canusehtml,limitlinksdaily,canalias,cancopy,candeleteown,candeleteall,candofulledit,candeletecategories,candeletecomments,candeleteowncategories,candeleteowncomments,candeletemembers,candeleteownmembers,canaliascategories,canviewpages,caneditvotes,numaliases,canviewvotes,canhideownlinks,canhideowncategories,canhideowncomments,canhidealllinks,canhideallcategories,canhideallcomments,canratecomments,bytespermem FROM wsnlinks_membergroups WHERE id>0 ;

Load time so far: 0.17 seconds.
Performing query: SELECT id,name,links,comments,time,usergroup,password,ip,totalhits,totalhitsin,email,validated,template,language,lastattempt,allowemail,signature,avatarname,stylesheet,allowuseremail,albumid,failedattempts,totalbytes,funds,notifyoflinks,lastvisit,timezone,rating,pmfolders,notifyofpms,acceptpms,cookieduration,banned FROM wsnlinks_members WHERE id=1 AND validated=1 ;

Load time so far: 0.18 seconds.
Performing query: SELECT id,name,parent,validated,description,time,parentnames,parentids,numlinks,hide,lastlinktime,custom,lastedit,moderators,headerinfo,related,numsub,type,permissions,subscribers,subscriber,mixtypes,isalbum,orderlinks,totalcomments,ulsearchmax,ulsearchquery,ulsearchadult,alias,catcols,linkcols,dmozpath,sponsorlinks,views,customwrap FROM wsnlinks_categories WHERE validated=1 AND hide=0 ;

Number of rows is 46 for Resource id #40

Load time so far: 0.2 seconds.
Performing query: LOCK TABLES wsnlinks_email WRITE, wsnlinks_links WRITE, wsnlinks_categories WRITE, wsnlinks_members WRITE;

Load time so far: 0.2 seconds.
Performing query: SELECT id,`to`,subject,message,headers,replacement,mime FROM wsnlinks_email WHERE timesent=0 ORDER BY id ASC LIMIT 0,10;

Access denied for user: 'grackelf_fixit@localhost' to database 'grackelf_greene'

Number of rows is 0 for Resource id #41

Load time so far: 0.2 seconds.
Performing query: UNLOCK TABLES;

Load time so far: 0.21 seconds.
Performing query: SELECT id FROM wsnlinks_membergroups WHERE id>0 ORDER BY id ASC ;

Number of rows is 3 for Resource id #43

Load time so far: 0.21 seconds.
Performing query: SELECT id,name,parent FROM wsnlinks_categories WHERE id = 7 AND validated=1 ;

Load time so far: 0.21 seconds.
Performing query: SELECT id,name,parent FROM wsnlinks_categories WHERE id=0 AND validated=1 ;

Load time so far: 0.21 seconds.
Performing query: INSERT INTO wsnlinks_categories(id,name,parent,validated,description,time,parentnames,parentids,numlinks,hide,lastlinktime,custom,lastedit,moderators,headerinfo,related,numsub,type,permissions,subscribers,subscriber,mixtypes,isalbum,orderlinks,totalcomments,ulsearchmax,ulsearchquery,ulsearchadult,alias,catcols,linkcols,dmozpath,sponsorlinks,views,customwrap) VALUES('','Health and Beauty','7','1','','1113789583',', Industry, ',', 7, ','','0','','','1113789583','','','','','regular','[GROUP]1[FIELD]canviewpages[VALUE][FIELD]canusehtml[VALUE][FIELD]canupload[VALUE][FIELD]candownloadfiles[VALUE][FIELD]cancopy[VALUE][FIELD]canviewip[VALUE][FIELD]canviewvotes[VALUE][FIELD]canvote[VALUE][FIELD]canratecomments[VALUE][FIELD]canemail[VALUE][FIELD]caneditownlinks[VALUE][FIELD]caneditowncomments[VALUE][FIELD]caneditalllinks[VALUE][FIELD]caneditallcomments[VALUE][FIELD]candofulledit[VALUE][FIELD]caneditvotes[VALUE][FIELD]canhideownlinks[VALUE][FIELD]canhideowncomments[VALUE][FIELD]canhidealllinks[VALUE][FIELD]canhideallcomments[VALUE][FIELD]candeleteown[VALUE][FIELD]candeleteowncomments[VALUE][FIELD]candeleteall[VALUE][FIELD]candeletecomments[VALUE][FIELD]cansubmitlinks[VALUE][FIELD]cansubmitcategories[VALUE][FIELD]cansubmitcomments[VALUE][FIELD]validatelinks[VALUE][FIELD]validatecats[VALUE][FIELD]validatecomments[VALUE][FIELD]validateedits[VALUE][GROUP]2[FIELD]canviewpages[VALUE][FIELD]canusehtml[VALUE][FIELD]canupload[VALUE][FIELD]candownloadfiles[VALUE][FIELD]cancopy[VALUE][FIELD]canviewip[VALUE][FIELD]canviewvotes[VALUE][FIELD]canvote[VALUE][FIELD]canratecomments[VALUE][FIELD]canemail[VALUE][FIELD]caneditownlinks[VALUE][FIELD]caneditowncomments[VALUE][FIELD]caneditalllinks[VALUE][FIELD]caneditallcomments[VALUE][FIELD]candofulledit[VALUE][FIELD]caneditvotes[VALUE][FIELD]canhideownlinks[VALUE][FIELD]canhideowncomments[VALUE][FIELD]canhidealllinks[VALUE][FIELD]canhideallcomments[VALUE][FIELD]candeleteown[VALUE][FIELD]candeleteowncomments[VALUE][FIELD]candeleteall[VALUE][FIELD]candeletecomments[VALUE][FIELD]cansubmitlinks[VALUE][FIELD]cansubmitcategories[VALUE][FIELD]cansubmitcomments[VALUE][FIELD]validatelinks[VALUE][FIELD]validatecats[VALUE][FIELD]validatecomments[VALUE][FIELD]validateedits[VALUE][GROUP]3[FIELD]canviewpages[VALUE][FIELD]canusehtml[VALUE][FIELD]canupload[VALUE][FIELD]candownloadfiles[VALUE][FIELD]cancopy[VALUE][FIELD]canviewip[VALUE][FIELD]canviewvotes[VALUE][FIELD]canvote[VALUE][FIELD]canratecomments[VALUE][FIELD]canemail[VALUE][FIELD]caneditownlinks[VALUE][FIELD]caneditowncomments[VALUE][FIELD]caneditalllinks[VALUE][FIELD]caneditallcomments[VALUE][FIELD]candofulledit[VALUE][FIELD]caneditvotes[VALUE][FIELD]canhideownlinks[VALUE][FIELD]canhideowncomments[VALUE][FIELD]canhidealllinks[VALUE][FIELD]canhideallcomments[VALUE][FIELD]candeleteown[VALUE][FIELD]candeleteowncomments[VALUE][FIELD]candeleteall[VALUE][FIELD]candeletecomments[VALUE][FIELD]cansubmitlinks[VALUE][FIELD]cansubmitcategories[VALUE][FIELD]cansubmitcomments[VALUE][FIELD]validatelinks[VALUE][FIELD]validatecats[VALUE][FIELD]validatecomments[VALUE][FIELD]validateedits[VALUE]','','','','','','','','','','','','','','','','');

Load time so far: 0.21 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=0 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 15 for Resource id #46

Load time so far: 0.22 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=1 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 6 for Resource id #47

Load time so far: 0.22 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=19 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #48

Load time so far: 0.22 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=21 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 2 for Resource id #49

Load time so far: 0.22 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=22 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #50

Load time so far: 0.23 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=23 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #51

Load time so far: 0.23 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=20 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #52

Load time so far: 0.23 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=16 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 2 for Resource id #53

Load time so far: 0.23 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=25 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 2 for Resource id #54

Load time so far: 0.24 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=26 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #55

Load time so far: 0.24 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=27 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #56

Load time so far: 0.24 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=24 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 1 for Resource id #57

Load time so far: 0.24 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=28 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #58

Load time so far: 0.25 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=17 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 2 for Resource id #59

Load time so far: 0.25 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=30 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #60

Load time so far: 0.25 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=29 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 1 for Resource id #61

Load time so far: 0.25 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=32 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #62

Load time so far: 0.25 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=18 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #63

Load time so far: 0.26 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=2 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 1 for Resource id #64

Load time so far: 0.26 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=31 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #65

Load time so far: 0.26 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=3 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #66

Load time so far: 0.26 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=4 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 9 for Resource id #67

Load time so far: 0.26 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=39 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #68

Load time so far: 0.27 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=33 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #69

Load time so far: 0.27 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=34 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #70

Load time so far: 0.27 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=35 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 2 for Resource id #71

Load time so far: 0.27 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=42 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #72

Load time so far: 0.28 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=43 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #73

Load time so far: 0.28 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=36 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 3 for Resource id #74

Load time so far: 0.28 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=45 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #75

Load time so far: 0.28 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=44 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #76

Load time so far: 0.29 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=46 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #77

Load time so far: 0.29 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=37 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #78

Load time so far: 0.3 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=40 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #79

Load time so far: 0.31 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=38 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #80

Load time so far: 0.31 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=41 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #81

Load time so far: 0.31 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=5 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #82

Load time so far: 0.31 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=15 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #83

Load time so far: 0.31 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=6 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #84

Load time so far: 0.32 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=7 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 1 for Resource id #85

Load time so far: 0.32 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=47 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #86

Load time so far: 0.32 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=8 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #87

Load time so far: 0.32 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=9 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #88

Load time so far: 0.32 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=10 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #89

Load time so far: 0.33 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=11 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #90

Load time so far: 0.33 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=12 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #91

Load time so far: 0.33 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=13 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #92

Load time so far: 0.33 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=14 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #93

Load time so far: 0.34 seconds.
Performing query: UPDATE wsnlinks_settings SET content='1,19,21,22,23,20,16,25,26,27,24,28,17,30,29,32,18,2,31,3,4,39,33,34,35,42,43,36,45,44,46,37,40,38,41,5,15,6,7,47,8,9,10,11,12,13,14' WHERE name='sitemaporder';

Load time so far: 0.34 seconds.
Performing query: UPDATE wsnlinks_settings SET content='<option value="1"> Art</option><option value="19">- directories</option><option value="21">- Literature</option><option value="20">- people</option><option value="16">- Performing</option><option value="17">- Structural</option><option value="18">- Visual</option><option value="2"> Directories</option><option value="31">- General</option><option value="3"> Education</option><option value="4"> Era</option><option value="39">- 17th Century</option><option value="33">- 18th_Century</option><option value="34">- 19th_Century</option><option value="35">- 20th Century</option><option value="36">- Ancient</option><option value="37">- Classical</option><option value="40">- directories</option><option value="38">- Medieval</option><option value="41">- Renaissance</option><option value="5"> Events</option><option value="15"> Forums and News</option><option value="6"> General</option><option value="7"> Industry</option><option value="47">- Health and Beauty</option><option value="8"> Media</option><option value="9"> People</option><option value="10"> Recreation</option><option value="11"> Reference</option><option value="12"> Region</option><option value="13"> Science</option><option value="14"> Society</option>' WHERE name='categoryselector';

Load time so far: 0.35 seconds.
Performing query: SELECT id FROM wsnlinks_categories WHERE id>0 ORDER BY id DESC LIMIT 0,1;

Load time so far: 0.35 seconds.
Performing query: UPDATE wsnlinks_categories SET numsub='1' WHERE id=7;

Load time so far: 0.35 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=0 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 15 for Resource id #95

Load time so far: 0.35 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=1 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 6 for Resource id #96

Load time so far: 0.35 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=19 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #97

Load time so far: 0.36 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=21 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 2 for Resource id #98

Load time so far: 0.36 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=22 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #99

Load time so far: 0.36 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=23 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #100

Load time so far: 0.36 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=20 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #101

Load time so far: 0.36 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=16 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 2 for Resource id #102

Load time so far: 0.37 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=25 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 2 for Resource id #103

Load time so far: 0.37 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=26 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #104

Load time so far: 0.37 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=27 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #105

Load time so far: 0.37 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=24 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 1 for Resource id #106

Load time so far: 0.38 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=28 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #107

Load time so far: 0.38 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=17 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 2 for Resource id #108

Load time so far: 0.38 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=30 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #109

Load time so far: 0.38 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=29 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 1 for Resource id #110

Load time so far: 0.39 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=32 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #111

Load time so far: 0.39 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=18 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #112

Load time so far: 0.39 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=2 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 1 for Resource id #113

Load time so far: 0.4 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=31 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #114

Load time so far: 0.4 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=3 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #115

Load time so far: 0.4 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=4 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 9 for Resource id #116

Load time so far: 0.4 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=39 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #117

Load time so far: 0.41 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=33 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #118

Load time so far: 0.41 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=34 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #119

Load time so far: 0.41 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=35 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 2 for Resource id #120

Load time so far: 0.41 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=42 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #121

Load time so far: 0.41 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=43 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #122

Load time so far: 0.42 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=36 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 3 for Resource id #123

Load time so far: 0.42 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=45 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #124

Load time so far: 0.42 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=44 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #125

Load time so far: 0.42 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=46 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #126

Load time so far: 0.42 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=37 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #127

Load time so far: 0.43 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=40 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #128

Load time so far: 0.43 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=38 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #129

Load time so far: 0.44 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=41 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #130

Load time so far: 0.44 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=5 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #131

Load time so far: 0.45 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=15 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #132

Load time so far: 0.45 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=6 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #133

Load time so far: 0.45 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=7 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 1 for Resource id #134

Load time so far: 0.46 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=47 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #135

Load time so far: 0.46 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=8 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #136

Load time so far: 0.46 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=9 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #137

Load time so far: 0.46 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=10 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #138

Load time so far: 0.46 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=11 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #139

Load time so far: 0.47 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=12 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #140

Load time so far: 0.47 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=13 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #141

Load time so far: 0.47 seconds.
Performing query: SELECT id,name,parentids,parentnames FROM wsnlinks_categories WHERE parent=14 AND validated=1 AND hide=0 AND isalbum=0 ORDER BY name ASC ;

Number of rows is 0 for Resource id #142

Load time so far: 0.47 seconds.
Performing query: UPDATE wsnlinks_settings SET content='1,19,21,22,23,20,16,25,26,27,24,28,17,30,29,32,18,2,31,3,4,39,33,34,35,42,43,36,45,44,46,37,40,38,41,5,15,6,7,47,8,9,10,11,12,13,14' WHERE name='sitemaporder';

Load time so far: 0.48 seconds.
Performing query: UPDATE wsnlinks_settings SET content='<option value="1"> Art</option><option value="19">- directories</option><option value="21">- Literature</option><option value="20">- people</option><option value="16">- Performing</option><option value="17">- Structural</option><option value="18">- Visual</option><option value="2"> Directories</option><option value="31">- General</option><option value="3"> Education</option><option value="4"> Era</option><option value="39">- 17th Century</option><option value="33">- 18th_Century</option><option value="34">- 19th_Century</option><option value="35">- 20th Century</option><option value="36">- Ancient</option><option value="37">- Classical</option><option value="40">- directories</option><option value="38">- Medieval</option><option value="41">- Renaissance</option><option value="5"> Events</option><option value="15"> Forums and News</option><option value="6"> General</option><option value="7"> Industry</option><option value="47">- Health and Beauty</option><option value="8"> Media</option><option value="9"> People</option><option value="10"> Recreation</option><option value="11"> Reference</option><option value="12"> Region</option><option value="13"> Science</option><option value="14"> Society</option>' WHERE name='categoryselector';


Warning: Cannot modify header information - headers already sent by (output started at /home/grackelf/public_html/historyannals/classes/database.php:244) in /home/grackelf/public_html/historyannals/end.php on line 29

Load time so far: 0.5 seconds.
Performing query: UPDATE wsnlinks_sessions SET starttime='0' WHERE time < 15;

Load time so far: 0.51 seconds.
Performing query: UPDATE wsnlinks_sessions SET time='0' WHERE time < 15;

Load time so far: 0.51 seconds.
Performing query: SELECT starttime FROM wsnlinks_sessions WHERE memberid=1 ;

Number of rows is 1 for Resource id #145

Load time so far: 0.51 seconds.
Performing query: UPDATE wsnlinks_sessions SET time='1113789584', location='http://grackelfish.com/historyannals/suggest.php?action=addcat&filled=1', catid='', threadid='', areaname='Suggest New Category' WHERE memberid=1;


Welcome to WSN Links 3.15
This text is in your wrapper template. Visit your admin panel to edit it.

The category has been created.

Continue

You're logged in as din.
[View Profile] [Edit Profile] [Logout]
Create your personal link list

Admin Control Panel
122 total queries
This page was created in 0.581461906433 seconds

closing database connection

my extra 'customwrap' category was built in addition to the 'Health and Beauty' category that I was making. The customwrap category in phpmyadmin doesn't have a type or permissions. They are blank, but, it does have the other default information that the other categories have, like name , ID, time, lastedit etc.

I also have the html source for the submission page, if you think that will help. I didn't see anything out of sorts, but I'm not sure what I'm looking for.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Apr 18, 2005 - 1:36 AM:

'Access denied for user: ' is certainly odd, that's the only thing that stands out.

I'm not sure what I'm looking for.

Neither am I. I suppose I could just have it outlaw categories named customwrap, but that wouldn't really be addressing whatever's happening and I'd probably cause the same thing to happen to you with some other name.

You're not using any sort of custom templates anywhere around there?
din
Experienced

Usergroup: Customer
Joined: May 12, 2003

Total Topics: 5
Total Comments: 56
din
Posted Apr 18, 2005 - 5:58 AM:

On this particular install I don't have anything custom, I haven't even changed the wrapper yet.

This also happens with me on another install, with categories and sometimes I get a dummy listing created if I add a link also. That install is 3.13 and has been upgraded and modded since 2.36 so I was sort of thinking that I had some sort of goofy thing I'd done over the years scewing it up.

I also have a similar problem at the forums I'm wokring on, but making a new a forum makes a new one called 'aftereditavatar' and I can't even add a new smilie without screwing them all up at the forums. (as of version 1.00, i haven't tried within the last to steps to 1.01 and 1.02)

If it is something that is just happening to me I don't want to pull you away from anything, there might be something going on with my computer or browser. I can't think of what, though smiling face
din
Experienced

Usergroup: Customer
Joined: May 12, 2003

Total Topics: 5
Total Comments: 56
din
Posted Apr 18, 2005 - 12:24 PM:

I don't know how definative this is .. When using Firefox (and I know a few of you do to) I had 3 instances of making the annoying 'customwrap' category, Once using the mass creation '[,]' method.

On a semi lark I fired up Opera 7.11 and used it create about 70 more categories without incident. I can't say definately it has something to do with my Firefox or, more likely, one of its extensions because everything was happening randomly as near as I could tell. But, 1 out every 10 categories vs. 0 out of every 70 is pretty strong. I'll try regular old Mozilla and maybe *dread* IE. I'll also take Opera to the forums where that extra stuff seemed to be happening to me all the time and try it there.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Apr 19, 2005 - 12:17 AM:

I've used firefox (previously firebird) for a few years, though I tend to use opera more frequently now (since firefox seems to get buggier with each version).

I'd have to guess maybe there's some sort of cookie issue, but I don't know how you could get cookies like that, nor how they could impose themselves like that if they existed.
din
Experienced

Usergroup: Customer
Joined: May 12, 2003

Total Topics: 5
Total Comments: 56
din
Posted Apr 19, 2005 - 8:40 PM:

I'm going to call this done .. Opera worked perfectly adding a forum in WSNForums, where /every/ time I tried it in FF I got the extra forum. I uninstalled 2 extensions that I had for a while and added a bunch of categories in WSNlinks with FF without incident.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.