The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
php error on fopen - file name too long
I am trying to open and read a url generated by spring where pictures from my camera phone are stored:
here's an examples of their url: PHP Code:
PHP Code:
PHP Code:
since I'll be throwing different urls at the program I cannot hard code the link inside the fopen any ideas why this is happening? I've also tried urlencode, urldecode, rawurlencode, rawurldecode etc to no avail. I've been testing for about 4 hours before I resorted to ask for help any ideas would be truly appreciated |
#2
|
|||
|
|||
I threw it in a variable and tried the fopen and it worked for me. I don't know, but my guess would be that if it's saying "file name too long" then it isn't being recognized as a url for some reason.
|
#3
|
|||
|
|||
can you give me a sample of your code?
php configuration issue maybe? ps: I just check ed and my php.ini file does have allow_url_fopen = On |
#4
|
|||
|
|||
Code:
$url='http://pictures.sprintpcs.com/getMMBOXMessageMedia?id=Xw1004H8sLv6S3x76lVPYqVrTxG3Wy0cRaW5QH7BKzIP3kyd2rzGvgmk5gW%2FZUWGqyw0fwJJvr5n%0AmyVjMRcrEa7CM6jI4fnEF70tqiCGYjuGkNKbb8WqPF6J6p0x6Nggg%2FAHqM%2B9at7rfcoAkPZBSw%3D%3D%0A'; $fd = fopen($url, "rb"); I noticed that if I even put a space in front of the URL or mess with the http: part, I get a different error (not "file name too long", but I'm also using Windows and I suspect that stuff is OS dependent - I don't know maybe that's the reason it's working for me). --------------- Added [DATE]1260044206[/DATE] at [TIME]1260044206[/TIME] --------------- And you said it works as a literal string, so it seems like it's got to be something to do with your variable assignment. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|