jazzdevil Posted January 9, 2010 Posted January 9, 2010 I installed Banner Manager 1.6 and I added my swf file from Admin Panel / Banner Manager. Then, I had this error in my homepage. Fatal error: Call to undefined function mm_output_flash_movie() in /home/dd752540/public_html/includes/functions/banner.php on line 117 banner.php - line 117 is: $banner_string = '<a href="' . tep_href_link(FILENAME_REDIRECT, 'action=banner&goto=' . $banner['banners_id']) . '" target="_self">' . mm_output_flash_movie( $banner['banners_title'], DIR_WS_IMAGES . $banner['banners_image'] , $size[0] , $size[1]) . '</a>'; How can I fix this problem? Quote
germ Posted January 9, 2010 Posted January 9, 2010 I installed Banner Manager 1.6 and I added my swf file from Admin Panel / Banner Manager. Then, I had this error in my homepage. Fatal error: Call to undefined function mm_output_flash_movie() in /home/dd752540/public_html/includes/functions/banner.php on line 117 banner.php - line 117 is: $banner_string = '<a href="' . tep_href_link(FILENAME_REDIRECT, 'action=banner&goto=' . $banner['banners_id']) . '" target="_self">' . mm_output_flash_movie( $banner['banners_title'], DIR_WS_IMAGES . $banner['banners_image'] , $size[0] , $size[1]) . '</a>'; How can I fix this problem? You need to add the code for that function to /includes/functions/html_output.php The code for it is at the bottom of this thread Quote If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.