Coder Social home page Coder Social logo

avegao / ufuturehouse-server Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 960 KB

uFutureHouse is a solution for the management of real estate that allows a modern web synchronized with your data and offer an API for mobile and desktop applications.

ApacheConf 0.57% PHP 99.14% CSS 0.29%

ufuturehouse-server's People

Contributors

avegao avatar

Watchers

 avatar  avatar  avatar

ufuturehouse-server's Issues

[Insight] The Symfony Dependency Injection Container should not be passed as an argument - in src/Ufuturelabs/…/Util/Util.php, line 22

in src/Ufuturelabs/Ufuturehouse/Server/BackendBundle/Util/Util.php, line 22

A Symfony dependency injection container has been found as an argument.

    /**
     * @param string|null $kernelRootDir
     * @param ContainerInterface $container
     */
    public function __construct($kernelRootDir = null, ContainerInterface $container = null)
    {
        $this->kernelRootDir = $kernelRootDir;
        $this->container = $container;
    }

Posted from SensioLabsInsight

[Travis-CI] Problems with entities

After 5c70263:

[Doctrine\ORM\Mapping\MappingException]                                      
  Entity 'Ufuturelabs\Ufuturehouse\Server\PeopleBundle\Entity\Person' has to   
  be part of the discriminator map of 'Ufuturelabs\Ufuturehouse\Server\People  
  Bundle\Entity\Person' to be properly mapped in the inheritance hierarchy. A  
  lternatively you can make 'Ufuturelabs\Ufuturehouse\Server\PeopleBundle\Ent  
  ity\Person' an abstract class to avoid this exception from occurring.

[Insight] A Symfony2 application should be bootable

SensioLabsInsight was not able to boot your Symfony2 application. If you need to customize files or run commands to make it bootable, you can edit your SensioLabsInsight project configuration to override the default "pre_composer_script" and/or "post_composer_script" settings.

An exception occured in driver: SQLSTATE[HY000] [2002] Connection refused in /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php on line 103
Stack trace:
#0 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php(133): Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException('An exception oc...', Object(Doctrine\DBAL\Driver\PDOException))
#1 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php(47): Doctrine\DBAL\DBALException::driverException(Object(Doctrine\DBAL\Driver\PDOMySql\Driver), Object(Doctrine\DBAL\Driver\PDOException))
#2 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(360): Doctrine\DBAL\Driver\PDOMySql\Driver->connect(Array, 'root', NULL, Array)
#3 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): Doctrine\DBAL\Connection->connect()
#4 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\DBAL\Connection->getDatabasePlatformVersion()
#5 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\DBAL\Connection->detectDatabasePlatform()
#6 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(81): Doctrine\DBAL\Connection->getDatabasePlatform()
#7 /home/foobar/code/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php(108): Doctrine\ORM\Mapping\ClassMetadataFactory->initialize()
#8 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php(69): Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory->getAllMetadata()
#9 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php(48): Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer->warmUp('/home/foobar/co...')
#10 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(546): Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate->warmUp('/home/foobar/co...')
#11 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(128): Symfony\Component\HttpKernel\Kernel->initializeContainer()
#12 /home/foobar/code/app/InsightAppKernel.php(15) : eval()'d code(7): Symfony\Component\HttpKernel\Kernel->boot()
#13 /home/foobar/code/app/InsightAppKernel.php(15): eval()
#14 {main}

Posted from SensioLabsInsight

[Insight] Database queries should use parameter binding - in src/…/Catalogue/CatalogueType.php, line 34

in src/Ufuturelabs/Ufuturehouse/Server/HousingBundle/Form/Type/Catalogue/CatalogueType.php, line 34

If provided by the user, the value of $this->catalogue may allow an SQL injection attack. Avoid concatenating parameters to SQL query strings, and use parameter binding instead.

    }

    /** {@inheritdoc} */
    public function setDefaultOptions(OptionsResolverInterface $resolver)
    {
        $dql = 'SELECT c FROM HousingBundle:Catalogue\Catalogue c WHERE c INSTANCE OF '.$this->catalogue;
        $query = $this->em->createQuery($dql);
        $choices = $query->getArrayResult();

        $resolver->setDefaults(array(
            'choices' => $choices,

Posted from SensioLabsInsight

Faltan datos a las personas

Los datos que son collections para las personas, tantos físicas como jurídicas no aparecen en pantalla pero si en base de datos. La relación está a NULL.

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.