claroline / Claroline

Learning management system
https://www.claroline.com
Other
315 stars 188 forks source link

Installation fail (4.5) #664

Closed stmolivier closed 8 years ago

stmolivier commented 9 years ago

This morning 05/03 i try to install a new github claroline. When i arrive to

composer update --prefer-source I have immediately this error I tried also previously with an older composer with the same result

PHP Fatal error:  Trait 'Claroline\InstallationBundle\Log\LoggableTrait' not found in /home/olivier/www/claroline440-git/Claroline/vendor/claroline/bundle-recorder/Claroline/BundleRecorder/Handler/BaseHandler.php on line 19

Fatal error: Trait 'Claroline\InstallationBundle\Log\LoggableTrait' not found in /home/olivier/www/claroline440-git/Claroline/vendor/claroline/bundle-recorder/Claroline/BundleRecorder/Handler/BaseHandler.php on line 19
stmolivier commented 9 years ago

You must be working on it. Now it's :

When arriving to : composer update --prefer-source

PHP Fatal error:  Class 'Psr\Log\AbstractLogger' not found in /home/olivier/www/claroline440-git/Claroline/vendor/claroline/bundle-recorder/Claroline/BundleRecorder/Logger/ConsoleIoLogger.php on line 19

Fatal error: Class 'Psr\Log\AbstractLogger' not found in /home/olivier/www/claroline440-git/Claroline/vendor/claroline/bundle-recorder/Claroline/BundleRecorder/Logger/ConsoleIoLogger.php on line 19
maxailloud commented 9 years ago

Weird, you should already have all the Psr\Log files in your vendor directory.

Can you check that?

stmolivier commented 9 years ago

I tried about 2 hours ago :

user@linux:~/www/claroline422-1.com$ git clone https://github.com/claroline/Claroline.git
Cloning into 'Claroline'...
remote: Counting objects: 78914, done.
remote: Compressing objects: 100% (44/44), done.
remote: Total 78914 (delta 51), reused 22 (delta 22), pack-reused 78848
Receiving objects: 100% (78914/78914), 151.44 MiB | 1.31 MiB/s, done.
Resolving deltas: 100% (40730/40730), done.
user@linux:~/www/claroline422-1.com$ cd Claroline/
user@linux:~/www/claroline422-1.com/Claroline$ composer require composer/composer dev-master
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing symfony/console (v2.6.4)
    Loading from cache

  - Installing justinrainbow/json-schema (1.3.7)
    Loading from cache

  - Installing seld/jsonlint (1.3.1)
    Loading from cache

  - Installing symfony/process (v2.6.4)
    Loading from cache

  - Installing symfony/finder (v2.6.4)
    Loading from cache

  - Installing composer/composer (dev-master b8ac790)
    Cloning b8ac790b4f2db1f718e640015636f005401c1c71

symfony/console suggests installing symfony/event-dispatcher ()
symfony/console suggests installing psr/log (For using the console logger)
Writing lock file
Generating autoload files
user@linux:~/www/claroline422-1.com/Claroline$ composer require claroline/bundle-recorder "~4.0"
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing claroline/bundle-recorder (4.0.1)
    Loading from cache

Writing lock file
Generating autoload files
user@linux:~/www/claroline422-1.com/Claroline$ cp composer.json.min composer.json
user@linux:~/www/claroline422-1.com/Claroline$ composer update --prefer-source
PHP Fatal error:  Class 'Psr\Log\AbstractLogger' not found in /home/user/www/claroline422-1.com/Claroline/vendor/claroline/bundle-recorder/Claroline/BundleRecorder/Logger/ConsoleIoLogger.php on line 19

Fatal error: Class 'Psr\Log\AbstractLogger' not found in /home/user/www/claroline422-1.com/Claroline/vendor/claroline/bundle-recorder/Claroline/BundleRecorder/Logger/ConsoleIoLogger.php on line 19

I think that's when > composer require composer/composer dev-master : i have this message after the installation of bundle :

symfony/console suggests installing symfony/event-dispatcher ()
symfony/console suggests installing psr/log (For using the console logger)

I don't know why I have this (tested on 2 computers)

my composer version :

Composer version 1.0-dev (26799f4244a14050ec015323af9fa83b0a66436d) 2015-03-04 23:50:10

and i also tried with a self-update --rollback :

Composer version 1.0-dev (825b4b9c63a29c586d005de8dbbcfdfeb86bbf6f) 2015-01-20 16:39:06
maxailloud commented 9 years ago

Can you give me the output of this composer show -i?

maxailloud commented 9 years ago

I just found a workaround that should work for now. In the composer.json file replace the core-bundle version with dev-master as 4.5.1 and it should work.

We have an issue with packagist and don't know why now.

stmolivier commented 9 years ago

when i git clone https://github.com/claroline/Claroline.git i have a composer.json.min and composer.json.full. In both the composer.json.min and composer.json.full.i change "claroline/core-bundle": "~4.0", with "claroline/core-bundle": "4.5.1",

but at the end of composer require composer/composer dev-master i have the same :

symfony/console suggests installing symfony/event-dispatcher ()
symfony/console suggests installing psr/log (For using the console logger)

and if i go further i have the same error as before...

if i do a composer show -i after :

git clone https://github.com/claroline/Claroline.git
composer require composer/composer dev-master
composer require claroline/bundle-recorder "~4.0"
cp composer.json.min composer.json

i have

claroline/bundle-recorder 4.0.1              Claroline bundle recorder
composer/composer         dev-master d571874 Composer helps you declare, manage and i...
justinrainbow/json-schema 1.3.7              A library to validate a json schema.
seld/jsonlint             1.3.1              JSON Linter
symfony/console           v2.6.4             Symfony Console Component
symfony/finder            v2.6.4             Symfony Finder Component
symfony/process           v2.6.4             Symfony Process Component
ngodfraind commented 9 years ago

Everything should be back to normal. No more composer error.

2015-03-09 20:28 GMT+01:00 stmolivier notifications@github.com:

when i git clone https://github.com/claroline/Claroline.git i have a composer.json.min and composer.json.full. In both the composer.json.min and composer.json.full.i change "claroline/core-bundle": "~4.0", with "claroline/core-bundle": "4.5.1",

but at the end of composer require composer/composer dev-master i have the same :

symfony/console suggests installing symfony/event-dispatcher () symfony/console suggests installing psr/log (For using the console logger)

and if i go further i have the same error as before...

— Reply to this email directly or view it on GitHub https://github.com/claroline/Claroline/issues/664#issuecomment-77924493.

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

stmolivier commented 9 years ago

After git clone https://github.com/claroline/Claroline.git i do

> composer require composer/composer dev-master
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing symfony/console (v2.6.4)
    Downloading: 100%         

  - Installing justinrainbow/json-schema (1.3.7)
    Downloading: 100%         

  - Installing seld/jsonlint (1.3.1)
    Downloading: 100%         

  - Installing symfony/process (v2.6.4)
    Downloading: 100%         

  - Installing symfony/finder (v2.6.4)
    Downloading: 100%         

  - Installing composer/composer (dev-master d571874)
    Cloning d57187446151ef84b28cb9f6b3ed38cc2cffc597

symfony/console suggests installing symfony/event-dispatcher ()
symfony/console suggests installing psr/log (For using the console logger)
Writing lock file
Generating autoload files
> composer require claroline/bundle-recorder "~4.0"
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing psr/log (1.0.0)
    Downloading: 100%         

  - Installing claroline/bundle-recorder (4.0.7)
    Downloading: 100%         

Writing lock file
Generating autoload files
> cp composer.json.min composer.json
> composer update --prefer-source
Class Claroline\CoreBundle\Library\Maintenance\MaintenanceHandler is not autoloadable, can not call pre-update-cmd script
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
    - claroline/core-bundle 4.3.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.2.3 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.2.2 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.2.1 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.2.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.1.8 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.1.7 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.1.6 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.1.5 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.1.4 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.1.3 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.1.2 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.1.1 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.1.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.0.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.0-beta3 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.0-beta2 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.5.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.4.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.0-beta1 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - Installation request for claroline/core-bundle ~4.0 -> satisfiable by claroline/core-bundle[4.0-beta1, 4.0-beta2, 4.0-beta3, 4.0.0, 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.1.4, 4.1.5, 4.1.6, 4.1.7, 4.1.8, 4.2.0, 4.2.1, 4.2.2, 4.2.3, 4.3.0, 4.4.0, 4.5.0].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

No more luck this time. i still got the message :

symfony/console suggests installing symfony/event-dispatcher ()
symfony/console suggests installing psr/log (For using the console logger)

But there seem to be a change.

ngodfraind commented 9 years ago

You should copy composer.json.master (sorry there is no release yet. I plan to make one today).

2015-03-11 22:55 GMT+01:00 stmolivier notifications@github.com:

After git clone https://github.com/claroline/Claroline.git i do

composer require composer/composer dev-master ./composer.json has been created Loading composer repositories with package information Updating dependencies (including require-dev)

  • Installing symfony/console (v2.6.4) Downloading: 100%
  • Installing justinrainbow/json-schema (1.3.7) Downloading: 100%
  • Installing seld/jsonlint (1.3.1) Downloading: 100%
  • Installing symfony/process (v2.6.4) Downloading: 100%
  • Installing symfony/finder (v2.6.4) Downloading: 100%
  • Installing composer/composer (dev-master d571874) Cloning d57187446151ef84b28cb9f6b3ed38cc2cffc597

symfony/console suggests installing symfony/event-dispatcher () symfony/console suggests installing psr/log (For using the console logger) Writing lock file Generating autoload files

composer require claroline/bundle-recorder "~4.0" ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev)

  • Installing psr/log (1.0.0) Downloading: 100%
  • Installing claroline/bundle-recorder (4.0.7) Downloading: 100%

Writing lock file Generating autoload files

cp composer.json.min composer.json composer update --prefer-source Class Claroline\CoreBundle\Library\Maintenance\MaintenanceHandler is not autoloadable, can not call pre-update-cmd script 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

  • claroline/core-bundle 4.3.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.2.3 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.2.2 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.2.1 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.2.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.8 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.7 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.6 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.5 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.4 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.3 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.2 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.1 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.0.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.0-beta3 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.0-beta2 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.5.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.4.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.0-beta1 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • Installation request for claroline/core-bundle ~4.0 -> satisfiable by claroline/core-bundle[4.0-beta1, 4.0-beta2, 4.0-beta3, 4.0.0, 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.1.4, 4.1.5, 4.1.6, 4.1.7, 4.1.8, 4.2.0, 4.2.1, 4.2.2, 4.2.3, 4.3.0, 4.4.0, 4.5.0].

Potential causes:

Read http://getcomposer.org/doc/articles/troubleshooting.md for further common problems.

No more luck this time. i still got the message :

symfony/console suggests installing symfony/event-dispatcher () symfony/console suggests installing psr/log (For using the console logger)

But there seem to be a change.

— Reply to this email directly or view it on GitHub https://github.com/claroline/Claroline/issues/664#issuecomment-78381130.

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

stmolivier commented 9 years ago

Installation seems ok now, with the composer.json.master BUt when loading the application in the browser (.../web/app_dev.php) i have :

An exception has been thrown during the rendering of a template ("Unable to register extension "sql_formatter_extension" as extensions have already been initialized.") in ClarolineCoreBundle::layout.html.twig at line 104.
500 Internal Server Error - Twig_Error_Runtime
1 linked Exception: LogicException »
INFO - Matched route "claro_index" (parameters: "type": "home", "_controller": "Claroline\CoreBundle\Controller\HomeController::homeAction", "_route": "claro_index") 
INFO - Populated SecurityContext with an anonymous Token 
INFO - No expression found; abstaining from voting. 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\TestSessionListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". 

... I cleared all caches / log i put all in apache user and set the right for the folders ...

Nearly there i think.

ngodfraind commented 9 years ago

The 4.6.1 fixes every problem. There is no need for the composer.json.master anymore (unless you want to install the master ofc).

2015-03-13 7:41 GMT+01:00 stmolivier notifications@github.com:

Seems ok now, with the composer.json.master Thank you

— Reply to this email directly or view it on GitHub https://github.com/claroline/Claroline/issues/664#issuecomment-78834471.

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

stmolivier commented 9 years ago

i just reinstall a clean git claroline install :

git clone https://github.com/claroline/Claroline.git
composer require composer/composer dev-master
composer require claroline/bundle-recorder "~4.0"
cp composer.json.min composer.json                        <= here i tried composer.json.min
composer update --prefer-source
php app/console claroline:update

and create a user but when i load the web/app_dev.php i still have :

 An exception has been thrown during the rendering of a template ("Unable to register extension "sql_formatter_extension" as extensions have already been initialized.") in ClarolineCoreBundle::layout.html.twig at line 104.
500 Internal Server Error - Twig_Error_Runtime
1 linked Exception:   LogicException »
ngodfraind commented 9 years ago

I noticed that error too today. It come from the notification bundle. sudo rm -rf app/cache/* isn't enough anymore (no idea why). You need to do run php app/console cache:warm. I'll have to update the update command.

2015-03-13 12:01 GMT+01:00 stmolivier notifications@github.com:

i just reinstall a clean git claroline install :

git clone https://github.com/claroline/Claroline.git composer require composer/composer dev-master composer require claroline/bundle-recorder "~4.0" cp composer.json.min composer.json <= here i tried composer.json.min composer update --prefer-source php app/console claroline:update

and create a user but when i load the web/app_dev.php i still have :

An exception has been thrown during the rendering of a template ("Unable to register extension "sql_formatter_extension" as extensions have already been initialized.") in ClarolineCoreBundle::layout.html.twig at line 104. 500 Internal Server Error - Twig_Error_Runtime 1 linked Exception: LogicException »

— Reply to this email directly or view it on GitHub https://github.com/claroline/Claroline/issues/664#issuecomment-78918990.

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

stmolivier commented 9 years ago

I just did php app/console cache:warm instead of rm -rf app/cache/* app/logs/* app/sessions/* I then had to chmod 775 these directories (if not i have a access error) => i finally have the Claroline main page, but if i try to login or go see the public workspace, i have the same error again :

 An exception has been thrown during the rendering of a template ("Unable to register extension "sql_formatter_extension" as extensions have already been initialized.") in /home/user/www/dev.claroline4-git.com/Claroline/vendor/claroline/core-bundle/Claroline/CoreBundle/Resources/views/layout.html.twig at line 104.
500 Internal Server Error - Twig_Error_Runtime
1 linked Exception:    LogicException »

I also have big app/logs/dev.log generated (here the first lines) :

[2015-03-12 23:50:35] doctrine.DEBUG: SELECT t0.id AS id1, t0.name AS name2, t0.path AS path3, t0.plugin_id AS plugin_id4 FROM claro_theme t0 [] []
[2015-03-12 23:50:36] assetic.ERROR: The template "ClarolineMigrationBundle::migration_macros.html.twig" contains an error: The function "formatSql" does not exist in "ClarolineMigrationBundle::migration_macros.html.twig" at line 5 [] []
[2015-03-12 23:50:46] assetic.ERROR: The template "ZenstruckFormBundle:Twitter:grouped_form.html.twig" contains an error: The filter "slugify" does not exist in "ZenstruckFormBundle:Twitter:grouped_form.html.twig" at line 5 [] []
[2015-03-12 23:50:57] event.DEBUG: Notified event "console.terminate" to listener "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onTerminate". [] []
[2015-03-12 23:51:43] request.INFO: Matched route "claro_index" (parameters: "type": "home", "_controller": "Claroline\CoreBundle\Controller\HomeController::homeAction", "_route": "claro_index") [] []
[2015-03-12 23:51:43] security.INFO: Populated SecurityContext with an anonymous Token [] []
[2015-03-12 23:51:43] security.INFO: No expression found; abstaining from voting. [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\TestSessionListener::onKernelRequest". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\BodyListener::onKernelRequest". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener::onKernelRequest". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "Nelmio\ApiDocBundle\EventListener\RequestListener::onKernelRequest". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\QueryStringHandler::onKernelRequest". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\AuthenticationSuccessListener::onKernelRequest". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\LocaleSetter::onKernelRequest". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\ViewAsListener::onViewAs". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\BlameListener::onKernelRequest". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController". [] []
[2015-03-12 23:51:43] event.DEBUG: Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". [] []
[2015-03-12 23:51:43] doctrine.DEBUG: SELECT t0.id AS id1, t0.name AS name2 FROM claro_region t0 [] []
[2015-03-12 23:51:43] doctrine.DEBUG: SELECT t0.id AS id1, t0.size AS size2, t0.content_id AS content_id3, t0.region_id AS region_id4, t0.next_id AS next_id5, t0.back_id AS back_id6 FROM claro_content2region t0 WHERE t0.back_id IS NULL AND t0.region_id = ? LIMIT 1 [1] []
[2015-03-12 23:51:44] doctrine.DEBUG: SELECT t0.id AS id1, t0.size AS size2, t0.content_id AS content_id3, t0.region_id AS region_id4, t0.next_id AS next_id5, t0.back_id AS back_id6 FROM claro_content2region t0 WHERE t0.back_id IS NULL AND t0.region_id = ? LIMIT 1 [2] []
[2015-03-12 23:51:44] doctrine.DEBUG: SELECT t0.id AS id1, t0.size AS size2, t0.content_id AS content_id3, t0.region_id AS region_id4, t0.next_id AS next_id5, t0.back_id AS back_id6 FROM claro_content2region t0 WHERE t0.back_id IS NULL AND t0.region_id = ? LIMIT 1 [3] []
[2015-03-12 23:51:44] doctrine.DEBUG: SELECT t0.id AS id1, t0.size AS size2, t0.content_id AS content_id3, t0.region_id AS region_id4, t0.next_id AS next_id5, t0.back_id AS back_id6 FROM claro_content2region t0 WHERE t0.back_id IS NULL AND t0.region_id = ? LIMIT 1 [4] []
[2015-03-12 23:51:44] doctrine.DEBUG: SELECT t0.id AS id1, t0.size AS size2, t0.content_id AS content_id3, t0.region_id AS region_id4, t0.next_id AS next_id5, t0.back_id AS back_id6 FROM claro_content2region t0 WHERE t0.back_id IS NULL AND t0.region_id = ? LIMIT 1 [5] []
[2015-03-12 23:51:44] security.INFO: No expression found; abstaining from voting. [] []
[2015-03-12 23:51:44] security.INFO: No expression found; abstaining from voting. [] []
[2015-03-12 23:51:44] doctrine.DEBUG: SELECT t0.id AS id1, t0.name AS name2, t0.max_content_page AS max_content_page3, t0.publish AS publish4 FROM claro_type t0 WHERE t0.name = ? LIMIT 1 ["home"] []
[2015-03-12 23:51:44] doctrine.DEBUG: SELECT t0.id AS id1, t0.name AS name2, t0.max_content_page AS max_content_page3, t0.publish AS publish4 FROM claro_type t0 WHERE t0.name = ? LIMIT 1 ["home"] []
[2015-03-12 23:51:44] doctrine.DEBUG: SELECT t0.id AS id1, t0.size AS size2, t0.collapse AS collapse3, t0.content_id AS content_id4, t0.type_id AS type_id5, t0.next_id AS next_id6, t0.back_id AS back_id7 FROM claro_content2type t0 WHERE t0.back_id IS NULL AND t0.type_id = ? LIMIT 1 [1] []
[2015-03-12 23:51:44] doctrine.DEBUG: SELECT t0.id AS id1, t0.name AS name2, t0.path AS path3, t0.plugin_id AS plugin_id4 FROM claro_theme t0 [] []
[2015-03-12 23:51:44] security.INFO: No expression found; abstaining from voting. [] []
[2015-03-12 23:51:44] security.INFO: No expression found; abstaining from voting. [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger". [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger". [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger". [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest". [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\TestSessionListener::onKernelRequest". [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest". [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\BodyListener::onKernelRequest". [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest". [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener::onKernelRequest". [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "Nelmio\ApiDocBundle\EventListener\RequestListener::onKernelRequest". [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\QueryStringHandler::onKernelRequest". [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\AuthenticationSuccessListener::onKernelRequest". [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\LocaleSetter::onKernelRequest". [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\ViewAsListener::onViewAs". [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest". [] []
[2015-03-12 23:51:44] event.DEBUG: Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\BlameListener::onKernelRequest". [] []
ngodfraind commented 9 years ago

You need to do:

in that order

2015-03-13 14:00 GMT+01:00 stmolivier notifications@github.com:

I just did php app/console cache:warm instead of rm -rf app/cache/* app/logs/ app/sessions/ I then had to chmod 775 these directories => i finally have the Claroline main page, but if i try to login or go see the public workspace, i have the same error again :

An exception has been thrown during the rendering of a template ("Unable to register extension "sql_formatter_extension" as extensions have already been initialized.") in /home/user/www/dev.claroline4-git.com/Claroline/vendor/claroline/core-bundle/Claroline/CoreBundle/Resources/views/layout.html.twig at line 104. 500 Internal Server Error - Twig_Error_Runtime 1 linked Exception: LogicException »

— Reply to this email directly or view it on GitHub https://github.com/claroline/Claroline/issues/664#issuecomment-78960650.

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

ngodfraind commented 9 years ago

I've no idea why it has such behaviour atm.

2015-03-13 14:02 GMT+01:00 Godfraind Nicolas nicolas.godfraind@gmail.com:

You need to do:

  • rm -rf app/cache/*
  • php app/console cache:warm
  • chmod...

in that order

2015-03-13 14:00 GMT+01:00 stmolivier notifications@github.com:

I just did php app/console cache:warm instead of rm -rf app/cache/* app/logs/ app/sessions/ I then had to chmod 775 these directories => i finally have the Claroline main page, but if i try to login or go see the public workspace, i have the same error again :

An exception has been thrown during the rendering of a template ("Unable to register extension "sql_formatter_extension" as extensions have already been initialized.") in /home/user/www/dev.claroline4-git.com/Claroline/vendor/claroline/core-bundle/Claroline/CoreBundle/Resources/views/layout.html.twig at line 104. 500 Internal Server Error - Twig_Error_Runtime 1 linked Exception: LogicException »

— Reply to this email directly or view it on GitHub https://github.com/claroline/Claroline/issues/664#issuecomment-78960650 .

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

ngodfraind commented 9 years ago

I still have it sometimes. The problem come from the icap/notification-bundle. The easiest way to solve it is to remove the bundle (or comment the Icap/NotificationBundle in bundles.ini).

2015-03-13 14:04 GMT+01:00 Godfraind Nicolas nicolas.godfraind@gmail.com:

I've no idea why it has such behaviour atm.

2015-03-13 14:02 GMT+01:00 Godfraind Nicolas nicolas.godfraind@gmail.com :

You need to do:

  • rm -rf app/cache/*
  • php app/console cache:warm
  • chmod...

in that order

2015-03-13 14:00 GMT+01:00 stmolivier notifications@github.com:

I just did php app/console cache:warm instead of rm -rf app/cache/* app/logs/ app/sessions/ I then had to chmod 775 these directories => i finally have the Claroline main page, but if i try to login or go see the public workspace, i have the same error again :

An exception has been thrown during the rendering of a template ("Unable to register extension "sql_formatter_extension" as extensions have already been initialized.") in /home/user/www/dev.claroline4-git.com/Claroline/vendor/claroline/core-bundle/Claroline/CoreBundle/Resources/views/layout.html.twig at line 104. 500 Internal Server Error - Twig_Error_Runtime 1 linked Exception: LogicException »

— Reply to this email directly or view it on GitHub https://github.com/claroline/Claroline/issues/664#issuecomment-78960650 .

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

ngodfraind commented 9 years ago

Nevermind. I found the cause and it's not even the notification-bundle. I've no clue where this error message come from because it's an missing twig var. This will be fixed for tonight.

2015-03-13 15:10 GMT+01:00 Godfraind Nicolas nicolas.godfraind@gmail.com:

I still have it sometimes. The problem come from the icap/notification-bundle. The easiest way to solve it is to remove the bundle (or comment the Icap/NotificationBundle in bundles.ini).

2015-03-13 14:04 GMT+01:00 Godfraind Nicolas nicolas.godfraind@gmail.com :

I've no idea why it has such behaviour atm.

2015-03-13 14:02 GMT+01:00 Godfraind Nicolas <nicolas.godfraind@gmail.com

:

You need to do:

  • rm -rf app/cache/*
  • php app/console cache:warm
  • chmod...

in that order

2015-03-13 14:00 GMT+01:00 stmolivier notifications@github.com:

I just did php app/console cache:warm instead of rm -rf app/cache/* app/logs/ app/sessions/ I then had to chmod 775 these directories => i finally have the Claroline main page, but if i try to login or go see the public workspace, i have the same error again :

An exception has been thrown during the rendering of a template ("Unable to register extension "sql_formatter_extension" as extensions have already been initialized.") in /home/user/www/dev.claroline4-git.com/Claroline/vendor/claroline/core-bundle/Claroline/CoreBundle/Resources/views/layout.html.twig at line 104. 500 Internal Server Error - Twig_Error_Runtime 1 linked Exception: LogicException »

— Reply to this email directly or view it on GitHub https://github.com/claroline/Claroline/issues/664#issuecomment-78960650 .

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

ngodfraind commented 9 years ago

Fixed by this commit: https://github.com/claroline/CoreBundle/commit/f5b963375b01a468f4c095aaf8615530cbdb3739

2015-03-13 15:32 GMT+01:00 Godfraind Nicolas nicolas.godfraind@gmail.com:

Nevermind. I found the cause and it's not even the notification-bundle. I've no clue where this error message come from because it's an missing twig var. This will be fixed for tonight.

2015-03-13 15:10 GMT+01:00 Godfraind Nicolas nicolas.godfraind@gmail.com :

I still have it sometimes. The problem come from the icap/notification-bundle. The easiest way to solve it is to remove the bundle (or comment the Icap/NotificationBundle in bundles.ini).

2015-03-13 14:04 GMT+01:00 Godfraind Nicolas <nicolas.godfraind@gmail.com

:

I've no idea why it has such behaviour atm.

2015-03-13 14:02 GMT+01:00 Godfraind Nicolas < nicolas.godfraind@gmail.com>:

You need to do:

  • rm -rf app/cache/*
  • php app/console cache:warm
  • chmod...

in that order

2015-03-13 14:00 GMT+01:00 stmolivier notifications@github.com:

I just did php app/console cache:warm instead of rm -rf app/cache/* app/logs/ app/sessions/ I then had to chmod 775 these directories => i finally have the Claroline main page, but if i try to login or go see the public workspace, i have the same error again :

An exception has been thrown during the rendering of a template ("Unable to register extension "sql_formatter_extension" as extensions have already been initialized.") in /home/user/www/dev.claroline4-git.com/Claroline/vendor/claroline/core-bundle/Claroline/CoreBundle/Resources/views/layout.html.twig at line 104. 500 Internal Server Error - Twig_Error_Runtime 1 linked Exception: LogicException »

— Reply to this email directly or view it on GitHub https://github.com/claroline/Claroline/issues/664#issuecomment-78960650 .

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

ngodfraind commented 9 years ago

It's not even that. -_-. It's a repository call in the footer method.

2015-03-13 15:55 GMT+01:00 Godfraind Nicolas nicolas.godfraind@gmail.com:

Fixed by this commit: https://github.com/claroline/CoreBundle/commit/f5b963375b01a468f4c095aaf8615530cbdb3739

2015-03-13 15:32 GMT+01:00 Godfraind Nicolas nicolas.godfraind@gmail.com :

Nevermind. I found the cause and it's not even the notification-bundle. I've no clue where this error message come from because it's an missing twig var. This will be fixed for tonight.

2015-03-13 15:10 GMT+01:00 Godfraind Nicolas <nicolas.godfraind@gmail.com

:

I still have it sometimes. The problem come from the icap/notification-bundle. The easiest way to solve it is to remove the bundle (or comment the Icap/NotificationBundle in bundles.ini).

2015-03-13 14:04 GMT+01:00 Godfraind Nicolas < nicolas.godfraind@gmail.com>:

I've no idea why it has such behaviour atm.

2015-03-13 14:02 GMT+01:00 Godfraind Nicolas < nicolas.godfraind@gmail.com>:

You need to do:

  • rm -rf app/cache/*
  • php app/console cache:warm
  • chmod...

in that order

2015-03-13 14:00 GMT+01:00 stmolivier notifications@github.com:

I just did php app/console cache:warm instead of rm -rf app/cache/* app/logs/ app/sessions/ I then had to chmod 775 these directories => i finally have the Claroline main page, but if i try to login or go see the public workspace, i have the same error again :

An exception has been thrown during the rendering of a template ("Unable to register extension "sql_formatter_extension" as extensions have already been initialized.") in /home/user/www/dev.claroline4-git.com/Claroline/vendor/claroline/core-bundle/Claroline/CoreBundle/Resources/views/layout.html.twig at line 104. 500 Internal Server Error - Twig_Error_Runtime 1 linked Exception: LogicException »

— Reply to this email directly or view it on GitHub https://github.com/claroline/Claroline/issues/664#issuecomment-78960650 .

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

stmolivier commented 9 years ago

i tried again today and still have issues : after i did :

composer require composer/composer dev-master
composer require claroline/bundle-recorder "~4.0"
cp composer.json.min composer.json
composer update –prefer-source

I have this message :

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for symfony/finder == 2.6.4.0 -> satisfiable by symfony/finder[v2.6.4], symfony/symfony[v2.6.4].
    - claroline/core-bundle 4.3.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.2.3 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.2.2 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.2.1 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.2.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.1.8 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.1.7 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.1.6 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.1.5 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.1.4 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.1.3 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.1.2 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.1.1 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.1.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.0.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.0-beta3 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.0-beta2 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.5.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.4.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.0-beta1 requires claroline/bundle-recorder ~3.0 -> no matching package found.
    - claroline/core-bundle 4.6.0 requires symfony/symfony 2.5.7 -> satisfiable by symfony/symfony[v2.5.7].
    - claroline/core-bundle 4.6.1 requires symfony/symfony 2.5.7 -> satisfiable by symfony/symfony[v2.5.7].
    - claroline/core-bundle 4.6.2 requires symfony/symfony 2.5.7 -> satisfiable by symfony/symfony[v2.5.7].
    - claroline/core-bundle 4.6.3 requires symfony/symfony 2.5.7 -> satisfiable by symfony/symfony[v2.5.7].
    - Conclusion: don't install symfony/symfony v2.5.7
    - Installation request for claroline/core-bundle ~4.0 -> satisfiable by claroline/core-bundle[4.0-beta1, 4.0-beta2, 4.0-beta3, 4.0.0, 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.1.4, 4.1.5, 4.1.6, 4.1.7, 4.1.8, 4.2.0, 4.2.1, 4.2.2, 4.2.3, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.6.1, 4.6.2, 4.6.3].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

I have a question : in the meantime, if i use the "distributions" on dist.claroline.net. If i try to upgrade them

$ composer update --prefer-source
$ php app/console claroline:update

i will have the same issues ?

ngodfraind commented 9 years ago

You probably will.

I'll fix that asap and make a new release. This is being very annoying.

2015-03-17 11:21 GMT+01:00 stmolivier notifications@github.com:

i tried again today and still have issues : after i did :

composer require composer/composer dev-master composer require claroline/bundle-recorder "~4.0" cp composer.json.min composer.json composer update –prefer-source

I have this message :

Your requirements could not be resolved to an installable set of packages.

Problem 1

  • Installation request for symfony/finder == 2.6.4.0 -> satisfiable by symfony/finder[v2.6.4], symfony/symfony[v2.6.4].
  • claroline/core-bundle 4.3.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.2.3 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.2.2 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.2.1 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.2.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.8 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.7 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.6 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.5 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.4 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.3 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.2 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.1 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.0.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.0-beta3 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.0-beta2 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.5.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.4.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.0-beta1 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.6.0 requires symfony/symfony 2.5.7 -> satisfiable by symfony/symfony[v2.5.7].
  • claroline/core-bundle 4.6.1 requires symfony/symfony 2.5.7 -> satisfiable by symfony/symfony[v2.5.7].
  • claroline/core-bundle 4.6.2 requires symfony/symfony 2.5.7 -> satisfiable by symfony/symfony[v2.5.7].
  • claroline/core-bundle 4.6.3 requires symfony/symfony 2.5.7 -> satisfiable by symfony/symfony[v2.5.7].
  • Conclusion: don't install symfony/symfony v2.5.7
  • Installation request for claroline/core-bundle ~4.0 -> satisfiable by claroline/core-bundle[4.0-beta1, 4.0-beta2, 4.0-beta3, 4.0.0, 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.1.4, 4.1.5, 4.1.6, 4.1.7, 4.1.8, 4.2.0, 4.2.1, 4.2.2, 4.2.3, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.6.1, 4.6.2, 4.6.3].

Potential causes:

Read http://getcomposer.org/doc/articles/troubleshooting.md for further common problems.

I have a question : in the meantime, if i use the "distributions" on dist.claroline.net. If i try to upgrade them

$ composer update --prefer-source $ php app/console claroline:update

i will have the same issues ?

— Reply to this email directly or view it on GitHub https://github.com/claroline/Claroline/issues/664#issuecomment-82260076.

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

ngodfraind commented 9 years ago

Here is the script I use in order to make new releases.

This one works. I don't understand why you get these dependencies errors. https://raw.githubusercontent.com/claroline/repository-scripts/master/release.sh Feel free to change it a your will. You probably want to you remove --prefer-sources at line 27 and removing line 29-46.

2015-03-17 11:22 GMT+01:00 Godfraind Nicolas nicolas.godfraind@gmail.com:

You probably will.

I'll fix that asap and make a new release. This is being very annoying.

2015-03-17 11:21 GMT+01:00 stmolivier notifications@github.com:

i tried again today and still have issues : after i did :

composer require composer/composer dev-master composer require claroline/bundle-recorder "~4.0" cp composer.json.min composer.json composer update –prefer-source

I have this message :

Your requirements could not be resolved to an installable set of packages.

Problem 1

  • Installation request for symfony/finder == 2.6.4.0 -> satisfiable by symfony/finder[v2.6.4], symfony/symfony[v2.6.4].
  • claroline/core-bundle 4.3.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.2.3 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.2.2 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.2.1 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.2.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.8 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.7 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.6 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.5 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.4 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.3 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.2 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.1 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.1.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.0.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.0-beta3 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.0-beta2 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.5.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.4.0 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.0-beta1 requires claroline/bundle-recorder ~3.0 -> no matching package found.
  • claroline/core-bundle 4.6.0 requires symfony/symfony 2.5.7 -> satisfiable by symfony/symfony[v2.5.7].
  • claroline/core-bundle 4.6.1 requires symfony/symfony 2.5.7 -> satisfiable by symfony/symfony[v2.5.7].
  • claroline/core-bundle 4.6.2 requires symfony/symfony 2.5.7 -> satisfiable by symfony/symfony[v2.5.7].
  • claroline/core-bundle 4.6.3 requires symfony/symfony 2.5.7 -> satisfiable by symfony/symfony[v2.5.7].
  • Conclusion: don't install symfony/symfony v2.5.7
  • Installation request for claroline/core-bundle ~4.0 -> satisfiable by claroline/core-bundle[4.0-beta1, 4.0-beta2, 4.0-beta3, 4.0.0, 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.1.4, 4.1.5, 4.1.6, 4.1.7, 4.1.8, 4.2.0, 4.2.1, 4.2.2, 4.2.3, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.6.1, 4.6.2, 4.6.3].

Potential causes:

Read http://getcomposer.org/doc/articles/troubleshooting.md for further common problems.

I have a question : in the meantime, if i use the "distributions" on dist.claroline.net. If i try to upgrade them

$ composer update --prefer-source $ php app/console claroline:update

i will have the same issues ?

— Reply to this email directly or view it on GitHub https://github.com/claroline/Claroline/issues/664#issuecomment-82260076 .

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

ngodfraind commented 9 years ago

I wrote this install script. I'll suggest everyone to use it (so we can maintain it and have a reliable dev installation).

curl -sS https://raw.githubusercontent.com/claroline/repository-scripts/master/install.sh | sh

stmolivier commented 9 years ago

Thank you for the script i will try it.

For the previous error, it must have been a mistyping from me : i tried again. The installation went well all the way in console, no error. But like before, when i go in the browser : web/app_dev.php i have

 An exception has been thrown during the rendering of a template ("Unable to register extension "sql_formatter_extension" as extensions have already been initialized.") in ClarolineCoreBundle::layout.html.twig at line 104.
500 Internal Server Error - Twig_Error_Runtime
1 linked Exception:

    LogicException »
ngodfraind commented 9 years ago

I know what it is now. I probably didn't release a tag yet. You can easily fix it yourself as it is only 1 or 2 lines to change. You probably want to remove your cache too. You have to change a method. Go into Claroroline\CoreBundle\Controller\LayoutController.php

Replace the footerAction method by this one. I don't get why everything broke because if it (yet).

/**
 * @EXT\Template()
 *
 * Displays the platform footer.
 *
 * @return \Symfony\Component\HttpFoundation\Response
 */
public function footerAction()
{
    //for some reason this doesn't work unless we use the

cache:warm command. Since it's annoying //and that I can't find why, we retrieve the version the old fashioned way; //$bundleManager = $this->get('claroline.manager.bundle_manager');

    return array(
        'footerMessage' => $this->configHandler->getParameter('footer'),
        'footerLogin' => $this->configHandler->getParameter('footer_login'),
        'footerWorkspaces' =>

$this->configHandler->getParameter('footer_workspaces'), 'headerLocale' => $this->configHandler->getParameter('header_locale'), 'coreVersion' => 'na' ); }

2015-03-17 12:21 GMT+01:00 stmolivier notifications@github.com:

Thank you for the script i will try it.

For the previous error, it must have been a mistyping from me : i tried again. The installation went well all the way in console, no error. But like before, when i go in the browser : web/app_dev.php i have

An exception has been thrown during the rendering of a template ("Unable to register extension "sql_formatter_extension" as extensions have already been initialized.") in ClarolineCoreBundle::layout.html.twig at line 104. 500 Internal Server Error - Twig_Error_Runtime 1 linked Exception:

LogicException »

— Reply to this email directly or view it on GitHub https://github.com/claroline/Claroline/issues/664#issuecomment-82288757.

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

ngodfraind commented 9 years ago

Btw I wrote a small install script for dev. It'll install the minimal version.

curl -sS https://raw.githubusercontent.com/claroline/repository-scripts/master/install.sh | sh

2015-03-17 13:10 GMT+01:00 Godfraind Nicolas nicolas.godfraind@gmail.com:

I know what it is now. I probably didn't release a tag yet. You can easily fix it yourself as it is only 1 or 2 lines to change. You probably want to remove your cache too. You have to change a method. Go into Claroroline\CoreBundle\Controller\LayoutController.php

Replace the footerAction method by this one. I don't get why everything broke because if it (yet).

/**
 * @EXT\Template()
 *
 * Displays the platform footer.
 *
 * @return \Symfony\Component\HttpFoundation\Response
 */
public function footerAction()
{
    //for some reason this doesn't work unless we use the cache:warm command. Since it's annoying
    //and that I can't find why, we retrieve the version the old fashioned way;
    //$bundleManager = $this->get('claroline.manager.bundle_manager');

    return array(
        'footerMessage' => $this->configHandler->getParameter('footer'),
        'footerLogin' => $this->configHandler->getParameter('footer_login'),
        'footerWorkspaces' => $this->configHandler->getParameter('footer_workspaces'),
        'headerLocale' => $this->configHandler->getParameter('header_locale'),
        'coreVersion' => 'na'
    );
}

2015-03-17 12:21 GMT+01:00 stmolivier notifications@github.com:

Thank you for the script i will try it.

For the previous error, it must have been a mistyping from me : i tried again. The installation went well all the way in console, no error. But like before, when i go in the browser : web/app_dev.php i have

An exception has been thrown during the rendering of a template ("Unable to register extension "sql_formatter_extension" as extensions have already been initialized.") in ClarolineCoreBundle::layout.html.twig at line 104. 500 Internal Server Error - Twig_Error_Runtime 1 linked Exception:

LogicException »

— Reply to this email directly or view it on GitHub https://github.com/claroline/Claroline/issues/664#issuecomment-82288757 .

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

stmolivier commented 9 years ago

I tried yous script and have the "Release process succeeded" message, but if i understand right, after the script i did :

If i try to log right away after that i have the same error as previously, but if i apply your change in the controller, i can now login and work with it. Sofar (a few click into the platform), i have another error when i try to look at the package list : /web/app_dev.php/admin/open/platform_packages

Warning: Invalid argument supplied for foreach() in /home/user/www/dev.claroline4-git.com/Claroline/vendor/claroline/core-bundle/Claroline/CoreBundle/Manager/BundleManager.php line 96 

But the other stuff semms to work without a problem as far as i tested.

ngodfraind commented 9 years ago

Thanks for the report. The problem you're experiencing come from a curl request. There is no fallback if the server doesn't answer properly (and it didn't in your case). I'm going to fix it aswell in the next release. I'll probably do one this evening (due to the amount of small easy to fix bugs).

2015-03-17 13:50 GMT+01:00 stmolivier notifications@github.com:

I tried yous script and have the "Release process succeeded" message, but if i understand right, after the script i did :

  • create a db
  • change the app/config/parameters.yml to put the db info
  • set the rights for the folders and files
  • do a : php app/console claroline:update and create a user

If i try to log right away i have the same error as previously, but if i apply your change in the controller, i can now login and work with it. Sofar (a few click into the platform), i have another error when i try to look at the package list : /web/app_dev.php/admin/open/platform_packages

Warning: Invalid argument supplied for foreach() in /home/user/www/dev.claroline4-git.com/Claroline/vendor/claroline/core-bundle/Claroline/CoreBundle/Manager/BundleManager.php line 96

But the other stuff semms to work without a problem as far as i tested.

— Reply to this email directly or view it on GitHub https://github.com/claroline/Claroline/issues/664#issuecomment-82328568.

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

ngodfraind commented 9 years ago

Nope. It's actually not from the curl request (I already got this problem wich is why I tought about it). Can you send me the error log please ?

2015-03-17 13:53 GMT+01:00 Godfraind Nicolas nicolas.godfraind@gmail.com:

Thanks for the report. The problem you're experiencing come from a curl request. There is no fallback if the server doesn't answer properly (and it didn't in your case). I'm going to fix it aswell in the next release. I'll probably do one this evening (due to the amount of small easy to fix bugs).

2015-03-17 13:50 GMT+01:00 stmolivier notifications@github.com:

I tried yous script and have the "Release process succeeded" message, but if i understand right, after the script i did :

  • create a db
  • change the app/config/parameters.yml to put the db info
  • set the rights for the folders and files
  • do a : php app/console claroline:update and create a user

If i try to log right away i have the same error as previously, but if i apply your change in the controller, i can now login and work with it. Sofar (a few click into the platform), i have another error when i try to look at the package list : /web/app_dev.php/admin/open/platform_packages

Warning: Invalid argument supplied for foreach() in /home/user/www/dev.claroline4-git.com/Claroline/vendor/claroline/core-bundle/Claroline/CoreBundle/Manager/BundleManager.php line 96

But the other stuff semms to work without a problem as far as i tested.

— Reply to this email directly or view it on GitHub https://github.com/claroline/Claroline/issues/664#issuecomment-82328568 .

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

stmolivier commented 9 years ago

From symfony profiler :

    INFO - Matched route "claro_admin_open_tool" (parameters: "_controller": "Claroline\CoreBundle\Controller\AdministrationController::openAdministrationToolAction", "toolName": "platform_packages", "_route": "claro_admin_open_tool")
    DEBUG - Read SecurityContext from the session
    DEBUG - Reloading user from user provider.
    DEBUG - SELECT c0_.id AS id0, c0_.first_name AS first_name1, c0_.last_name AS last_name2, c0_.username AS username3, c0_.password AS password4, c0_.locale AS locale5, c0_.salt AS salt6, c0_.phone AS phone7, c0_.mail AS mail8, c0_.administrative_code AS administrative_code9, c0_.creation_date AS creation_date10, c0_.initialization_date AS initialization_date11, c0_.reset_password AS reset_password12, c0_.hash_time AS hash_time13, c0_.picture AS picture14, c0_.description AS description15, c0_.hasAcceptedTerms AS hasAcceptedTerms16, c0_.is_enabled AS is_enabled17, c0_.is_mail_notified AS is_mail_notified18, c0_.last_uri AS last_uri19, c0_.public_url AS public_url20, c0_.has_tuned_public_url AS has_tuned_public_url21, c0_.expiration_date AS expiration_date22, c0_.authentication AS authentication23, c1_.id AS id24, c1_.name AS name25, c1_.translation_key AS translation_key26, c1_.is_read_only AS is_read_only27, c1_.type AS type28, c1_.maxUsers AS maxUsers29, c1_.personal_workspace_creation_enabled AS personal_workspace_creation_enabled30, c2_.id AS id31, c2_.name AS name32, c3_.id AS id33, c3_.name AS name34, c3_.translation_key AS translation_key35, c3_.is_read_only AS is_read_only36, c3_.type AS type37, c3_.maxUsers AS maxUsers38, c3_.personal_workspace_creation_enabled AS personal_workspace_creation_enabled39, c0_.workspace_id AS workspace_id40, c1_.workspace_id AS workspace_id41, c3_.workspace_id AS workspace_id42 FROM claro_user c0_ INNER JOIN claro_user_role c4_ ON c0_.id = c4_.user_id INNER JOIN claro_role c1_ ON c1_.id = c4_.role_id LEFT JOIN claro_user_group c5_ ON c0_.id = c5_.user_id LEFT JOIN claro_group c2_ ON c2_.id = c5_.group_id LEFT JOIN claro_group_role c6_ ON c2_.id = c6_.group_id LEFT JOIN claro_role c3_ ON c3_.id = c6_.role_id WHERE c0_.id = ?
    DEBUG - Username "admin" was reloaded from user provider.
    DEBUG - SELECT t0.id AS id1, t0.title AS title2, t0.content AS content3, t0.type AS type4, t0.created AS created5, t0.modified AS modified6 FROM claro_content t0 WHERE t0.type = ? LIMIT 1
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\TestSessionListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\BodyListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Nelmio\ApiDocBundle\EventListener\RequestListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\QueryStringHandler::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\AuthenticationSuccessListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\LocaleSetter::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\ViewAsListener::onViewAs".
    DEBUG - Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\BlameListener::onKernelRequest".
    DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
    DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
    DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
    DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
    DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
    DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
    DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\TestSessionListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\BodyListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Nelmio\ApiDocBundle\EventListener\RequestListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\QueryStringHandler::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\AuthenticationSuccessListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\LocaleSetter::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\ViewAsListener::onViewAs".
    DEBUG - Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\BlameListener::onKernelRequest".
    DEBUG - SELECT t0.id AS id1, t0.name AS name2, t0.class AS class3, t0.plugin_id AS plugin_id4 FROM claro_admin_tools t0 WHERE t0.name = ? LIMIT 1
    DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
    DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
    DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
    DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
    DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
    DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
    DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
    DEBUG - SELECT t0.id AS id1, t0.name AS name2, t0.version AS version3, t0.type AS type4, t0.authors AS authors5, t0.description AS description6, t0.targetDir AS targetDir7, t0.basePath AS basePath8, t0.license AS license9, t0.isInstalled AS isInstalled10 FROM claro_bundle t0 WHERE t0.name = ? LIMIT 1
    DEBUG - SELECT t0.id AS id1, t0.name AS name2, t0.version AS version3, t0.type AS type4, t0.authors AS authors5, t0.description AS description6, t0.targetDir AS targetDir7, t0.basePath AS basePath8, t0.license AS license9, t0.isInstalled AS isInstalled10 FROM claro_bundle t0
    DEBUG - SELECT t0.id AS id1, t0.name AS name2, t0.version AS version3, t0.type AS type4, t0.authors AS authors5, t0.description AS description6, t0.targetDir AS targetDir7, t0.basePath AS basePath8, t0.license AS license9, t0.isInstalled AS isInstalled10 FROM claro_bundle t0
    CRITICAL - Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: Invalid argument supplied for foreach() in /home/user/www/dev.claroline4-git.com/Claroline/vendor/claroline/core-bundle/Claroline/CoreBundle/Manager/BundleManager.php line 96" at /home/user/www/dev.claroline4-git.com/Claroline/vendor/claroline/core-bundle/Claroline/CoreBundle/Manager/BundleManager.php line 96
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\TestSessionListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\BodyListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Nelmio\ApiDocBundle\EventListener\RequestListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\QueryStringHandler::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\AuthenticationSuccessListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\LocaleSetter::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\ViewAsListener::onViewAs".
    DEBUG - Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest".
    DEBUG - Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\BlameListener::onKernelRequest".
    DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
    DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
    DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
    DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
    DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
    DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
    DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
    DEBUG - SELECT t0.id AS id1, t0.name AS name2, t0.path AS path3, t0.plugin_id AS plugin_id4 FROM claro_theme t0

For information, the app/cache app/logs/ app/sessions/ are chmoded at 775 (along with the other you indicated in the install page) and all site is chown by www-data to "avoid" other errors.

I tried in phpmyadmin the SELECT before the critical error : it gives my the (only) coreBundle line in the claro_bundle table : 4.6.3, isInstalled : 0

Hope this helps

ngodfraind commented 9 years ago

Ok,

My first impression was good, it is the curl request. There are 2 possible errors:

1) The CoreBundle version in the database is wrong. Can you tell me what is the version of the corebundle stored in the claro_bundle table ? 2) The curl extension is not working properly (but it's doesn't seem very probable) because some functions are deactivated (or it's simply not installed) but the error triggered should be different if it was the case.

2015-03-17 14:50 GMT+01:00 stmolivier notifications@github.com:

From symfony profiler :

INFO - Matched route "claro_admin_open_tool" (parameters: "_controller": "Claroline\CoreBundle\Controller\AdministrationController::openAdministrationToolAction", "toolName": "platform_packages", "_route": "claro_admin_open_tool")
DEBUG - Read SecurityContext from the session
DEBUG - Reloading user from user provider.
DEBUG - SELECT c0_.id AS id0, c0_.first_name AS first_name1, c0_.last_name AS last_name2, c0_.username AS username3, c0_.password AS password4, c0_.locale AS locale5, c0_.salt AS salt6, c0_.phone AS phone7, c0_.mail AS mail8, c0_.administrative_code AS administrative_code9, c0_.creation_date AS creation_date10, c0_.initialization_date AS initialization_date11, c0_.reset_password AS reset_password12, c0_.hash_time AS hash_time13, c0_.picture AS picture14, c0_.description AS description15, c0_.hasAcceptedTerms AS hasAcceptedTerms16, c0_.is_enabled AS is_enabled17, c0_.is_mail_notified AS is_mail_notified18, c0_.last_uri AS last_uri19, c0_.public_url AS public_url20, c0_.has_tuned_public_url AS has_tuned_public_url21, c0_.expiration_date AS expiration_date22, c0_.authentication AS authentication23, c1_.id AS id24, c1_.name AS name25, c1_.translation_key AS translation_key26, c1_.is_read_only AS is_read_only27, c1_.type AS type28, c1_.maxUsers AS maxUsers29, c1_.personal_workspace_cr

eation_enabled AS personal_workspace_creationenabled30, c2.id AS id31, c2.name AS name32, c3.id AS id33, c3.name AS name34, c3.translation_key AS translationkey35, c3.is_read_only AS is_readonly36, c3.type AS type37, c3.maxUsers AS maxUsers38, c3.personal_workspace_creation_enabled AS personal_workspace_creationenabled39, c0.workspace_id AS workspaceid40, c1.workspace_id AS workspaceid41, c3.workspace_id AS workspace_id42 FROM clarouser c0 INNER JOIN claro_userrole c4 ON c0.id = c4.user_id INNER JOIN clarorole c1 ON c1.id = c4.role_id LEFT JOIN claro_usergroup c5 ON c0.id = c5.user_id LEFT JOIN clarogroup c2 ON c2.id = c5.group_id LEFT JOIN claro_grouprole c6 ON c2.id = c6.group_id LEFT JOIN clarorole c3 ON c3.id = c6.roleid WHERE c0.id = ? DEBUG - Username "admin" was reloaded from user provider. DEBUG - SELECT t0.id AS id1, t0.title AS title2, t0.content AS content3, t0.type AS type4, t0.created AS created5, t0.modified AS modified6 FROM claro_content t0 WHERE t0.type = ? LIMIT 1 DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\TestSessionListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\BodyListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Nelmio\ApiDocBundle\EventListener\RequestListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\QueryStringHandler::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\AuthenticationSuccessListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\LocaleSetter::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\ViewAsListener::onViewAs". DEBUG - Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\BlameListener::onKernelRequest". DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\TestSessionListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\BodyListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Nelmio\ApiDocBundle\EventListener\RequestListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\QueryStringHandler::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\AuthenticationSuccessListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\LocaleSetter::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\ViewAsListener::onViewAs". DEBUG - Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\BlameListener::onKernelRequest". DEBUG - SELECT t0.id AS id1, t0.name AS name2, t0.class AS class3, t0.plugin_id AS plugin_id4 FROM claro_admin_tools t0 WHERE t0.name = ? LIMIT 1 DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". DEBUG - SELECT t0.id AS id1, t0.name AS name2, t0.version AS version3, t0.type AS type4, t0.authors AS authors5, t0.description AS description6, t0.targetDir AS targetDir7, t0.basePath AS basePath8, t0.license AS license9, t0.isInstalled AS isInstalled10 FROM claro_bundle t0 WHERE t0.name = ? LIMIT 1 DEBUG - SELECT t0.id AS id1, t0.name AS name2, t0.version AS version3, t0.type AS type4, t0.authors AS authors5, t0.description AS description6, t0.targetDir AS targetDir7, t0.basePath AS basePath8, t0.license AS license9, t0.isInstalled AS isInstalled10 FROM claro_bundle t0 DEBUG - SELECT t0.id AS id1, t0.name AS name2, t0.version AS version3, t0.type AS type4, t0.authors AS authors5, t0.description AS description6, t0.targetDir AS targetDir7, t0.basePath AS basePath8, t0.license AS license9, t0.isInstalled AS isInstalled10 FROM claro_bundle t0 CRITICAL - Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: Invalid argument supplied for foreach() in /home/user/www/dev.claroline4-git.com/Claroline/vendor/claroline/core-bundle/Claroline/CoreBundle/Manager/BundleManager.php line 96" at /home/user/www/dev.claroline4-git.com/Claroline/vendor/claroline/core-bundle/Claroline/CoreBundle/Manager/BundleManager.php line 96 DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\TestSessionListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\BodyListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Nelmio\ApiDocBundle\EventListener\RequestListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\QueryStringHandler::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\AuthenticationSuccessListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\LocaleSetter::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Claroline\CoreBundle\Listener\ViewAsListener::onViewAs". DEBUG - Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\BlameListener::onKernelRequest". DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". DEBUG - SELECT t0.id AS id1, t0.name AS name2, t0.path AS path3, t0.plugin_id AS plugin_id4 FROM claro_theme t0

For information, the app/cache app/logs/ app/sessions/ are chmoded at 775 (along with the other you indicated in the install page) and all site is chown by www-data to "avoid" other errors.

Hope this helps

— Reply to this email directly or view it on GitHub https://github.com/claroline/Claroline/issues/664#issuecomment-82361625.

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99

stmolivier commented 9 years ago

As i stated in the last lines of my previous post : the version is 4.6.3

PS: as for the curl, i had many trouble because i'm behind a proxy at work, (had trouble with git, composer and curl, but all seems fine now)

ngodfraind commented 9 years ago

What's happening is a curl request to this address ( http://packages.claroline.net/api.php/version/4.6.3/tags/last) but the result from the json_decode afterwards is null.

2015-03-17 15:42 GMT+01:00 stmolivier notifications@github.com:

As i stated in the last lines of my previous post : the version is 4.6.3

— Reply to this email directly or view it on GitHub https://github.com/claroline/Claroline/issues/664#issuecomment-82388640.

Godfraind Nicolas 5, rue de la Carrière 6592 Monceau-Imbrechies GSM: 0472 94 80 99