Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reflection Exception after upgrade from 0.14.0 to 0.15.0 #369

Closed
sdoerig opened this issue Feb 25, 2014 · 6 comments
Closed

Reflection Exception after upgrade from 0.14.0 to 0.15.0 #369

sdoerig opened this issue Feb 25, 2014 · 6 comments

Comments

@sdoerig
Copy link

sdoerig commented Feb 25, 2014

Hello
After upgrading from 0.14.0 to 0.15.0 I'm getting the error below:

request.CRITICAL: Uncaught PHP Exception ReflectionException: "Class Cyberlink\StatusBundle\Entity\Company does not exist" at /var/www/oss/vendor/jms/metadata/src/Metadata/MetadataFactory.php line 164 {"exception":"[object](ReflectionException: Class Cyberlink\StatusBundle\Entity\Company does not exist at /var/www/oss/vendor/jms/metadata/src/Metadata/MetadataFactory.php:164)"} []

Same code works fine with version 0.14.0.
On the machine reproducing this the packages below are installed:
ii libapache2-mod-php5 5.5.3+dfsg-1ubuntu2.1 amd64 server-side, HTML-embedded scripting language (Apache 2 module)
ii pear-phpunit-channel 1.1-1 all PEAR pear.phpunit.de channel definition file
ii php-apc 4.0.1-4 all APC User Cache for PHP 5 (transitional package)
ii php-codecoverage 1.1.2+dfsg1-3 all provides collection, processing and rendering for PHP code coverage information
ii php-file-iterator 1.3.1-2 all FilterIterator implementation for PHP
ii php-invoker 1.1.0-1 all utility class for invoking callables with a timeout
ii php-pear 5.5.3+dfsg-1ubuntu2.1 all PEAR - PHP Extension and Application Repository
ii php-symfony-yaml 1.0.6-1 all Symfony YAML: A PHP library that speaks YAML
ii php-text-template 1.1.1-2 all Simple php template engine
ii php-timer 1.0.2-2 all PHP Utility class for timing
ii php-token-stream 1.1.3-2 all Wrapper around PHP's tokenizer extension
ii php5 5.5.3+dfsg-1ubuntu2.1 all server-side, HTML-embedded scripting language (metapackage)
ii php5-apcu 4.0.1-4 amd64 APC User Cache for PHP 5
ii php5-cli 5.5.3+dfsg-1ubuntu2.1 amd64 command-line interpreter for the php5 scripting language
ii php5-common 5.5.3+dfsg-1ubuntu2.1 amd64 Common files for packages built from the php5 source
ii php5-curl 5.5.3+dfsg-1ubuntu2.1 amd64 CURL module for php5
ii php5-dev 5.5.3+dfsg-1ubuntu2.1 amd64 Files for PHP5 module development
ii php5-gd 5.5.3+dfsg-1ubuntu2.1 amd64 GD module for php5
ii php5-intl 5.5.3+dfsg-1ubuntu2.1 amd64 internationalisation module for php5
ii php5-json 1.3.1+dfsg-2 amd64 JSON module for php5
ii php5-mongo 1.4.1-1ubuntu1 amd64 MongoDB database driver
ii php5-mysql 5.5.3+dfsg-1ubuntu2.1 amd64 MySQL module for php5
ii php5-readline 5.5.3+dfsg-1ubuntu2.1 amd64 Readline module for php5
ii php5-sybase 5.5.3+dfsg-1ubuntu2.1 amd64 Sybase / MS SQL Server module for php5
ii php5-xdebug 2.2.3-1build1 amd64 Xdebug Module for PHP 5
ii phpunit 3.6.10-1 all Unit testing suite for PHP5
ii phpunit-mock-object 1.1.1-2 all Mock Object library for PHPUnit
ii phpunit-story 1.0.0-3 all extension to facilitate Behaviour-Driven Development

Symfony Version:
2.3.10

@sdoerig
Copy link
Author

sdoerig commented Feb 25, 2014

Basically it looks like the namespaces were somehow messed up. The class Company does never ever exist under the namespace Cyberlink\StatusBundle\Entity\Company.

@sdoerig sdoerig closed this as completed Feb 25, 2014
@sdoerig sdoerig reopened this Feb 25, 2014
@tspycher
Copy link

I have a similar issue since i've updated... Happy about knowing i'm not the only one :)

@Baachi
Copy link

Baachi commented Feb 27, 2014

Have you deleted the cache?

@sdoerig
Copy link
Author

sdoerig commented Feb 28, 2014

Hello
As mentioned yesterday I performed two termcasts. The "log.session" one is the one using jms/serializer 0.14.0. The "log.session_disfunctional" is the one upgrading to jms/serializer 0.15.0 and then the problem as described occours again.
If you need further information feel free contacting me.
Stefan

log.session_disfunctional

Script started on Fre 28 Feb 2014 08:27:26 CET
root@doerig-700Z3C-700Z5C: /var/www/oss
root@doerig-700Z3C-700Z5C:/var/www/oss# rm -rf app/cache/*
root@doerig-700Z3C-700Z5C: /var/www/oss
root@doerig-700Z3C-700Z5C:/var/www/oss# ls -l app/cache/
total 0
root@doerig-700Z3C-700Z5C: /var/www/oss
root@doerig-700Z3C-700Z5C:/var/www/oss# ls -l app/cache/[1@a
total 8
drwxr-xr-x 2 www-data www-data 4096 Feb 28 08:27 .
drwxrwxr-x. 7 doerig doerig 4096 Feb 28 08:21 ..
root@doerig-700Z3C-700Z5C: /var/www/oss
root@doerig-700Z3C-700Z5C:/var/www/oss# bin/composer.phar update && make dev prod browserkit && chown -R www-data:www-data app/cache
Loading composer repositories with package information
Updating dependencies (including require-dev)

  • Removing jms/serializer (0.14.0)
  • Installing jms/serializer (0.15.0)
    Loading from cache
  • Updating knplabs/knp-menu dev-master (52c8ffd => 52c8ffd)
    Checking out 52c8ffd7eba8028f93ef9eece98f74b2f11c1c1f
  • Updating knplabs/knp-menu-bundle dev-master (1b07578 => 1b07578)
    Checking out 1b07578738d3425c09cfbd153276382388994f46
  • Updating isoft/mssql-bundle dev-master (6dca6f8 => 6dca6f8)
    Checking out 6dca6f876d72556c49bc013246f0b7779bbc649e

Writing lock file
Generating autoload files
Updating the "app/config/parameters.yml" file
cd . &&
app/console --env=dev cache:clear &&
app/console --env=dev assets:install &&
app/console --env=dev assetic:dump
Clearing the cache for the dev environment with debug true
Installing assets using the hard copy option
Installing assets for Symfony\Bundle\FrameworkBundle into web/bundles/framework
Installing assets for Stfalcon\Bundle\TinymceBundle into web/bundles/stfalcontinymce
Installing assets for Nelmio\ApiDocBundle into web/bundles/nelmioapidoc
Installing assets for Bazinga\ExposeTranslationBundle into web/bundles/bazingaexposetranslation
Installing assets for Cyberlink\OssBundle into web/bundles/cyberlinkoss
Installing assets for Cyberlink\StatusBundle into web/bundles/cyberlinkstatus
Installing assets for Cyberlink\CheckerBundle into web/bundles/cyberlinkchecker
Installing assets for Sensio\Bundle\DistributionBundle into web/bundles/sensiodistribution
Dumping all dev assets.
Debug mode is on.

08:28:57 [file+] /var/www/oss/app/../web/css/382f47e.css
08:28:57 [file+] /var/www/oss/app/../web/css/382f47e_font_1.css
08:28:57 [file+] /var/www/oss/app/../web/css/382f47e_bootstrap.min_2.css
08:28:57 [file+] /var/www/oss/app/../web/css/382f47e_bootstrap-responsive.min_3.css
08:28:57 [file+] /var/www/oss/app/../web/css/382f47e_font-awesome_4.css
08:28:57 [file+] /var/www/oss/app/../web/css/382f47e_style-metro_5.css
08:28:57 [file+] /var/www/oss/app/../web/css/382f47e_style_6.css
08:28:57 [file+] /var/www/oss/app/../web/css/382f47e_style-responsive_7.css
08:28:57 [file+] /var/www/oss/app/../web/css/382f47e_light_8.css
08:28:57 [file+] /var/www/oss/app/../web/css/382f47e_uniform.default_9.css
08:28:57 [file+] /var/www/oss/app/../web/css/382f47e_jquery.gritter_10.css
08:28:57 [file+] /var/www/oss/app/../web/css/382f47e_daterangepicker_11.css
08:28:57 [file+] /var/www/oss/app/../web/css/382f47e_fullcalendar_12.css
08:28:57 [file+] /var/www/oss/app/../web/css/382f47e_datepicker_13.css
08:28:57 [file+] /var/www/oss/app/../web/css/382f47e_timepicker_14.css
08:28:57 [file+] /var/www/oss/app/../web/css/382f47e_chosen_15.css
08:28:57 [file+] /var/www/oss/app/../web/css/382f47e_DT_bootstrap_16.css
08:28:57 [file+] /var/www/oss/app/../web/css/382f47e_select2_metro_17.css
08:28:57 [file+] /var/www/oss/app/../web/css/382f47e_toastr.min_18.css
08:28:57 [file+] /var/www/oss/app/../web/css/786e967.css
08:28:57 [file+] /var/www/oss/app/../web/css/786e967_form_1.css
08:28:57 [file+] /var/www/oss/app/../web/css/406a97c.css
08:28:57 [file+] /var/www/oss/app/../web/css/406a97c_part_1_cyberlink_1.css
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_hinclude_1.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_jquery-1.10.1.min_2.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_jquery-migrate-1.2.1.min_3.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_jquery-ui-1.10.1.custom.min_4.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_bootstrap.min_5.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_breakpoints_6.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_jquery.slimscroll.min_7.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_jquery.blockui.min_8.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_jquery.cookie.min_9.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_jquery.uniform.min_10.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_jquery.inputmask.bundle_11.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_jquery.bind-first_12.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_jquery.inputmask-multi_13.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_jquery.form_14.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_jquery.validate.min_15.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_additional-methods.min_16.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_bootstrap-datepicker_17.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_bootstrap-timepicker_18.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_twitter-bootstrap-hover-dropdown.min_19.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_chosen.jquery.min_20.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_jquery.dataTables_21.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_select2_22.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_DT_bootstrap_23.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_toastr.min_24.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_ui-toastr_25.js
08:28:57 [file+] /var/www/oss/app/../web/js/bc28830_app_26.js
08:28:57 [file+] /var/www/oss/app/../web/js/e6e2574.js
08:28:57 [file+] /var/www/oss/app/../web/js/e6e2574_excanvas.min_1.js
08:28:57 [file+] /var/www/oss/app/../web/js/e6e2574_respond.min_2.js
08:28:57 [file+] /var/www/oss/app/../web/js/899d349.js
08:28:57 [file+] /var/www/oss/app/../web/js/899d349_part_1_InitializeDatepicker_1.js
08:28:57 [file+] /var/www/oss/app/../web/js/899d349_part_1_ajax_2.js
08:28:57 [file+] /var/www/oss/app/../web/js/899d349_part_1_bc-bootstrap-collection-tr_3.js
08:28:57 [file+] /var/www/oss/app/../web/js/899d349_part_1_bootstrap-collapse_4.js
08:28:57 [file+] /var/www/oss/app/../web/js/899d349_part_1_bootstrap-transition_5.js
08:28:57 [file+] /var/www/oss/app/../web/js/899d349_part_1_initializeChosen_6.js
08:28:57 [file+] /var/www/oss/app/../web/js/899d349_part_1_initializeInputmask_7.js
08:28:57 [file+] /var/www/oss/app/../web/js/899d349_part_1_initializeSorting_8.js
08:28:57 [file+] /var/www/oss/app/../web/js/899d349_part_1_initializeTable-managed_9.js
08:28:57 [file+] /var/www/oss/app/../web/js/899d349_part_1_initializeValidation_10.js
08:28:57 [file+] /var/www/oss/app/../web/js/899d349_part_1_jquery.bind-first_11.js
08:28:57 [file+] /var/www/oss/app/../web/js/899d349_part_1_jquery.inputmask-multi_12.js
08:28:57 [file+] /var/www/oss/app/../web/js/899d349_part_1_select2_13.js
08:28:57 [file+] /var/www/oss/app/../web/js/899d349_part_1_sender_14.js
08:28:57 [file+] /var/www/oss/app/../web/js/899d349_part_1_sprintf_15.js
08:28:57 [file+] /var/www/oss/app/../web/js/7ff44c7.js
08:28:57 [file+] /var/www/oss/app/../web/js/7ff44c7_jquery.zrssfeed.min_1.js
08:28:57 [file+] /var/www/oss/app/../web/js/2c0f60b.js
08:28:57 [file+] /var/www/oss/app/../web/js/2c0f60b_bootstrap-collapse_1.js
08:28:57 [file+] /var/www/oss/app/../web/js/2c0f60b_bootstrap-transition_2.js
08:28:57 [file+] /var/www/oss/app/../web/js/a7a458c.js
08:28:57 [file+] /var/www/oss/app/../web/js/a7a458c_app_1.js
08:28:57 [file+] /var/www/oss/app/../web/js/a7a458c_login_2.js
08:28:57 [file+] /var/www/oss/app/../web/css/b28634e.css
08:28:57 [file+] /var/www/oss/app/../web/css/b28634e_login_1.css
08:28:57 [file+] /var/www/oss/app/../web/js/c6f6180.js
08:28:57 [file+] /var/www/oss/app/../web/js/c6f6180_jquery.bootstrap.wizard.min_1.js
08:28:57 [file+] /var/www/oss/app/../web/js/c6f6180_form-wizard_2.js
cd . &&
app/console --env=prod cache:clear &&
app/console --env=prod assets:install &&
app/console --env=prod assetic:dump
Clearing the cache for the prod environment with debug false
Installing assets using the hard copy option
Installing assets for Symfony\Bundle\FrameworkBundle into web/bundles/framework
Installing assets for Stfalcon\Bundle\TinymceBundle into web/bundles/stfalcontinymce
Installing assets for Nelmio\ApiDocBundle into web/bundles/nelmioapidoc
Installing assets for Bazinga\ExposeTranslationBundle into web/bundles/bazingaexposetranslation
Installing assets for Cyberlink\OssBundle into web/bundles/cyberlinkoss
Installing assets for Cyberlink\StatusBundle into web/bundles/cyberlinkstatus
Installing assets for Cyberlink\CheckerBundle into web/bundles/cyberlinkchecker
Dumping all prod assets.
Debug mode is off.

08:29:16 [file+] /var/www/oss/app/../web/css/382f47e.css
08:29:16 [file+] /var/www/oss/app/../web/css/786e967.css
08:29:16 [file+] /var/www/oss/app/../web/css/406a97c.css
08:29:16 [file+] /var/www/oss/app/../web/js/bc28830.js
08:29:16 [file+] /var/www/oss/app/../web/js/e6e2574.js
08:29:16 [file+] /var/www/oss/app/../web/js/899d349.js
08:29:16 [file+] /var/www/oss/app/../web/js/7ff44c7.js
08:29:16 [file+] /var/www/oss/app/../web/js/2c0f60b.js
08:29:16 [file+] /var/www/oss/app/../web/js/a7a458c.js
08:29:16 [file+] /var/www/oss/app/../web/css/b28634e.css
08:29:16 [file+] /var/www/oss/app/../web/js/c6f6180.js
cd . &&
app/console --env=browserkit cache:clear &&
app/console --env=browserkit assets:install &&
app/console --env=browserkit assetic:dump
Clearing the cache for the browserkit environment with debug true
Installing assets using the hard copy option
Installing assets for Symfony\Bundle\FrameworkBundle into web/bundles/framework
Installing assets for Stfalcon\Bundle\TinymceBundle into web/bundles/stfalcontinymce
Installing assets for Nelmio\ApiDocBundle into web/bundles/nelmioapidoc
Installing assets for Bazinga\ExposeTranslationBundle into web/bundles/bazingaexposetranslation
Installing assets for Cyberlink\OssBundle into web/bundles/cyberlinkoss
Installing assets for Cyberlink\StatusBundle into web/bundles/cyberlinkstatus
Installing assets for Cyberlink\CheckerBundle into web/bundles/cyberlinkchecker
Dumping all browserkit assets.
Debug mode is on.

08:29:35 [file+] /var/www/oss/app/../web/css/382f47e.css
08:29:35 [file+] /var/www/oss/app/../web/css/382f47e_font_1.css
08:29:35 [file+] /var/www/oss/app/../web/css/382f47e_bootstrap.min_2.css
08:29:35 [file+] /var/www/oss/app/../web/css/382f47e_bootstrap-responsive.min_3.css
08:29:35 [file+] /var/www/oss/app/../web/css/382f47e_font-awesome_4.css
08:29:35 [file+] /var/www/oss/app/../web/css/382f47e_style-metro_5.css
08:29:35 [file+] /var/www/oss/app/../web/css/382f47e_style_6.css
08:29:35 [file+] /var/www/oss/app/../web/css/382f47e_style-responsive_7.css
08:29:35 [file+] /var/www/oss/app/../web/css/382f47e_light_8.css
08:29:35 [file+] /var/www/oss/app/../web/css/382f47e_uniform.default_9.css
08:29:35 [file+] /var/www/oss/app/../web/css/382f47e_jquery.gritter_10.css
08:29:35 [file+] /var/www/oss/app/../web/css/382f47e_daterangepicker_11.css
08:29:35 [file+] /var/www/oss/app/../web/css/382f47e_fullcalendar_12.css
08:29:35 [file+] /var/www/oss/app/../web/css/382f47e_datepicker_13.css
08:29:35 [file+] /var/www/oss/app/../web/css/382f47e_timepicker_14.css
08:29:35 [file+] /var/www/oss/app/../web/css/382f47e_chosen_15.css
08:29:35 [file+] /var/www/oss/app/../web/css/382f47e_DT_bootstrap_16.css
08:29:35 [file+] /var/www/oss/app/../web/css/382f47e_select2_metro_17.css
08:29:35 [file+] /var/www/oss/app/../web/css/382f47e_toastr.min_18.css
08:29:35 [file+] /var/www/oss/app/../web/css/786e967.css
08:29:35 [file+] /var/www/oss/app/../web/css/786e967_form_1.css
08:29:35 [file+] /var/www/oss/app/../web/css/406a97c.css
08:29:35 [file+] /var/www/oss/app/../web/css/406a97c_part_1_cyberlink_1.css
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_hinclude_1.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_jquery-1.10.1.min_2.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_jquery-migrate-1.2.1.min_3.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_jquery-ui-1.10.1.custom.min_4.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_bootstrap.min_5.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_breakpoints_6.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_jquery.slimscroll.min_7.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_jquery.blockui.min_8.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_jquery.cookie.min_9.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_jquery.uniform.min_10.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_jquery.inputmask.bundle_11.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_jquery.bind-first_12.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_jquery.inputmask-multi_13.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_jquery.form_14.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_jquery.validate.min_15.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_additional-methods.min_16.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_bootstrap-datepicker_17.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_bootstrap-timepicker_18.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_twitter-bootstrap-hover-dropdown.min_19.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_chosen.jquery.min_20.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_jquery.dataTables_21.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_select2_22.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_DT_bootstrap_23.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_toastr.min_24.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_ui-toastr_25.js
08:29:35 [file+] /var/www/oss/app/../web/js/bc28830_app_26.js
08:29:35 [file+] /var/www/oss/app/../web/js/e6e2574.js
08:29:35 [file+] /var/www/oss/app/../web/js/e6e2574_excanvas.min_1.js
08:29:35 [file+] /var/www/oss/app/../web/js/e6e2574_respond.min_2.js
08:29:35 [file+] /var/www/oss/app/../web/js/899d349.js
08:29:35 [file+] /var/www/oss/app/../web/js/899d349_part_1_InitializeDatepicker_1.js
08:29:35 [file+] /var/www/oss/app/../web/js/899d349_part_1_ajax_2.js
08:29:35 [file+] /var/www/oss/app/../web/js/899d349_part_1_bc-bootstrap-collection-tr_3.js
08:29:35 [file+] /var/www/oss/app/../web/js/899d349_part_1_bootstrap-collapse_4.js
08:29:35 [file+] /var/www/oss/app/../web/js/899d349_part_1_bootstrap-transition_5.js
08:29:35 [file+] /var/www/oss/app/../web/js/899d349_part_1_initializeChosen_6.js
08:29:35 [file+] /var/www/oss/app/../web/js/899d349_part_1_initializeInputmask_7.js
08:29:35 [file+] /var/www/oss/app/../web/js/899d349_part_1_initializeSorting_8.js
08:29:35 [file+] /var/www/oss/app/../web/js/899d349_part_1_initializeTable-managed_9.js
08:29:35 [file+] /var/www/oss/app/../web/js/899d349_part_1_initializeValidation_10.js
08:29:35 [file+] /var/www/oss/app/../web/js/899d349_part_1_jquery.bind-first_11.js
08:29:35 [file+] /var/www/oss/app/../web/js/899d349_part_1_jquery.inputmask-multi_12.js
08:29:35 [file+] /var/www/oss/app/../web/js/899d349_part_1_select2_13.js
08:29:35 [file+] /var/www/oss/app/../web/js/899d349_part_1_sender_14.js
08:29:35 [file+] /var/www/oss/app/../web/js/899d349_part_1_sprintf_15.js
08:29:35 [file+] /var/www/oss/app/../web/js/7ff44c7.js
08:29:35 [file+] /var/www/oss/app/../web/js/7ff44c7_jquery.zrssfeed.min_1.js
08:29:35 [file+] /var/www/oss/app/../web/js/2c0f60b.js
08:29:35 [file+] /var/www/oss/app/../web/js/2c0f60b_bootstrap-collapse_1.js
08:29:35 [file+] /var/www/oss/app/../web/js/2c0f60b_bootstrap-transition_2.js
08:29:35 [file+] /var/www/oss/app/../web/js/a7a458c.js
08:29:35 [file+] /var/www/oss/app/../web/js/a7a458c_app_1.js
08:29:35 [file+] /var/www/oss/app/../web/js/a7a458c_login_2.js
08:29:35 [file+] /var/www/oss/app/../web/css/b28634e.css
08:29:35 [file+] /var/www/oss/app/../web/css/b28634e_login_1.css
08:29:35 [file+] /var/www/oss/app/../web/js/c6f6180.js
08:29:35 [file+] /var/www/oss/app/../web/js/c6f6180_jquery.bootstrap.wizard.min_1.js
08:29:35 [file+] /var/www/oss/app/../web/js/c6f6180_form-wizard_2.js
root@doerig-700Z3C-700Z5C: /var/www/oss
root@doerig-700Z3C-700Z5C:/var/www/oss# exit
exit

Script done on Fre 28 Feb 2014 08:29:55 CET

@houximing
Copy link

I actually have this issue when I downgrade from 1.0 to 0.14.0 which have not sorted out yet

@goetas
Copy link
Collaborator

goetas commented Jan 20, 2017

Sorry for the long feedback loop.
This issue is probably already solved.

(if not feel free to re open the issue or to comment here)

Thanks

@goetas goetas closed this as completed Jan 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants