Forum moderator: bigblog  
uCoz Community » Communication » uCoz Discussions » Bug Reporting (System Bugs, Errors, Reports)
Bug Reporting
Sunny
Posts: 9296
Reputation: 456

Message # 1 | 1:53 PM
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.
Cartman
Posts: 31
Reputation: 2

Message # 16 | 3:26 PM
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
Posts: 9296
Reputation: 456

Message # 17 | 2:53 PM
Cartman, what's your website address?
I'm not active on the forum anymore. Please contact other forum staff.
Cartman
Posts: 31
Reputation: 2

Message # 18 | 11:48 PM
Sunny, dirtywindows.hu
Sunny
Posts: 9296
Reputation: 456

Message # 19 | 12:34 PM
Cartman, the problem has been forwarded to the techs and will be fixed.
I'm not active on the forum anymore. Please contact other forum staff.
Locky
Posts: 11
Reputation: 0

Message # 20 | 7:46 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
Charley_Dixon
Posts: 30
Reputation: 0

Message # 21 | 11:23 PM
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

localStorage is null
http://s44.ucoz.net/uwbb/uwbb.js
Line 2513


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'
(see eg. https://developer.mozilla.org/en-US....of#null ). So the code should additionally check that the localStorage is not null to set this.sType correctly.
Sunny
Posts: 9296
Reputation: 456

Message # 22 | 4:38 PM
Charley_Dixon, thank you. The bug has been fixed and will become available on all servers soon.
I'm not active on the forum anymore. Please contact other forum staff.
Charley_Dixon
Posts: 30
Reputation: 0

Message # 23 | 4:16 PM
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
Posts: 9296
Reputation: 456

Message # 24 | 4:30 PM
Charley_Dixon, there is no need to post one and the same question in several threads. I will reply in your original thread.
I'm not active on the forum anymore. Please contact other forum staff.
Charley_Dixon
Posts: 30
Reputation: 0

Message # 25 | 4:38 PM
Sunny, sorry, I did not know that you read our forum. Please feel free to delete my posts.
Sunny
Posts: 9296
Reputation: 456

Message # 26 | 4:44 PM
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.
Auto9
Posts: 2
Reputation: 0

Message # 27 | 4:00 PM
website address : http://kal-dev.ucoz.com/forum
server name : [s57]
background bug .
Attachments: 6610446.png (409.8 Kb)
Sunny
Posts: 9296
Reputation: 456

Message # 28 | 4:57 PM
Auto9, thank you, it will be fixed. But even now this bug disappears if you add more forum boards.
I'm not active on the forum anymore. Please contact other forum staff.
Charley_Dixon
Posts: 30
Reputation: 0

Message # 29 | 5:38 PM
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)
Sunny
Posts: 9296
Reputation: 456

Message # 30 | 12:34 PM
Charley_Dixon, that's not a bug, that's how it works. You must be careful where you put the $CUT$ code.
I'm not active on the forum anymore. Please contact other forum staff.
uCoz Community » Communication » uCoz Discussions » Bug Reporting (System Bugs, Errors, Reports)
Search: