Git Product home page Git Product logo

Comments (4)

sketchynix avatar sketchynix commented on July 24, 2024

Hi,
Won't have time until later this week to look into this, but what version of PHP are you on and what server type (linux/windows/etc)?

-Nick

from multup.

armababy avatar armababy commented on July 24, 2024

Hey,

I run PHP 5.3.10-1ubuntu3.2 with Suhosin-Patch (cli) on ubuntu 12.04.1 LTS

Meanwhile i will try to poke around code and see if i can locate problem, maybe it's my laravel setup.
Edit: Tried to use Resizer bundle and it worked fine.

from multup.

janhartigan avatar janhartigan commented on July 24, 2024

Hey @armababy,

My first guess would be that this has something to do with the bundle not being loaded correctly. Can you paste your bundles.php? Also if you throw a die('test') in the bundle's start.php, it will let you know whether or not the bundle's being loaded properly. Let me know!

from multup.

armababy avatar armababy commented on July 24, 2024

Hey @janhartigan,

Here's my bundles.php

return array(
    'crud',
    'swiftmailer',
    'nesty'      => array('auto' => true),
    'sentry'     => array('auto' => true),
    'theme'      => array('auto' => true),
    'filesystem' => array('auto' => true),

    // Voto stuff
    'profile'    => array('auto' => true, 'handles'   => 'profile'),
    'restaurant' => array('auto' => true, 'handles'   => 'restaurant'),
    'multup'     => array('auto' => true),
    'resizer'    => array('auto' => true)
);

I could not test die statement because of that Class not found.
But what i did is i tested this:var_dump(Bundle::started('Multup'));
Witch returned true

from multup.

Related Issues (4)

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.