Coder Social home page Coder Social logo

cocolabs-sas / cocorico Goto Github PK

View Code? Open in Web Editor NEW
856.0 856.0 610.0 4.29 MB

👐 Cocorico is an open source marketplace solution for services and rentals. More information right here: https://www.cocorico.io/ 🚀 Cocorico is also available in an off-the-shelf SaaS package, check out https://www.hatch.li to launch your platform today. 😍 We are hiring (telecommute welcome 🏡): https://www.welcometothejungle.com/en/companies/cocorico/jobs/candidatures-spontanees#apply

Home Page: https://www.cocolabs.com

License: MIT License

PHP 56.22% Shell 0.12% Batchfile 0.04% CSS 12.29% JavaScript 7.90% Gherkin 2.74% Twig 20.69%
cocolabs cocorico database dll ecommerce-platform fill linux marketplace mongodb open-source php platform roadmap service-marketplace sharing-economy symfony virtual

cocorico's People

Contributors

afedak avatar anfrantic avatar bytehead avatar cocolabssas avatar damiencostocking avatar dependabot[bot] avatar gcazin avatar giorgio654 avatar gonzasylv avatar humenetskyifr avatar imanalopher avatar jeanfrancois-glm avatar kellyra avatar kroshp avatar naruto2409 avatar oleksandr-vynar avatar p3ndra avatar rterreroalares avatar telixj avatar tiretdusix avatar uzurstuv avatar valimero avatar vitorbari avatar

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  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

cocorico's Issues

ADMIN Access

Hi!
I´m new to cocorico marketplace and I like to know the ADMIN-Dashboard installed at demo:
http://demo.cocorico.io/en/

I´m trying to access without success...

some attemps:
http://demo.cocorico.io/admin/dashboard
Message: "Page not found"

http://demo.cocorico.io/en/admin/dashboard
Message: "Page not found"

Like informed here at "Browsing the Demo Application":
http://cocorico.dev/admin/dashboard
[email protected]
super-admin

Message: "Can not access this site"

Somebody can send me:
admin-dashboard url;
user name;
password

to cocorico demo access?
Thanks in advance!

Admin/dashboard

Hi,

I complete my first attempt to install Cocorico and all seems to work well (browser navigation, login to demandeur/fournisseur account) exept the access to http://[cocorico.dev]/admin/dashboard (page not found in the prod version, no route in the dev version)

Here an excerpt from my logs :
[2016-09-04 19:40:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/dashboard"" at /var/www/cocorico/Symfony/app/cache/prod/classes.php line 2599 {"exception":"[object](Symfony\Component\HttpKernel\Exception\NotFoundHttpException%28code: 0%29: No route found for "GET /admin/dashboard" at /var/www/cocorico/Symfony/app/cache/prod/classes.php:2599, Symfony\Component\Routing\Exception\ResourceNotFoundException%28code: 0%29: at /var/www/cocorico/Symfony/app/cache/prod/appProdUrlMatcher.php:2214)"} []

I don't understand well the logs and I don't find this path in the folders
Thank for your help, Regards - Hélène

Comment fonctionne le système de traduction (DEV)

Bonjour, je suis développeur et aimerais savoir comment fonctionne le système de traduction.

Pouvez-vous me confirmer si les choses suivantes sont exactes:

  • Quand on édite un fichier de traduction dans le dossier "translation", le contenu de celui-ci est ensuite automatiquement inséré en BDD.
  • Si on modifie une traduction en BDD, les fichiers de traduction sont ensuite automatiquement mis à jour.
  • Un fichier de traduction non présent dans un .gitignore, peut en écraser un plus récent et donc aboutir à une maj des traductions en bdd en écrasent les modifications précédemment faite.

Au vu des problèmes que l'on a rencontré, j'en ai déduit que le comportement que je viens de citer est celui actuellement en place, pouvez vous me le confirmer ou au contraire m'expliquer le processus de fonctionnement si ma vision du fonctionnement du système de traduction s'avèrerais inexacte svp ?

Merci.

Problem with translation

Hello, I followed this issue #23.
I extract all translations by this perfect code for me
php app/console translation:extract it --config=cocorico
I added 'it' in the parameters file in Cocorico/CoreBundle/Resources/config/parameters.yml
I opened and updated almost every thing in the translation page in administration ( __translations )

but still not working, I can change language in Italian but still is in english.
I forgot something ?
Thanks

Dockerize the project

Hey,

As the requirements are pretty specific to this project, that would be nice to put #it on docker.

New Search Filter

Bonjour,

J'ai besoin d'ajouter un addOrderBy('certified', 'DESC'); dans Model\Manager\ListingSearchManager:search.

Il est bien intégré à la requête doctrine mais d'autre orderBy sont ajoutés après lui sans que je comprenne vraiment pourquoi ni comment ils arrivent. voici un sample du code que j'ai :

        $certified = $listingSearchRequest->getCertified();
        if($certified){
            $queryBuilder->addOrderBy('l.certified', 'DESC');
        }

        //Query
        $query = $queryBuilder->getQuery();
        $query->setHydrationMode(Query::HYDRATE_ARRAY);

        return new Paginator($query);

Auriez-vous une idée ?

Par ailleurs je ne trouve pas de Listener aux events :

const LISTING_SEARCH = 'cocorico.listing_search';
const LISTING_SEARCH_ACTION = 'cocorico.listing_search.action';

Pourriez-vous m'aiguiller ?

merci d'avance

How enable dev env ?

Hello, How can I enable the dev env for best performances and don't have cache problem during development please?

Payment methods

Hello!

How can I set cocorico to accept payment methods like credit card and paypal?

Local http://cocorico.dev/ is showing Symfony welcome page only

Hello,

How could I get a working local copy of cocorico? When I type http://cocorico.dev/ all I see is the Symfony welcome page that says "Your application is now ready. You can start working on it at: C:\wamp64\www\cocorico.dev"

What went wrong? I followed the steps shown in the installation information in github. Thank you.

This is my configuration, in case it helps.

(1) My cocorico folder
image

(2) My virtual host information
image

(3) The page I see at http://cocorico.dev/
image

[Solved] Cocorico installation problem

Hello. I'm trying to install Cocorico. When I need to run the command 'php composer.phar install', I receive a message indicating some requirements could not be resolved (please, see the attached image).

cocorico-problem-1

How to resolve this problem?

Best regards,

Giovanni.

question about mongodb

Hello I will try to install today your project on my server and i have some doubt after did it some failure local test
I tested on php 7.0, i will use php 5.5 or 5.6
I saw that Mongo is deprecated, now i don't know if I have to install Mongodb or Mongo.
What can you suggest to me? will be a problem if I will install mongodb?
Thanks
Gabriele.

Base table or view not found

Hello,

I installed the project to test crowing , but I don't find the script of the database in the source code , I get the following error appears:
Base table or view not found: 1146 Table ' cocorico_dev.listing_category ' does not exist "
Can you help me please ?

Thanks

virtual host dev

Hi, is it normal in the virtual host dev example to have
DocumentRoot /var/www/cocorico.dev/Symfony/web
<Directory /var/www/cocorico/web>

I don"t have any cocorico folder only /var/www/cocorico.dev/Symfony/web

thanks

ListingOption price to 0

Hello,

I'd like to enable 0 price ListingOptions. How do you suggest to do that ?

Thank you

Amaury

installation solution en local

Bonjour,
J'essaie d'installer votre solution opensource mais rencontre un souci avec la dll imagick alors que celle-ci se trouve bien dans mon répertoire en local (je suis sous wampserver en PHP 5.6.19)
Cordialement,

Hi,
I try to install your opensource solution but I encounter an issue with the imagick.dll while this one is well located in my local folder. (I use wampserver with the PHP 5.6.19 version)
Regards,

Backend Forms

Hello,

I'm creating Forms into my pages and wonder if you have basic mailing actions to bind the form with ?
Do I need to develop my own actions ?

Thank you

CocoricoSmsBundle

Bonjour,

Pourrai-je savoir ce qu'inclus ce Bundle et comment l'obtenir ?

Merci d'avance

Php version

hello,

I'm on ubuntu 16.04
Does cocorico run with php7 ???

Because I can't install 5.4 version

Thanks a lot.
Jimmy

Quick assistance i have already deployed version now need to copy

I have already deployed this on my server and working fine, now I need one more copy of my existing project.For making a copy do I need the follow all these steps? or simply copy paste and change the configuration file and follow the Symfony guideline for making a copy from there - link

Installation issue - 'Dump assets' part

Both 'Dump assets' following commands return the same error :
php app/console assets:install --symlink web --env=dev
php app/console assetic:dump --env=dev

[Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException]
The service "uri_signer" has a dependency on a non-existent parameter "kernel.secret". Did you mean this: "kernel.charset"?

Note that as I'm totally new to cocorico and not so familiar with Symfony, I may have made some mistakes during initial setup.

Let me know if you need more informations.
Regards,

Installation issue - 'SymfonyRequirements.php' is missing

Hi,
First, as a cocolabs customer, I'm really glad to see this Open Source project finally out on github, congratulations !

Server : Ubuntu Server 14.04 LTS
Web server : Apache2
Database server : MySQL

Here's some problems encountered during my first attempt to install Cocorico :

1/ It looks like Symfony/app/SymfonyRequirements.php is missing so it's not possible to run the following commands :
php app/check.php
http://[cocorico.dev]/config.php

Let me know if you need more informations.
Regards,

[BUG] Date non reset

Bonjour, quand on sélectionne une date dans une annonce, celle-ci semble stocké dans un cookie ou en session, ces données sont réinitialisée lorsque l'on passe sur le listing à nouveau en refaisant une recherche.

J'ai trouvé un bug dans le cas ou on ouvre deux onglets avec deux annonces différentes, lorsque l'on choisi une date sur une des annonce et que l'on refresh l'autre onglet, la date affichée n'a pas été réinitialisé, il semble que le reset se fasse donc sur le listing mais pas sur la page des annonces, ce qui repercute la date selectionné d'une annonce à l'autre lorsque l'on ne repasse pas entre deux sur la page listing.

Voilà c'est pour signaler le petit souci, car ça ressemble fort à un bug ou du moins à un comportement non voulu qui n'a pas été remarqué. Le problème est également présent sur votre dernière demo.

Bonne journée.

Frontend assets issues

Hello,
I just installed it the first time. Everything has been made according to the guide. The database and the dev-env seems to be working as I can log in via browser to the admin dashboard or register in as a user. But isn't the frontend supposed to look like here http://demo.cocorico.io/en/ ? I actually see everything as simple HTML without any design at all. Also publishing a new listening does not work that way. Sorry, but what am I doing wrong?
PHP 5.6
Apache 2.4
mongodb 2.6
Kind regards

Is mongodb used in this project ?

Hi,

And thank you for your very nice project.

I've been through the installation and noticed the mongo database wasn't used at all (though I've not started using the site yet). Is there a reason to make it mandatory ?

10GB in cache

I had over 10 GB cached, and no one exepted me visited the website.
I think is a really big big problem

Payplay Payment Gateway

How can I integrate PayPal. Which Bundle should I use and how should I Integrate that with Cocorico.
If I use MongoPay how can I integrate that, what files do I need to make changes to

Internationalization

Hello.

How to provide internationalization in cocorico? Should I create .xliff files for each language or this is can be made automatically using Microsoft Translator API?

Thanks,

Giovanni.

Currency setting

#Help Needed. I was able to install the site successfully but I am unable to change default currency
Second I want to have only one currency which file should I edit

Installation - security issue with some libraries

Regarding security check, some library used by cocorico seems to have security issues :

Security Check Report

Checked file: /var/www/cocoal/Symfony/composer.lock
  [CRITICAL]
  7 packages have known vulnerabilities

doctrine/annotations (v1.2.6)
-----------------------------

 * CVE-2015-5723: Security Misconfiguration Vulnerability in various Doctrine projects
   http://www.doctrine-project.org/2015/08/31/security_misconfiguration_vulnerability_in_various_doctrine_projects.html

doctrine/cache (v1.4.1)
-----------------------

 * CVE-2015-5723: Security Misconfiguration Vulnerability in various Doctrine projects
   http://www.doctrine-project.org/2015/08/31/security_misconfiguration_vulnerability_in_various_doctrine_projects.html

doctrine/common (v2.5.0)
------------------------

 * CVE-2015-5723: Security Misconfiguration Vulnerability in various Doctrine projects
   http://www.doctrine-project.org/2015/08/31/security_misconfiguration_vulnerability_in_various_doctrine_projects.html

doctrine/doctrine-bundle (v1.5.0)
---------------------------------

 * CVE-2015-5723: Security Misconfiguration Vulnerability in various Doctrine projects
   http://www.doctrine-project.org/2015/08/31/security_misconfiguration_vulnerability_in_various_doctrine_projects.html

doctrine/orm (v2.5.0)
---------------------

 * CVE-2015-5723: Security Misconfiguration Vulnerability in various Doctrine projects
   http://www.doctrine-project.org/2015/08/31/security_misconfiguration_vulnerability_in_various_doctrine_projects.html

symfony/symfony (v2.5.12)
-------------------------

 * CVE-2016-1902: CVE-2016-1902: SecureRandom's fallback not secure when OpenSSL fails
   http://symfony.com/blog/cve-2016-1902-securerandom-s-fallback-not-secure-when-openssl-fails

 * CVE-2015-8125: CVE-2015-8125: Potential Remote Timing Attack Vulnerability in Security Remember-Me Service
   http://symfony.com/blog/cve-2015-8125-potential-remote-timing-attack-vulnerability-in-security-remember-me-service

 * CVE-2015-8124: CVE-2015-8124: Session Fixation in the "Remember Me" Login Feature
   http://symfony.com/blog/cve-2015-8124-session-fixation-in-the-remember-me-login-feature

twig/twig (v1.18.2)
-------------------

 * Remote code execution in templates
   https://symfony.com/blog/security-release-twig-1-20-0 

cannot start config.php

Hello,
I've installed cocorico on a debian server (no gui) but I cannot start the config.php.

The error is:
This script is only accessible from localhost.

-rwxr-xr-x 1 ludovic ludovic 8090 mai 14 08:15 config.php

Merci

Comment ajouter des traductions en BDD ?

Bonjour, comment est il possible d'ajouter de nouvelles traductions en base de donnée svp ?
On peux les modifier, mais pas en ajouter depuis l'administration, j'ai trouvé les fichiers de traduction dans "app/Resources/translations/*", mais ils semblent généré et écrasé régulièrement.

Merci.

Somebody tested Cocorico with PHP 7.0?

Hello!
Somebody tested / installed Cocorico using PHP 7.0?
(Configure PHP - Tested versions: PHP: 5.4 for Cocorico 0.1.x, 5.6 for Cocorico 0.2.x)
Thanks!

Facebook button

Hello,
My facebook login works only on a mobile phone
What do I need to have to facebook button work on the Desktop PC?
I think I followed the instructions and created my facebook keys put them in parameters.yml

But when I click on the desktop on the facebook button nothing happens....

Thank you for your help

Unable to find the controller for path "/oauth/fb-login". The route is wrongly configured.

Hello,

I'm definitely spamming you :)

When the fb authentication come back to our website, we have this error :

Unable to find the controller for path "/oauth/fb-login". The route is wrongly configured.

I understand the meaning but why has this feature stopped working ? Do you have any fix ?

I changed few weeks ago jms_i18n_routing strategy configuration from 'prefix' to 'prefix_except_default':

jms_i18n_routing:
    strategy: prefix_except_default 

The router:match command for route /oauth/fb-login returns :

+--------------+---------------------------------------------------------+
| Property     | Value                                                   |
+--------------+---------------------------------------------------------+
| Route Name   | fr__RG__hwi_facebook_login                              |
| Path         | /oauth/fb-login                                         |
| Path Regex   | #^/oauth/fb\-login$#s                                   |
| Host         | ANY                                                     |
| Host Regex   |                                                         |
| Scheme       | ANY                                                     |
| Method       | ANY                                                     |
| Requirements | NO CUSTOM                                               |
| Class        | Symfony\Component\Routing\Route                         |
| Defaults     | _locale: fr                                             |
| Options      | compiler_class: Symfony\Component\Routing\RouteCompiler |
+--------------+---------------------------------------------------------+

Translations

Hello.

How to configure Cocorico/CoreBundle/Resources/config/parameters.yml when I have different countries using the same language? For example, pt for Portugal and Brazil.

Best regards,

Giovanni.

PHP Error

I am trying to install Cocorico in Debian 8. When I ran php app/check.php to check for system configuration, I got the following errors:

PHP Warning: require_once(/var/www/cocorico.dev/Symfony/app/Symfony Requirements.php): failed to open stream: No such file or directory in /var/www/cocorico.dev/Symfony/app/check.php on line 3
PHP Fatal error: require_once(): Failed opening required '/var/www/ cocorico.dev/Symfony/app/SymfonyRequirements.php' (include_path='.:/ usr/share/php:/usr/share/pear') in /var/www/cocorico.dev/Symfony/app /check.php on line 3

More detailed Install

Hi,
I'm having great issues trying to get this installed and working on a new Linode linux server based on Debian 8. I would ideally like to use CentOS 7 as I'm more familiar with that, however I believe it's not possible.

Would anyone mind writing a step-by-step guide for me to enable me to get this online and working as I have tried to follow the guide printed, but I've not been successful.

Thanks

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.