Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gilu

    (@gilu)

    In line 484 of file wpmp_transcoder.php (wordpress-mobile-pack/plugins/wpmp_transcoder/) the $base was wrong.
    It read $base = get_option('home') . "/wp-content/plugins/wordpress-mobile-pack/plugins/wpmp_transcoder/"; instead of $base = get_option('siteurl') . "/wp-content/plugins/wordpress-mobile-pack/plugins/wpmp_transcoder/";

    get_option(‘siteurl’) gets the location of WordPress.
    Unlike get_option(‘home’) which only gets the domain.

    I was glad I could help myself. NO thanks to the support team.

    I guess, this only applies if you do this: Giving_WordPress_Its_Own_Directory

    You are my man!

    Thanks so much for sharing your solution, I am not a coder, but with your precise description it was easy to fix this plugin bug. The problem indeed only arose when I changed my home directory and is easily solved this way.

    Cheers, Thomas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress Mobile Pack] Images not showing’ is closed to new replies.