ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-Dev
php-Dev
#26064 [Opn->Bgs]: Warning: mime_magic: invalid type 0 in mconvert(). in ...
by other posts by this author
Nov 2 2003 8:59PM messages near this date
#26064 [Bgs]: error msg without sense: Warning: mime_magic: invalid type 0 in mconvert(). in | #26064 [Fbk->Opn]: Warning: mime_magic: invalid type 0 in mconvert(). in ...
ID:               26064
 Updated by:       iliaa@[...].net
 Reported By:      e05 at freemails dot ch
-Status:           Open
+Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: Linux 2.4.20 (Debian)
 PHP Version:      4.3.3
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Sounds like a problem with your magic file used by the mime_magic
extension.


Previous Comments:
------------------------------------------------------------------------

[2003-11-01 04:09:05] e05 at freemails dot ch

mhhhh....
1st this seems to happen to all files
2nd the avi is too large (190 MB)

but I tried to write a test script:
<?php 
var_dump(mime_content_type('/home/e05/file1.avi'));
print "<hr> \n";

var_dump(mime_content_type('/home/e05/file2.mov'));
print "<hr> \n";

var_dump(mime_content_type('/home/e05/file3.zip'));
print "<hr> \n";

var_dump(mime_content_type('/home/e05/file4.rm'));
print "<hr> ";

 ?> 

The intresting point seems to be the output.
Warning: mime_magic: invalid type 0 in mconvert(). in
/home/ck/lamp/public_html/filemanager/bugtest1.php on line 2
(repeats about more than hundred times each line with a
mime_content_type call! while ignoring print "<hr> \n";)


the end is that the last mime_content_type returns a value after a lot
warnings:
string(19) "application/x-troff"
The only print "<hr> \n"; that seems to be executed works there.

------------------------------------------------------------------------

[2003-10-31 16:43:39] iliaa@[...].net

Would it be possible for you to make the avi file in question
avaliable?

------------------------------------------------------------------------

[2003-10-31 16:02:16] e05 at freemails dot ch

Description:
------------
Well, there isn´t much to tell. The error message is:
Warning: mime_magic: invalid type 0 in mconvert(). in /foo/bar.php on
line 2

mconvert doesn´t seems to be a public funktion as
http://www.php.net/mconvert didn´t work.

Reproduce code:
---------------
<?php
$result = mime_content_type("/usr/bak/foobar.avi");
 ?> 



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=26064&edit=1
Thread:
e05 at freemails dot ch
e05 at freemails dot ch

e05 at freemails dot ch


Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved