Showing posts with label bug. Show all posts
Showing posts with label bug. Show all posts

2009-12-13

Panoye in Google Chrome

Google just released (finally!) the Linux version of its browser Chrome:



For those using Chrome - there was a small bug while scrolling the panorama. The bug is resolved now.

2009-04-27

Missing argument 2 ...

Thanks to Oscar Ibáñez who found this annoying bug that happened sometimes when uploading panoramas:
Warning: Missing argument 2 for Sql::setInt(), called in .../PanoramaTags.class.php on line 17 and defined in .../Sql.class.php on line 25 Page not found
The problem should be solved by now.

Thanks Oscar!

2008-02-25

Login bug

Eric S. Raymond in hist essay "The Cathedral and the Bazaar" wrote:
Given enough eyeballs, all bugs are shallow
It means that if enough people is testing some (software) application -- they will find every bug in it.

Since panoye is still beta (and it will remain beta for some time ;), there are bugs. The latest of this bugs prevented some users to log-on the site... After they typed their username and password -- the response was:



Thanks to teothx who found and alerted me about this error. Grazie mille!

2008-02-15

Features, updates, bugs...

A quick post on few new features and resolved bugs:

1. Google maps copyright-bug:



Sometimes the GoogleMap's copyright information just "went out" of its predefined space. This is now solved. Thanks to Bernie who found this bug.

By the way, Bernie have a very nice panoramic site.

2. Added a "Remember me on this computer" checkbox:



...and now you don't have to login and re-login again every time you come on panoye.

3. Added the list of the most active users (i.e. users with most panoramas) on the main page.

4. Added the "Latest panoramas" list on the blog. If somebody want to try it you have to copy-paste this code:
<div id="latest_panoramas_widget"></div>
<script src="http://www.panoye.com/feed-json-new.10.json"></script>
<script src="http://www.panoye.com/js/latest_panoramas.js"></script>

...on your web page.

PS. I'm still waiting Amazon S3 to start working normally :(

PPS. Finally ;) It works now...

2008-01-24

Long urls bug...

Did you ever see a url like:

panoye.com/panorama-popular.0_0_0_0_0_page_2.1_1_1_1_page_1.2_2_page_3.3_page_4.page_7.html

Maybe yes, maybe not. But anyway - urls like that one sometimes appeared on the "popular panoramas" page. And that was a (bad) bug... ;(

2008-01-22

Ups, I did it again

I did it again ;) There was a bug with the orientation of partial panoramas. Sometimes they just didn't work. and I discovered it with thanks to cg2i's panorama:



Of course, the bug is solved now. At least this one ;)