You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by Suresh Reddy <su...@gmail.com> on 2008/07/29 09:27:52 UTC

Missing required parameter: url

Hi,

I updated the shindig codebase from SVN and trying to rerun the
FETCH_ACTIVITIES operation.
When I to add the application to partuza (which is using new shindig
codebase).. I'm getting the following error.

----------------
Error: Missing required parameter: url

*Debug backtrace*

Array
(
    [0] => Array
        (
            [file] =>
C:\wamp\www\shindig\php\src\gadgets\http\GadgetRenderingServlet.php
            [line] => 78
            [function] => outputError
            [class] => GadgetRenderingServlet
            [object] => GadgetRenderingServlet Object
                (
                    [context:private] =>
                    [lastModified:private] =>
                    [contentType:private] => text/html
                    [charset:private] => UTF-8
                    [noCache:private] =>
                    [cacheTime:private] => 86400
                    [noHeaders] =>
                )

            [type] => ->
            [args] => Array
                (
                    [0] => GadgetException Object
                        (
                            [message:protected] => Missing required
parameter: url
                            [string:private] =>
                            [code:protected] => 0
                            [file:protected] =>
C:\wamp\www\shindig\php\src\gadgets\http\GadgetRenderingServlet.php
                            [line:protected] => 67
                            [trace:private] => Array
                                (
                                    [0] => Array
                                        (
                                            [file] =>
C:\wamp\www\shindig\php\index.php
                                            [line] => 106
                                            [function] => doGet
                                            [class] => GadgetRenderingServlet
                                            [type] => ->
                                            [args] => Array
                                                (
                                                )
 )
                                )
                        )
                )
        )

    [1] => Array
        (
            [file] => C:\wamp\www\shindig\php\index.php
            [line] => 106
            [function] => doGet
            [class] => GadgetRenderingServlet
            [object] => GadgetRenderingServlet Object
                (
                    [context:private] =>
                    [lastModified:private] =>
                    [contentType:private] => text/html
                    [charset:private] => UTF-8
                    [noCache:private] =>
                    [cacheTime:private] => 86400
                    [noHeaders] =>
                )

            [type] => ->
            [args] => Array
                (
                )

        )

)

***
---------------

*Before update this xml was registered successfully.. and the gadget was
rendered with-out any issues.

--Suresh