failed to open stream: HTTP wrapper does not support writeab

Problems installing LinkMan?
Post Reply
pimpmaster
Posts: 3
Joined: Fri Nov 16, 2007 7:11 pm

failed to open stream: HTTP wrapper does not support writeab

Post by pimpmaster »

Script URL: http://www.tjanstefolk.se/page.php?id=add_link
Version of script: 1.03
Hosting company: one.com
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: writable, wrapper, connection

I get the following error:
Warning: fopen(http://www.tjanstefolk.se/linksman/linkinfo.txt) [function.fopen]: failed to open stream: HTTP wrapper does not support writeable connections. in /customers/tjanstefolk.se/tjanstefolk.se/httpd.www/linksman/addlink.php on line 126

I changed settings.php:
$settings['linkfile']='http://www.tjanstefolk.se/linksman/linkinfo.txt';
in stead of
$settings['linkfile']='linkinfo.txt';

Please advise what to do...
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Change
$settings['linkfile']='http://www.tjanstefolk.se/linksman/linkinfo.txt';
back to:
$settings['linkfile']='linkinfo.txt';

:P
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
pimpmaster
Posts: 3
Joined: Fri Nov 16, 2007 7:11 pm

Post by pimpmaster »

Works fine, but... it messes up the links-page:
http://www.tjanstefolk.se/page.php?id=lankvanner
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

It works fine with the page provided:
http://www.tjanstefolk.se/linksman/links.php

How you setup http://www.tjanstefolk.se/page.php?id=lankvanner and what code you use there is not something I know nor something I provide support for.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
pimpmaster
Posts: 3
Joined: Fri Nov 16, 2007 7:11 pm

Post by pimpmaster »

Solved it. Thanks for the help.
/Martin
Post Reply