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 ;)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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 ;)
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.
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...
Logged In: NO
A fix would be good :D
Logged In: NO
the solution from dragod works perfectly. tnx alot!!!