Giter VIP home page Giter VIP logo

Comments (6)

weierophinney avatar weierophinney commented on June 1, 2024

@h3110w0r1d do you have a stack trace for this? But yeah, we may need some clever way of replacing those unserializable instances.


Originally posted by @Ocramius at zendframework/zend-developer-tools#153 (comment)

from laminas-developer-tools.

weierophinney avatar weierophinney commented on June 1, 2024

Stack trace:

 #0 /home/ethantsien/project/www/h3110w0r1d.com/vendor/zendframework/zend-developer-tools/src/ZendDeveloperTools/Collector/ConfigCollector.php(94): serialize(Array) 

#1 [internal function]: ZendDeveloperTools\Collector\ConfigCollector->serialize() 

#2 /home/ethantsien/project/www/h3110w0r1d.com/vendor/zendframework/zend-developer-tools/src/ZendDeveloperTools/Profiler.php(213): serialize(Object(ZendDeveloperTools\Collector\ConfigCollector)) 

#3 /home/ethantsien/project/www/h3110w0r1d.com/vendor/zendframework/zend-developer-tools/src/ZendDeveloperTools/Listener/ProfilerListener.php(107): ZendDeveloperTools\Profiler->collect(Object(Zend\Mvc\MvcEvent)) 

#4 [internal function]: ZendDeveloperTools\Listener\ProfilerListener->onFinish(Object(Zend\Mvc\MvcEvent)) #5 /home/ethantsien in /home/ethantsien/project/www/h3110w0r1d.com/vendor/zendframework/zend-developer-tools/src/ZendDeveloperTools/Collector/ConfigCollector.php on line 94

i am sure that the line ''route_plugins' => new RoutePluginManager(),' in the config below cause this error

return array(
    'router' => array(
        'routes' => array(
            'passport' => array(
                'type' => 'chain',
                'options' => array(
                    'routes' => array(
                        'hostname' => array(
                            'type' => 'Zend\Mvc\Router\Http\Hostname',
                            'options' => array(
                                'route' => PASSPORT_HOSTNAME,    
                                'defaults' => array(
                                    '__NAMESPACE__' => 'Passport\Controller',
                                    'controller' => 'Index',
                                    'action' => 'index',    
                                ),
                            ),    
                        ),
                        'scheme' => array(
                            'type' => 'Zend\Mvc\Router\Http\Scheme',
                            'options' => array(
                                'scheme' => 'http',
                            ),    
                        ),
                    ),
                    'route_plugins' => new RoutePluginManager(),
                ),

                'may_terminate' => true,

                'child_routes' => array(
                    'home' => array(
                        'type' => 'literal',
                        'options' => array(
                            'route' => '/',
                        ),
                    ),
                    'register' => array(
                        'type' => 'literal',
                        'options' => array(
                            'route' => '/register',
                            'defaults' => array(
                                'action' => 'register',    
                            ), 
                        ),    
                    ),
                    'login' => array(
                        'type' => 'literal',
                        'options' => array(
                            'route' => '/login',
                            'defaults' => array(
                                'action' => 'login',    
                            ),
                        ),    
                    ),
                    'logout' => array(
                        'type' => 'literal',
                        'options' => array(
                            'route' => '/logout',
                            'defaults' => array(
                                'action' => 'logout',    
                            ), 
                        ),    
                    ),
                ),
            ),
        ),    
    ),
);

Originally posted by @h3110w0r1d at zendframework/zend-developer-tools#153 (comment)

from laminas-developer-tools.

weierophinney avatar weierophinney commented on June 1, 2024

@h3110w0r1d yeah, I have something in RoaveDeveloperTools which may be backported here, see https://github.com/Roave/RoaveDeveloperTools/blob/424285eb861c9df7891ce7c6e66a21756eecd81c/src/Roave/DeveloperTools/Stub/SerializableValueStub.php#L44


Originally posted by @Ocramius at zendframework/zend-developer-tools#153 (comment)

from laminas-developer-tools.

weierophinney avatar weierophinney commented on June 1, 2024

thanks
2014年5月28日 下午8:11于 "Marco Pivetta" [email protected]写道:

@h3110w0r1d https://github.com/h3110w0r1d yeah, I have something in
RoaveDeveloperTools which may be backported here, see
https://github.com/Roave/RoaveDeveloperTools/blob/424285eb861c9df7891ce7c6e66a21756eecd81c/src/Roave/DeveloperTools/Stub/SerializableValueStub.php#L44


Reply to this email directly or view it on GitHubhttps://github.com/zendframework/zend-developer-tools/issues/153#issuecomment-44398163
.


Originally posted by @h3110w0r1d at zendframework/zend-developer-tools#153 (comment)

from laminas-developer-tools.

weierophinney avatar weierophinney commented on June 1, 2024

Still an issue.


Originally posted by @Ocramius at zendframework/zend-developer-tools#153 (comment)

from laminas-developer-tools.

weierophinney avatar weierophinney commented on June 1, 2024

a very annoying one


Originally posted by @Perfect-Web at zendframework/zend-developer-tools#153 (comment)

from laminas-developer-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.