file: slideshowcs.module
line: 148
Instead of this bullshit:

       $urlpic =  strtr("!filebase!filename",
          array(
            '!filebase' => base_path() . '/' .$filebasepath,
            '!filename' => '/'. $valor,
          )
        ) ;

must be this simple line of code:

      $urlpic = base_path() . $filebasepath  . '/'. $valor;

It's more clear when movinw site from another location (e.g. from localhost directory to wirking domain)

Comments

ilya1st’s picture

Priority: Normal » Critical

It's critical bug I think and at all module is not stable.

ilya1st’s picture

hey does anybody maintains this crap code?

why this code bullshit is marked stable yet?