Menu

#1 Errors on impresscms when using d3blog

open
nobody
None
9
2008-07-19
2008-07-19
stranger
No

Hi hodaka, I tried to contact you on your sites, but wasn't lucky enough to reach you.
I have found your new module (d3blog) a couple of days ago and I am loving it, but I have received a couple of warnings on impresscms1.1 alpha, when going to module's index or wherever else which images are being used

[quote]
warning: preg_replace_callback() [function.preg-replace-callback]: Requires argument 2, 'd3blogTextSanitizer::_filterImgUrl', to be a valid callback in file C:/xampp/trust_pathd8f25/modules/d3blog/include/d3blogTextSanitizer.class.php line 180
warning: preg_replace_callback() [function.preg-replace-callback]: Requires argument 2, 'd3blogTextSanitizer::_filterImgUrl', to be a valid callback in file C:/xampp/trust_pathd8f25/modules/d3blog/include/d3blogTextSanitizer.class.php line 184
warning: preg_replace_callback() [function.preg-replace-callback]: Requires argument 2, 'd3blogTextSanitizer::_filterImgUrl', to be a valid callback in file C:/xampp/trust_pathd8f25/modules/d3blog/include/d3blogTextSanitizer.class.php line 187
warning: preg_replace_callback() [function.preg-replace-callback]: Requires argument 2, 'd3blogTextSanitizer::_filterImgUrl', to be a valid callback in file C:/xampp/trust_pathd8f25/modules/d3blog/include/d3blogTextSanitizer.class.php line 180
warning: preg_replace_callback() [function.preg-replace-callback]: Requires argument 2, 'd3blogTextSanitizer::_filterImgUrl', to be a valid callback in file C:/xampp/trust_pathd8f25/modules/d3blog/include/d3blogTextSanitizer.class.php line 184
warning: preg_replace_callback() [function.preg-replace-callback]: Requires argument 2, 'd3blogTextSanitizer::_filterImgUrl', to be a valid callback in file C:/xampp/trust_pathd8f25/modules/d3blog/include/d3blogTextSanitizer.class.php line 187
warning: preg_replace_callback() [function.preg-replace-callback]: Requires argument 2, 'd3blogTextSanitizer::_filterImgUrl', to be a valid callback in file C:/xampp/trust_pathd8f25/modules/d3blog/include/d3blogTextSanitizer.class.php line 180
warning: preg_replace_callback() [function.preg-replace-callback]: Requires argument 2, 'd3blogTextSanitizer::_filterImgUrl', to be a valid callback in file C:/xampp/trust_pathd8f25/modules/d3blog/include/d3blogTextSanitizer.class.php line 184
warning: preg_replace_callback() [function.preg-replace-callback]: Requires argument 2, 'd3blogTextSanitizer::_filterImgUrl', to be a valid callback in file C:/xampp/trust_pathd8f25/modules/d3blog/include/d3blogTextSanitizer.class.php line 187
[/quote]

I guess there is a problem with '_filterImgUrl' ...
[code]
$text = preg_replace_callback($imgCallbackPattern, array($this, '_filterImgUrl'), $text);
[/code]

Can you help me?

BTW I am working on the translation of this module to Persian ...

Regards,
stranger.

Discussion

  • stranger

    stranger - 2008-07-19

    Logged In: YES
    user_id=1821837
    Originator: YES

    BTW, with having this issue categories pictures or any other picture doesn't show...

     
  • stranger

    stranger - 2008-07-19
    • priority: 5 --> 9
     

Log in to post a comment.