Coder Social home page Coder Social logo

Comments (15)

jeroengerits avatar jeroengerits commented on May 22, 2024

Having the same problem over here...
http://paste.laravel.com/O3D

This issue doesn't happen in 1.0.7.

from whoops.

jklewa avatar jklewa commented on May 22, 2024

Same issue here, rather frustrating

from whoops.

zquintana avatar zquintana commented on May 22, 2024

I finally just removed it.

On Tue, Sep 10, 2013 at 5:45 PM, Jason Lewallen [email protected]:

Same issue here, rather frustrating


Reply to this email directly or view it on GitHubhttps://github.com//issues/91#issuecomment-24205792
.

from whoops.

bangpound avatar bangpound commented on May 22, 2024

I'm just starting out with this, and I immediately had this problem.

With PHP 5.4.19 (built in web server) I used 1.0.7 successfully on my mac.

With PHP 5.4.4-14+deb7u4 (Apache 2) on a Debian virtual machine, I used 1.0.8 without a trouble.

I wonder if the other reporters might say what PHP version they're using, whether they're using the built in web server or what?

from whoops.

denis-sokolov avatar denis-sokolov commented on May 22, 2024

Are you using PrettyPageHandler?
Perhaps you have a giant mass of objects to be displayed, some perhaps with looped links between them and the script times out while outputting that.
Try removing the ob_start in Run.php:236 and see what kind of output you get.

from whoops.

denis-sokolov avatar denis-sokolov commented on May 22, 2024

In #104 the issue happens on 5.5.3 with 1.0.8, but not 1.0.7.

@ricomonster, could you try removing the ob_start in Run.php:276 and see what kind of output you get? Thanks.

from whoops.

ricomonster avatar ricomonster commented on May 22, 2024

remove the ob_start but the ob_start is at line 236. echo $output is what at line 276.
screenshot from 2013-10-19 18 15 49

from whoops.

denis-sokolov avatar denis-sokolov commented on May 22, 2024

Yeah, I misspoke. Remove the ob_start at line 236.

from whoops.

ricomonster avatar ricomonster commented on May 22, 2024

removed and i still have that problem

from whoops.

denis-sokolov avatar denis-sokolov commented on May 22, 2024

Try and replace echo $output; with echo strlen($output);exit; and see what's the size of that monstrosity is.

from whoops.

neoascetic avatar neoascetic commented on May 22, 2024

Same for me. Removing of ob_start didn't help

from whoops.

ricomonster avatar ricomonster commented on May 22, 2024

just updated my laravel app to it's latest installation. no problems encountered anymore. :)

from whoops.

neoascetic avatar neoascetic commented on May 22, 2024

Yep, downgrading to 1.0.7 solves the problem

from whoops.

ricomonster avatar ricomonster commented on May 22, 2024

@neoascetic true, that solves the problem are you using laravel? for laravel users who encountered this error, just get the fresh composer.json file then paste it to your root app directory, delete composer.lock then composer.phar install

from whoops.

denis-sokolov avatar denis-sokolov commented on May 22, 2024

It was a duplicate of #103 all along. Tagging version 1.0.9 now.
As soon as Packagist gets upgraded, I'll ask Laravel to update.

Thanks for everybody for your input.

from whoops.

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.