Menu

#62 Popper won't even run - Fatal Error

open
None
9
2003-07-07
2003-06-28
Anonymous
No

Fatal error: Cannot redeclare print_array() in
/usr/local/apache/htdocs/netheadsynergies.com/test/popper/class.mimepart.inc.php
on line 587

Discussion

  • Nobody/Anonymous

    Logged In: NO

    This error is showing up with people using the new php 4.3
    release. Any idea on what we can do to fix this?

     
  • Klaus Guenther

    Klaus Guenther - 2003-07-07
    • priority: 5 --> 9
    • assigned_to: nobody --> thesaur
     
  • dra.:.god

    dra.:.god - 2003-07-17

    Logged In: YES
    user_id=553457

    I have solved the Problem.

    Comment out the second print_array() function. Then edit
    the class.db_tool.inc.php u have to comment out the first
    db_query($query) or copy the secont over the first.

    For me it works fine ;)

     
  • Matt Ion

    Matt Ion - 2003-09-30

    Logged In: YES
    user_id=596923

    I get that same error with PHP 4.3.3, but if I backlevel my
    PHP module to 4.2.3, it works fine.

     
  • Matt Ion

    Matt Ion - 2003-09-30

    Logged In: YES
    user_id=596923

    dragod, I tried your suggestion, but once I comment out the
    first 'function db_query' I end up with just a blank screen
    when loading popper.

    Copying the second statement over the first results in the
    original error again.

    MOVING the second instance to the place of the first doesn't
    help either - still the blank browser.

    Any other ideas? I'd prefer to get this working with PHP
    4.3.3, which addresses some other issues I have...

     
  • Nobody/Anonymous

    Logged In: NO

    A fix would be good :D

     
  • Nobody/Anonymous

    Logged In: NO

    the solution from dragod works perfectly. tnx alot!!!

     

Log in to post a comment.