Development

#2366 ([sfAjaxWebdebug] never enabled)

You must first sign up to be able to contribute.

Ticket #2366 (new defect)

Opened 2 years ago

Last modified 1 year ago

[sfAjaxWebdebug] never enabled

Reported by: CreatixEA Assigned to: fabien
Priority: major Milestone:
Component: plugins Version: 1.0.7
Keywords: sfAjaxWebdebug Cc:
Qualification: Unreviewed

Description

Hello,

I installed sfAjaxWebdebug plugin as described in the plugin webpage. In my gestion's settings.yml I enabled sfAjaxWebdebug:

dev:
  .settings:
    # E_ALL | E_STRICT = 4095
    error_reporting:        6143
    web_debug:              on
    cache:                  off
    no_script_name:         off
    etag:                   on
    enabled_modules:        [default, ajaxWebdebug]

And when I use this link:

<?=
link_to_remote(
      image_tag('file_broken.png'),
      array(
            'url' => 'admin/admingar?do=del&id='.$schema->getId(),
            'update' => 'schema_'.$schema->getServicesId().'_'.$schema->getJour(),
            'confirm' => "Êtes-vous sûr de vouloir supprimer le schéma de garde et tous les gardes associées ?",
            'complete' => 'getAjaxWebDebug();'
      )
); 
?>

I've got a popup that says: You must enable the module "ajaxWebdebug"

Then cache has already been cleared many times and it doesn't work. Any idea ? A bug ?

Change History

12/20/07 15:03:51 changed by lking

  • owner changed from fabien to Alon.Noy.
  • component changed from plugins to sfAjaxWebDebugPlugin.
  • summary changed from sfAjaxWebdebug never enabled to [sfAjaxWebdebug] never enabled.

11/30/08 20:09:07 changed by FabianLange

  • owner changed from Alon.Noy to fabien.
  • component changed from sfAjaxWebDebugPlugin to plugins.

is this fixed?

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.