Hi,
I try to use the wrapper feature, but it's not working. Maybe it's something wrong with my syntax, I dont know.
I want to use this module to slice my old archive html web page into node in Drupal.
My exemple :
- Here the html web page : http://net.oboro.koumbit.org/oldsite/archive/exhib9394/biswas.html
When I dont use the wrapper feature, all is working :
[[[http://net.oboro.koumbit.org/oldsite/archive/exhib9394/biswas.html width=700px height=100% allowtransparency=false ]]]
With the wrapper feature, I tried few syntax, but I always get an error message :
Not working : [[[http://net.oboro.koumbit.org/oldsite/archive/exhib9394/biswas.html wrapper=htmlpage]]]
Not working : [[[http://net.oboro.koumbit.org/oldsite/archive/exhib9394/biswas.html width=700px height=100% allowtransparency=false wrapper=htmlpage]]]
Not working : [[[http://net.oboro.koumbit.org/oldsite/archive/exhib9394/biswas.html width=100% height=100% allowtransparency=false wrapper=htmlpage]]]
Not working : [[[http://net.oboro.koumbit.org/oldsite/archive/exhib9394/biswas.html width=700px height=700px wrapper=htmlpage]]]
The error is a file not found, but the path is correct, it's possible to load this path directly into a browser, and the path is working when I dont use the wrapper feature :
* File http://net.oboro.koumbit.org/oldsite/archive/exhib9394/biswas.html not found
* File http://net.oboro.koumbit.org/oldsite/archive/exhib9394/biswas.html not found
* File http://net.oboro.koumbit.org/oldsite/archive/exhib9394/biswas.html not found
* File http://net.oboro.koumbit.org/oldsite/archive/exhib9394/biswas.html not found
* File http://net.oboro.koumbit.org/oldsite/archive/exhib9394/biswas.html not found
* File http://net.oboro.koumbit.org/oldsite/archive/exhib9394/biswas.html not found
* File http://net.oboro.koumbit.org/oldsite/archive/exhib9394/biswas.html not found
Is it my syntax, or is it something else ? (maybe an .htaccess problem ?).
Thanks a lot for this very usefull module.
:-)
Hugo
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | insertFrame.module.txt | 6.05 KB | MarcElbichon |
Comments
Comment #1
MarcElbichon commentedInsert_frame use file_exists. Before php 5.0, this function does not verify urls.
Can you modify insertFrame.module and remplace :
by
Comment #2
Hobbes-2 commentedWorking !
:-)
Thanks a lot!
Will you add a patch to the next version ?
Thanks again,
Hugo
Comment #3
MarcElbichon commentedYes. Attachment is not a patch so you can copy and rename it to insertFrame.module
Comment #4
MarcElbichon commentedComment #5
MarcElbichon commented