Beta for 1.2 available

181 views
Skip to first unread message

Jens de Smit

unread,
Aug 24, 2011, 11:17:30 AM8/24/11
to PorPOISe
Hi all,

With many thanks to Menno Bierenga I can announce the first beta for
the 1.2 release of PorPOISe with support for Layar 6.0. You can find
it at http://code.google.com/p/porpoise/downloads/detail?name=porpoise-1.2beta.zip

Some important notes:
- no backward compatibility yet. The Layar 6.0 response knows quite a
lot of changes and PorPOISe's file format has been altered to reflect
this. Older PorPOISe XML files will only work partially, older
databases probably won't work at all. This will probably be fixed with
a production release but will need more time
- this is a beta release: some things may not work right or at all.
Feedback or fixes in this topic are appreciated so that we can deal
with them and work on a nice functional release around the time that
the Layar 6.0 client goes out of beta
- documentation has not yet been updated so may be incorrect for this
version
- support for tab delimited files has been completely removed in this
release
- support for multiple layers in one database is almost done but not
yet completely. It will be for the final release.

Good luck with it!

Jens

Jens de Smit

unread,
Aug 24, 2011, 11:57:35 AM8/24/11
to PorPOISe
For those of you who were very quick: there was a small bug with the
SQLPOIConnector that could put your POIs in limbo when added through
the dashboard. This has been fixed and a new package has been uploaded.

Nuno Lopes

unread,
Aug 24, 2011, 12:43:03 PM8/24/11
to PorPOISe
Testing asp

Txumari

unread,
Aug 26, 2011, 3:24:29 AM8/26/11
to PorPOISe
Trying to add pois with the Dashboard I get this error:

"
Notice: Trying to get property of non-object in C:\ISS\PHP\layar\html
\sqlpoiconnector.class.php on line 439

Notice: Trying to ... 440

... line 441

...

Notice: Trying to get property of non-object in C:\ISS\PHP\layar\html
\sqlpoiconnector.class.php on line 458

Notice: Trying to get property of non-object in C:\ISS\PHP\layar\html
\sqlpoiconnector.class.php on line 459

Notice: Trying to get property of non-object in C:\ISS\PHP\layar\html
\sqlpoiconnector.class.php on line 460
Database error: SQLSTATE[HY000]: General error: 1366 Incorrect integer
value: '' for column 'doNotIndex' at row 1

"

Thanks for your fast development of the new api 6.0.


On 24 ago, 17:17, Jens de Smit <jfds...@gmail.com> wrote:
> Hi all,
>
> With many thanks to Menno Bierenga I can announce the first beta for
> the 1.2 release of PorPOISe with support for Layar 6.0. You can find
> it athttp://code.google.com/p/porpoise/downloads/detail?name=porpoise-1.2b...

Menno Bieringa

unread,
Aug 29, 2011, 4:01:12 AM8/29/11
to PorPOISe
That's Menno Bieringa, not Bierenga ;)


On 24 aug, 17:17, Jens de Smit <jfds...@gmail.com> wrote:
> Hi all,
>
> With many thanks to Menno Bierenga I can announce the first beta for
> the 1.2 release of PorPOISe with support for Layar 6.0. You can find
> it athttp://code.google.com/p/porpoise/downloads/detail?name=porpoise-1.2b...

Menno Bieringa

unread,
Aug 29, 2011, 4:05:36 AM8/29/11
to PorPOISe
Hi Txumari,

If you have any other info that could help me reproduce this error
that would be very useful, like:
- Does this error only happen when opening the dashboard or after
doing some sort of modification?
- Are you also using the new database schema?
- What version of PHP are you using?

Thanks,


Menno Bieringa

Txumari

unread,
Aug 30, 2011, 4:34:46 AM8/30/11
to PorPOISe
Ok,

I try to reproduce the error, and then when I try to create a new
layer I can´t to modify the options (message, refresh interval, ...)
The dashboard only create the layer on the BD when I click on her name
the first time with default settings. After that if I click on create
a new poi, I get this output
"Notice: Trying to get property of non-object in C:\ISS\PHP\layar
\html
\sqlpoiconnector.class.php on line 439 " for each line, ending in line
460. After that I get this error:

"Database error: SQLSTATE[HY000]: General error: 1366 Incorrect
integer value: '' for column 'doNotIndex' at row 1"

My PHP Version is 5.2.11, I can´t do any modification using the
dashboard, I create my layer in the config.xml, access to the
dashboard and click on layer name, this action create the layer on the
database. after that if I click on the "create poi" I get the error.

Yes I am using new database schema, is not an update, I made a new
Instalatation of porpoise 1.2.


Thanks for all.

Txumari

Txumari

unread,
Sep 5, 2011, 2:56:38 AM9/5/11
to PorPOISe
I work on this error but I can´t solve it. Then and until Layar
publish client with api 6.0, I try to install de version 1

Txumari

unread,
Sep 5, 2011, 3:00:06 AM9/5/11
to PorPOISe
I have been working on this error but I can´t solve it. Then I try to
use porpoise 1.1 until Layar publish client with api 6.0. but I get
more error with porpoise 1.1. I can´t make a call to the porpoise.php
because the response is a error in the script.

"Fatal error: Cannot instantiate abstract class POI in ...\html
\layer.class.php on line 161"

Someone know something about this error?

Thank for listen to me.

On Aug 30, 10:34 am, Txumari <txumari...@gmail.com> wrote:

Menno

unread,
Sep 5, 2011, 6:29:23 AM9/5/11
to porp...@googlegroups.com
Hi Txumari,

I've been trying to reproduce these errors but I can't.

Can you check if:
  1. Your have all Db tables: poi, action, animation and layer
  2. The tables action and animation have a foreign key constraint on poiId to poi.id with "cascade" as values for "on delete" and "on update"
  3. The database powered layer you have defined in your config file is actually present in the layer table
If this is all fine, please provide your PHP/MySQL versions

I'm not an ISS user but does anyone know if this might cause odd behaviour in combination with PHP?




2011/9/5 Txumari <txuma...@gmail.com>

Txumari

unread,
Sep 6, 2011, 7:11:52 AM9/6/11
to PorPOISe
Hi Menno,

The 3 points to check are ok.

I am going to install porpoise in another server, but older version
like porpoise 1.0 run on ISS perfect.

I will tell my results, thanks for all.

On 5 sep, 12:29, Menno <mbieri...@gmail.com> wrote:
> Hi Txumari,
>
> I've been trying to reproduce these errors but I can't.
>
> Can you check if:
>
>    1. Your have all Db tables: poi, action, animation and layer
>    2. The tables action and animation have a foreign key constraint on poiId
>    to poi.id with "cascade" as values for "on delete" and "on update"
>    3. The database powered layer you have defined in your config file is
>    actually present in the layer table
>
> If this is all fine, please provide your PHP/MySQL versions
>
> I'm not an ISS user but does anyone know if this might cause odd behaviour
> in combination with PHP?
>
> 2011/9/5 Txumari <txumari...@gmail.com>

Txumari

unread,
Sep 7, 2011, 1:00:22 PM9/7/11
to PorPOISe
I get run porpoise 1.1 on a apache server.

I follow invest about the dashboard problems.

Jens de Smit

unread,
Sep 15, 2011, 10:43:45 AM9/15/11
to PorPOISe
Hi,

Menno and I have created a second beta for 1.2. You can find the
download link on http://code.google.com/p/porpoise/downloads/list

We're still working out some kinks and features but it should improve
things a bit, especially for Linux/MySQL users.

Jens

rv pellarin

unread,
Sep 15, 2011, 10:49:40 AM9/15/11
to porp...@googlegroups.com

Does it fix the bug we know?

Menno

unread,
Sep 15, 2011, 1:55:23 PM9/15/11
to porp...@googlegroups.com
Depending on what bug you're referring to it just might :)
There was a case related issue with MySQL that triggered only for Linux users and could potentially lead to other odd behaviour.

Give it a go and let us know. 
If the issue persist then let's have a chat about that and see if we can fix it.

This version was not tested under IIS



2011/9/15 rv pellarin <noc...@gmail.com>
Reply all
Reply to author
Forward
0 new messages