Giter VIP home page Giter VIP logo

keosu's People

Contributors

badboum avatar coreflodev avatar couvrycorentin avatar flavien-lecuyer avatar lianglijiao avatar mcdn avatar quenanchever avatar tdelaigue avatar trekivoy avatar vleborgne 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

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

keosu's Issues

New issue when creating Content -->article

An exception occurred while executing 'INSERT INTO ArticleAttachment (reader_id, path, name, remote, idext, orientation, articleBody_id) VALUES (?, ?, ?, ?, ?, ?, ?)' with params [null, "1503565706_internet-marketing-course.jpg", null, 0, null, "landscape", 2]:

SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'name' cannot be null
500 Internal Server Error - NotNullConstraintViolationException
2 linked Exceptions:

PDOException » PDOException » 

Fatal error while installing

Warning: require_once(C:\xampp\htdocs\keosu\web/../app/bootstrap.php.cache): failed to open stream: No such file or directory.

error affter install

affer i install keosu errror
You are not allowed to access this file. Check app_dev.php for more information.
i chmod folder ,file but it doesn't work

Couple of issues

Hello, The first issue was with the download from the website which downloads keosu-rc-vRC-v0.1.6.1-unicorn-packaged.zip The zip file will not open. Get an invalid file error.

So I went to git hub and download the zip from there keosu-master.zip

Got to the configuration page. Set up all the usernames and passwords then got to testing it and got php errors. The first was looking for require DIR.'/../vendor/autoload.php'; line 21 in app_dev.php but since that directory does not exist I had to change it to require DIR.'/../app/autoload.php';

The next error was for the same line on line 5 in autoload.php changed it to the app directory and tried to load the page again and now I'm getting

( ! ) Fatal error: Maximum function nesting level of '256' reached, aborting! in C:\wamp64\www\keosu-master\app\autoload.php on line 3

Not sure how to get around that error so any help would be appreciated.

Ty

error while configuring

Hi, I get an error when configuring keosu :

Can't connect to your database. Check your parameters.
Try to create your database manually (with phpmyadmin or an other client) and try again.

Do you how to bypass it ? maybe it is because of admin right ? Must I create the database manually ?

Thanks, Frédéric Lang

A blank page display when I try to access web/app.php

Hi;

I completed successfully the install but when I tried to access the "web/app.php" I got a blank page without any error message display

I guess this is a read/write permission issue, but i don't know what i have to do to solve this problem.

In advance, thank you for your assistance.

Youness.

install from source in wamp

'C:\Users\Vostro>cd c:/wamp/www/keosu

c:\wamp\www\keosu>php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"
Downloading...

Composer (version 1.4.2) successfully installed to: C:\wamp\www\keosu\composer.phar
Use it: php composer.phar

Some settings on your machine may cause stability issues with Composer.
If you encounter issues, try to change the following:

The OpenSSL library (0.9.8u) used by PHP does not support TLSv1.2 or TLSv1.1.
If possible you should upgrade OpenSSL to version 1.0.1 or above.'

this code:
' c:\wamp\www\keosu>php composer.phar update '
return:
' Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors. '

I'm trying this:
'c:\wamp\www\keosu>php -d memory_limit=-1 composer.phar update'

But console returns:
'Your version of PHP, 5.3.13, is affected by CVE-2013-6420 and cannot safely perform certificate validation, we strongly suggest you upgrade.
You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- This package requires php >=5.5.9 but your PHP version (5.3.13) does not satisfy that requirement.
Problem 2
- Installation request for symfony/symfony 3.0.3 -> satisfiable by symfony/symfony[v3.0.3].
- symfony/symfony v3.0.3 requires php >=5.5.9 -> your PHP version (5.3.13) does not satisfy that requirement.
Problem 3
- Installation request for doctrine/orm 2.5.4 -> satisfiable by doctrine/orm[v2.5.4].
- doctrine/orm v2.5.4 requires php >=5.4 -> your PHP version (5.3.13) does not satisfy that requirement.
Problem 4
- Installation request for coresphere/console-bundle dev-master -> satisfiable by coresphere/console-bundle[dev-master].
- coresphere/console-bundle dev-master requires php ^5.5|^7.0 -> your PHP version (5.3.13) does not satisfy that requirement.
Problem 5
- symfony/css-selector v3.0.3 requires php >=5.5.9 -> your PHP version (5.3.13) does not satisfy that requirement.
- symfony/symfony v3.0.3 requires php >=5.5.9 -> your PHP version (5.3.13) does not satisfy that requirement.
- Installation request for symfony/css-selector 3.0.3 -> satisfiable by symfony/css-selector[v3.0.3], symfony/symfony[v3.0.3].'

I try again when:
'c:\wamp\www\keosu>php app/console assetic:dump'

But console returns:
'PHP Warning: require_once(C:\wamp\www\keosu\app/bootstrap.php.cache): failed to open stream: No such file or directory in C:\wamp\www\keosu\app\console on line 10
PHP Stack trace:
PHP 1. {main}() C:\wamp\www\keosu\app\console:0

Warning: require_once(C:\wamp\www\keosu\app/bootstrap.php.cache): failed to open stream: No such file or directory in C:\wamp\www\keosu\app\console on line 10

Call Stack:
0.0003 332856 1. {main}() C:\wamp\www\keosu\app\console:0

PHP Fatal error: require_once(): Failed opening required 'C:\wamp\www\keosu\app/bootstrap.php.cache' (include_path='.;C:/Users/Vostro/Downloads/neard-1.2/neard/bin/php/php5.3.13/pear/pear') in C:\wamp\www\keosu\app\console on line 10
PHP Stack trace:
PHP 1. {main}() C:\wamp\www\keosu\app\console:0

Fatal error: require_once(): Failed opening required 'C:\wamp\www\keosu\app/bootstrap.php.cache' (include_path='.;C:/Users/Vostro/Downloads/neard-1.2/neard/bin/php/php5.3.13/pear/pear') in C:\wamp\www\keosu\app\console on line 10

Call Stack:
0.0003 332856 1. {main}() C:\wamp\www\keosu\app\console:0

c:\wamp\www\keosu> '

i don't understand, my php is 5.6.25

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.