Hey,
i´m not able to get popper running. When I start the index.php I get the error:
Fatal error: Cannot redeclare print_array() in /multimedia/www/root/popper/class.mimepart.inc.php on line 587
Logged In: NO
Yes i have the same problem! can somebody helP?
i've got the same ... please help us out.
Logged In: YES user_id=1260293
All you have to do is "comment" that line out. Find line 587 in your document and put // at the beginning of every line in that syntax.
You're going to come across another line when you fix that, do the same to that...
yes i have this bug, too.
to make it easy for you i have ziped the two changed files, download the archiv extract it and replace the two files.
http://www.sits-online.de/bug1172534.tar.gz
same here... will try chriscluffs trick
Logged In: YES user_id=1341770
Right, I got the same one: this function is declared two times:
class.mimepart.inc.php: Line 297: function print_array($array) { foreach($array as $key => $val) { echo("$key -> $val<br>"); } }
Line 587: function print_array($arr) { foreach($arr as $key => $val) { echo("$key --> $val<br>\r\n"); } }
I removed the last one and all seems to work.
I have this Problem, too :(
Log in to post a comment.
Logged In: NO
Yes i have the same problem! can somebody helP?
Logged In: NO
i've got the same ... please help us out.
Logged In: YES
user_id=1260293
All you have to do is "comment" that line out. Find line 587
in your document and put // at the beginning of every line
in that syntax.
You're going to come across another line when you fix that,
do the same to that...
Logged In: NO
yes i have this bug, too.
to make it easy for you i have ziped the two changed files,
download the archiv extract it and replace the two files.
http://www.sits-online.de/bug1172534.tar.gz
Logged In: NO
same here... will try chriscluffs trick
Logged In: YES
user_id=1341770
Right, I got the same one: this function is declared two times:
class.mimepart.inc.php:
Line 297:
function print_array($array) {
foreach($array as $key => $val) {
echo("$key -> $val<br>");
}
}
Line 587:
function print_array($arr) {
foreach($arr as $key => $val) {
echo("$key -->
$val<br>\r\n");
}
}
I removed the last one and all seems to work.
Logged In: NO
I have this Problem, too :(