Forum moderator: bigblog |
uCoz Community Communication uCoz Discussions Bug Reporting (System Bugs, Errors, Reports) |
Bug Reporting |
Bug (Software Bug) is the common term used to describe an error, flaw, mistake, failure, or fault in a computer program or system that produces an incorrect or unexpected result, or causes it to behave in unintended ways. Wikipedia If you have noticed a bug on your website, in Control Panel etc.: 1. Provide the website address. 2. Provide the server number where your website is located (you can check it in Control Panel -> Top bar -> General -> Server name). 3. Explain how the error appears, what actions lead to it and what error message the system displays. 4. Specify the module where the error takes place. 5. If the error occurs when editing an entry, specify the editing mode (Visual Editor, Pure HTML, BB Codes + HTML). 6. Provide a screenshot of the error if possible. If you have noticed grammar/spelling mistakes, please post them in the following thread: http://forum.ucoz.com/forum/56-4537-1 Before you post in this thread, think twice and make sure it is really a bug and not the result of your own actions.
I'm not active on the forum anymore. Please contact other forum staff.
|
Sunny, The bug still persist:
After editing any comment, all HTML elements displayed as text: The " and < characters are escaped on server side, that causes the problem. Post edited by Cartman - Tuesday, 2012-11-13, 4:59 PM
|
Sunny, ftp working. Just file manager bugged.
I tried this four times, here is the screen shot: Attachments:
1440294.png
(32.3 Kb)
Hungarian uCoz forum moderator
|
1. http://summerglauwiki.com/
2. s44 3. WYSIWYG editor erroneously uses localStorage 4. Forum, Page Editor, etc. 5. Visual Editor 6. No screenshot because a text message should be enough: Quote There is a check for localStorage in line 2475: Code this.sType = typeof localStorage == 'undefined' ? 0 : 1; which is incorrect because Code typeof null === 'object' |
1. http://summerglauwiki.com/
2. s44 3. Go to the "Video" section: http://summerglauwiki.com/video and click on any specific video on that page (for example http://summerglauwiki.com/video...._clip_9 - currently the first video on that page). After a few seconds you'll get a message "The page isn't redirecting properly" or "Safari can't open the page" or whatever message your browser displays when a page redirects to itself. But some other videos can be opened: for example select the "Other Videos" category and the first video on that page opens without any problems http://summerglauwiki.com/video....er_glau . 4. Video 5. n/a 6. $ curl -i http://summerglauwiki.com/video...._clip_9 HTTP/1.1 301 Moved Permanently Server: uServ/3.2.2 Date: Wed, 13 Feb 2013 15:10:57 GMT Content-Type: application/octet-stream Transfer-Encoding: chunked Connection: keep-alive Keep-Alive: timeout=15 Set-Cookie: dsgwikiuCoz=; path=/; expires=Mon, 14-Feb-2011 15:10:58 GMT; domain=.summerglauwiki.com; Location: http://summerglauwiki.com/video...._clip_9 Cache-Control: private note that "Location:" is the same as requested URL while for the second URL mentioned above: $ curl -i http://summerglauwiki.com/video....er_glau HTTP/1.1 200 OK ... [a lot of output follows] |
Sunny, sorry, I did not know that you read our forum. Please feel free to delete my posts.
|
Charley_Dixon, I meant this post http://forum.ucoz.com/forum/57-16010-3#98565 I didn't notice it was not posted by you but the website is the same.
I'm not active on the forum anymore. Please contact other forum staff.
|
website address : http://kal-dev.ucoz.com/forum
server name : [s57] background bug . Attachments:
6610446.png
(409.8 Kb)
|
1. http://cd-sandbox.ucoz.com/blog/summer_glau_fan_blog/1-0-2
2. s57 3. The HTML tags opened before the $CUT$ code are not closed when that part is displayed in a list of blog entries or news. For example I've put the $CUT$ code inside a table cell like this: Code This is some text. <table border="1" width="100%"> <tr><td>Cell 1$CUT$</td><td>Cell 2</td></tr> </table> This is another text. and that screwed up the whole page (see screenshots below). I would expect all opened HTML tags to be automatically closed before the "... Read more >>" link added. 4. Blog and News modules. 5. Any editing mode. 6. This is how the blog posts list is supposed to look like: and this how it actually looks like: Attachments:
1497996.png
(75.6 Kb)
·
0204152.png
(154.6 Kb)
|
| |||