- Posts: 2
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
- Endre
-
Topic Author
- Offline
- New Member
Less
More
16 years 8 months ago #15948
by Endre
Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found. was created by Endre
I'm getting this error everytime I access the page with my flv videos:
Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
Get this error on both my website and on Joomlawords demosite.
I'm using the latest All Video plugin.
Getting the error in FF and Opera, not in IE7.
Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
Get this error on both my website and on Joomlawords demosite.
I'm using the latest All Video plugin.
Getting the error in FF and Opera, not in IE7.
Please Log in or Create an account to join the conversation.
- Endre
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 2
16 years 8 months ago #15949
by Endre
Replied by Endre on topic Re: Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
Ok, figured it out.
Do not get the error when using {flvremote}
Cheers
Endre
Do not get the error when using {flvremote}
Cheers
Endre
Please Log in or Create an account to join the conversation.
- Bugzz
-
- Offline
- New Member
Less
More
- Posts: 1
16 years 6 months ago - 16 years 6 months ago #15950
by Bugzz
Replied by Bugzz on topic Re: Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
that doesnt really fix the problem does it?
What i mean is that it should work only with those {flv} tags, as it has done so before.
What i mean is that it should work only with those {flv} tags, as it has done so before.
Please Log in or Create an account to join the conversation.
- PFR
-
- Offline
- New Member
Less
More
- Posts: 1
16 years 6 months ago #15951
by PFR
Replied by PFR on topic Re: Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
Hi,
Just had a the same error message, in FF didn't check other browsers.
I looked at the generated source code and it references a jpg in the videos directory. This is a screen shot displayed when the page first loads.
I added the jpg and fixed the error.
Just had a the same error message, in FF didn't check other browsers.
I looked at the generated source code and it references a jpg in the videos directory. This is a screen shot displayed when the page first loads.
I added the jpg and fixed the error.
Please Log in or Create an account to join the conversation.
- skynet
-
- Offline
- New Member
Less
More
- Posts: 1
16 years 5 months ago #15952
by skynet
Replied by skynet on topic Re: Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
Thanks ! that fixed the error for me, you can also edit the file so you dont have to put images in there at all. To do it, edit this file:
mambots/content/jw_allvideos/jw_allvideos_sources.php
find the line:
&image=$mosConfig_live_site/{VFOLDER}/{AVSOURCE}.jpg
and delete it. Maybe there is a way to make those jpgs automatically?
mambots/content/jw_allvideos/jw_allvideos_sources.php
find the line:
&image=$mosConfig_live_site/{VFOLDER}/{AVSOURCE}.jpg
and delete it. Maybe there is a way to make those jpgs automatically?
Please Log in or Create an account to join the conversation.
- Sam Sokol
-
- Offline
- New Member
Less
More
- Posts: 1
16 years 2 weeks ago #15953
by Sam Sokol
Replied by Sam Sokol on topic Re: Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
If you want to show a preload image and not get an error, just put a JPG with the same name as the video in the same directory as your video.
Example:
images/stories/video/coolstuff.flv
images/stories/video/coolstuff.jpg
Cool stuff. ;D
Example:
images/stories/video/coolstuff.flv
images/stories/video/coolstuff.jpg
Cool stuff. ;D
Please Log in or Create an account to join the conversation.
- airmvp23
-
- Offline
- New Member
Less
More
- Posts: 4
16 years 5 days ago #15954
by airmvp23
Replied by airmvp23 on topic Re: Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
I did that and that is when I started getting the error. The jpg is the same as the flv name.
I added the codeto my {flv} code to have the preview image work. It does work, but now the error comes up.
Help Please.
Thanks
I added the code
&image=$mosConfig_live_site/{VFOLDER}/{AVSOURCE}.jpg\" />
Help Please.
Thanks
Please Log in or Create an account to join the conversation.
- Steve Hall
-
- Offline
- New Member
Less
More
- Posts: 3
15 years 9 months ago #15955
by Steve Hall
Replied by Steve Hall on topic Re: Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
In case any Newbies were confused by the exchange above (which seems to end on an ambiguous note) the problem is nevertheless solved above. To recap, the error message appears because the code is looking for a preload image (jpg) in the same folder, with the same name. And, I presume, it should also have the same pixel dimensions as the flv. Therefore, to solve the problem, create a jpg with the same width and height as your video. Give it the same name as your video (as Senorsam explained above), and put it in the same folder as your video which should be "images/stories/videos". That should stop the error messages from appearing.
I was also using the AllVideos extension. Thanks to Senorsam for the insight.
I was also using the AllVideos extension. Thanks to Senorsam for the insight.
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.