Coder Social home page Coder Social logo

aisel's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aisel's Issues

administration/en/navigation/menu/create UnexpectedTypeException & ModelManagerException

1.UnexpectedTypeException Expected argument of type "object or array", "string" given

/Aisel/src/Aisel/NavigationBundle/Admin/NavigationAdmin.php

missing end()

    public function validate(ErrorElement $errorElement, $object)
    {
        $errorElement
            ->with('title')
            ->assertNotBlank()
            ->end() //missing end()
            ->with('metaUrl')
            ->assertNotBlank()
            ->end();
    }

2.ModelManagerException: Failed to create object: Aisel\NavigationBundle\Entity\Menu
NotNullConstraintViolationException: An exception occurred while executing 'INSERT INTO aisel_menu_top (locale, lft, rgt, root, lvl, title, metaUrl, status, created_at, updated_at, parent_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params [null, 0, 0, 0, 0, "Testmenu", "/en/testmenu", 1, "2014-12-23 00:11:02", "2014-12-23 00:11:02", null]:

SQLSTATE[23000]: Integrity constraint violation: 1048 Le champ 'locale' ne peut être vide (null)


necessary to set the local

    public function prePersist($page)
    {
        $page->setLocale('en'); //i hardcoded en, but this is not the solution
        $page->setCreatedAt(new \DateTime(date('Y-m-d H:i:s')));
        $page->setUpdatedAt(new \DateTime(date('Y-m-d H:i:s')));
    }

Windows Deployment

can u give step by step tutorial on howto deploy this on window,including the bower and grunt installation,. I already try on my own but it is not successful. thanks.

Languages

The idea is not bad but it would be nice to have a way to add new languages?

You can remove the reference language in the url?

In settings management language is fantastic would be replicated
in pages and products with the ability to enable and disable
also cleaning the list page and products

image

error install cms

aisel

Notice: Use of undefined constant CURLOPT_FORBID_REUSE - assumed 'CURLOPT_F
ORBID_REUSE'

Delete one user

if you try to delete one user deletes all users including administrator

Can't install fixtures, give error

When trying to execute "php app/console aisel:install", gives error:

[Symfony\Component\Filesystem\Exception\IOException]
Failed to create ""

Server OS: Debian 7.8 x64

geek 2015-08-17 19 15 00

Navigation

It is possible to insert new elements in navigation?

class is deprecated

php.INFO: The Symfony\Component\Security\Core\SecurityContext class is deprecated
since version 2.6 and will be removed in 3.0. Use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage or Symfony\Component\Security\Core\Authorization\AuthorizationChecker instead.

{"type":16384,"file":"/home/master/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/SecurityContext.php","line":14,"level":28928,"stack":[{"function":"handleError","class":"Symfony\Component\Debug\ErrorHandler","type":"->"},{"file":"/home/master/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/SecurityContext.php","line":14,"function":"trigger_error"},

:( ??

Installation Problem: 'command' not recognized

I'm having troubles installing AIsel: AIsel:install

Eventhough I'm having some troubles with the installation. Aisle:install fails with the message that bower is required. But it is installed. See printscreen for more info:

printscreen

syntax error unexpected 'class'

Parse Error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/project/public_html/src/Aisel/UserBundle/Manager/UserManager.php on 260

php v 5.4.45

it depends on the version of php?

Contributing guideline

Hi, Ivan

I was taking a look in your project and noticed that you're the only contributor.
Going through the README I couldn't find any contributing guideline.

Your project seems to be very promise and it would be great if you provide a contributing guideline or a "what to do" guide.

Gruntfile

grunt Gruntfile.js
Warning: Task "Gruntfile.js" not found. Use --force to continue.

Aborted due to warnings.

Execution Time (2016-03-15 23:58:29 UTC)
loading tasks 7ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 88%
Total 8ms

Page nodes seem not working along with product categories

for both pages it should be showing just the page/product that we assign to respective category right. for now what i get is all the pages are shown when you click on specific the nodes/category. please correct me if I'm wrong. Thanks in advance

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.