Sign in or 

| Started By | Thread Subject | Replies | Last Post | ||||
|---|---|---|---|---|---|---|---|
| schnellbd | Deleted Cell Still appearing in Recently Updated Feed | 1 | Feb 18 2009, 4:58 PM EST by boe_wetpaint | ||||
|
Thread started: Feb 12 2009, 2:41 PM EST
Watch
On 2009.02.10, we had a user submit a Wiki Page using "Easy Edit". The user put a special character in the title "A Trip Through The Neighborhoods of São Paulo. Where the Best Real Estate Options Are Located?" which generated a problem with the url generated for this page (HTML encoding was used instead of URLEncoding). Due to this error, the user resubmitted the same page with the same title 3 times.
I was able to delete the page from our site and the cell but there are two instances of this page still appearing in the Recently Updated feed (http://feed.wapi.wetpaint.com/FeedService/getRecentlyUpdatedCells.do?ns=nuwire). In the feed, there is no cellId returned. Can you help in troubleshooting and resolving why there are two instances of this "title" still appearing in Recently Updated? Regards, Barry Schnell
out of
found this valuable.
Do you find this valuable?
Keyword tags:
encoding
invalid url
orphaned cell
recently updated
Show Last Reply
|
|||||||
| thempauls | LoginDialog on IE7 | 4 | Jan 6 2009, 1:00 PM EST by boe_wetpaint | ||||
|
Thread started: Dec 19 2008, 7:05 PM EST
Watch
To see this error:
- Use IE7 - Click EasyEdit while not logged in - From the "Please Login" dialog, click 'help' The LoginDialog shows up. The container for this content is not wide enough for the content - as a result, the text extends outside the right edge of the box. Have been able to reproduce this error on our site and the IGN Grand Theft Auto IV wiki.
Show Last Reply
|
|||||||
| mattkaufman | getCellChildren returning 'none' | 1 | Oct 30 2008, 5:58 PM EDT by boe_wetpaint | ||||
|
Thread started: Oct 26 2008, 9:27 PM EDT
Watch
The getCellChildren call returns "Subpages: None", but the getNavigation call shows that the cell does indeed have children. Does anyone know a possible reason for this discrepancy?
1
out of
1 found this valuable.
Do you find this valuable?
Do you?
Keyword tags:
getCellChildren
Show Last Reply
|
|||||||
| brucelawson | "Best viewed in IE or firefox" message | 2 | Sep 30 2008, 8:58 AM EDT by brucelawson | ||||
|
Thread started: Sep 28 2008, 5:37 AM EDT
Watch
I use Opera. Is it worth my signing up, or will pages break?
Show Last Reply
|
|||||||
| idris | White Text is Invisible in EasyEdit | 5 | Sep 24 2008, 12:40 PM EDT by boe_wetpaint | ||||
|
Thread started: Aug 21 2008, 11:45 AM EDT
Watch
On pages with white text (usually a dark background), the EasyEdit iframe has a white background, but the text is also white, so you cannot see what you are writing. Maybe the background of the EasyEdit iframe should be transparent?
Here's an example: http://www.inuyashamovies.net/apps/wiki/inuyasha-anime-bio
Show Last Reply
|
|||||||
| bryantt | Error IE6 only | 6 | Jun 24 2008, 11:33 AM EDT by bryantt | ||||
|
Thread started: Jun 18 2008, 2:37 PM EDT
Watch
When I refresh this page in IE6 (works fine Firefox 2 + 3 as well as IE7) I get an error.
http://language-exchangesdev.dickinson.edu/GlobalClassNew/wetpaint.aspx?Username=Ryan&UserEmail=burker@dickinson.edu&UserID=5 The error is: line 1180 char 59 Error: 'WPC.VN' is null or not an object Code:0 If I edit the page then click my "content history" link, the browser crashes. I'm using the C# example, with the only change being that I'm setting the user variables from the querystring: string UserEmail = System.Web.HttpContext.Current.Request.QueryString["UserEmail"]; string UserDisplayName = System.Web.HttpContext.Current.Request.QueryString["Username"]; string UserId = System.Web.HttpContext.Current.Request.QueryString["UserID"]; This is the javascript include from the actual page. Thanks. Todd <script src="http://wapi.wetpaint.com/JavaScriptService/getBootstrap.do" type="text/javascript"></script> <script type="text/javascript"> if( window.WPCAPI ) { WPCAPI.setLoginTicket( "0123456789ABCDEF0123456789ABCDEFZYXWVUTSRQPONMLKJIHGFEDCBA" ); // Only required if the user is logged in WPCAPI.setDeveloperKey("4c73b3d8b01f87c2a7b8be098af3aafa16cdc97dd673ebb71015b4c175cd2ff8"); WPCAPI.setNamespace("languageexchanges"); WPCAPI.processLogin = function() { location.href = "http://www.language-exchanges.org/login.aspx"; }; } </script>
Show Last Reply
|
|||||||