"Strict Standards: Only variables should be passed by reference in /code/opentape_common.php on line 283"
if ( strcmp($file, ".") && strcmp($file, "..") && !strcasecmp(end(explode(".", $file)), "mp3")) {
Thanks!
How to fix this error
Moderator: General Moderators
Re: How to fix this error
Code: Select all
end(explode(".", $file))Use pathinfo to get the file extension.
-
caioebruno
- Forum Newbie
- Posts: 2
- Joined: Wed Aug 27, 2014 1:52 am
Re: How to fix this error
can you help me with this? I am a layman in the subject
Re: How to fix this error
I tried helping you. Is there something specifically that you need? Did you check that link, read the documentation there, and perhaps read through some of the user comments?