Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Posts
    72
    Plugin Contributions
    1

    Default Urgent! Need Help installing IH2...

    Hi there,

    i have tried to install Image Handler 2 on my Shop system. Have not found this problem anywhere so I post a new thread. I was overwriting the existing files an get the following Error Messages:


    Warning: main() [function.main]: Unable to access bmz_gif_info.class.php in /home/www/htdocs/tightfun.de/shop/includes/classes/bmz_image_handler.class.php on line 12

    Warning: main(bmz_gif_info.class.php) [function.main]: failed to create stream: No such file or directory in /home/www/htdocs/tightfun.de/shop/includes/classes/bmz_image_handler.class.php on line 12

    Fatal error: main() [function.main]: Failed opening required 'bmz_gif_info.class.php' (include_path='') in /home/www/htdocs/tightfun.de/shop/includes/classes/bmz_image_handler.class.php on line 12


    Anybody who can help me, please do it

    Da Chilla

  2. #2
    Join Date
    Feb 2005
    Location
    Germany
    Posts
    633
    Plugin Contributions
    2

    Default Re: Urgent! Need Help installing IH2...

    First of all, check that the file in question is where it is supposed to be. If the file bmz_gif_info.class.php is in shop/includes/classes/, but the require function doesn't find it, your php-include path may be missing the point Literally. I mean, you might need to prepend a "." to your php include path. If you don't know how to do that, you could change the require line in bmz_image_handler.class.php (line 12) from something like require('bmz_gif_info.class.php'); to require(dirname(__FILE__).'/bmz_gif_info.class.php');. Oh, and you could try and delete the line completely. If I am not mistaken the class file is not yet used at all. If you encounter the error with other files, too, make sure the required file is where it is supposed to be. and if it is, replace the require statements like the one above (prepending the dirname thingy)

    Cheers,
    Tim

  3. #3
    Join Date
    Feb 2006
    Posts
    72
    Plugin Contributions
    1

    Default Re: Urgent! Need Help installing IH2...

    You are my Superhero for this Month, Tim. Thx

    D.C.

  4. #4
    Join Date
    Sep 2005
    Posts
    26
    Plugin Contributions
    1

    Default Re: Urgent! Need Help installing IH2...

    The code change only presented me problems after I installed my sites SSL certificate. The code change (on line12) from
    require('bmz_gif_info.class.php');
    to
    require(dirname(__FILE__).'/bmz_gif_info.class.php');
    Worked a treat for me. Thanks a lot guys.

  5. #5
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Urgent! Need Help installing IH2...

    Hello

    I just tried to install IH2 and I am getting this error:

    Warning: strstr() [function.strstr]: Empty delimiter. in /includes/classes/bmz_image_handler.class.php on line 126


    Does anyone know what I can do??

 

 

Similar Threads

  1. Need urgent help
    By Lyon111 in forum General Questions
    Replies: 2
    Last Post: 18 Jan 2011, 04:27 PM
  2. Urgent help - quick fix? Broken site after installing Ad Manager addon
    By mygalaxy in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 26 Jun 2009, 09:34 AM
  3. Need help with color scheme - URGENT PLEASE HELP
    By nepton in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Nov 2008, 03:48 AM
  4. need urgent help
    By Ciaran121music in forum General Questions
    Replies: 2
    Last Post: 29 May 2008, 09:52 PM
  5. Need help !!! Urgent
    By jeet020 in forum General Questions
    Replies: 4
    Last Post: 10 Sep 2007, 07:59 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg