Wordpress and linkman: failed to open stream

Problems installing LinkMan?
Post Reply
spookster
Posts: 3
Joined: Tue Nov 27, 2007 8:59 am

Wordpress and linkman: failed to open stream

Post by spookster »

Script URL:
Version of script:Linkman 1.03
Hosting company:Newsit.es
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:wordpress and failed to open stream

Write your message below:

Hello

I am trying to install Linkman 1.03 on my wordpress v 2.3.1 and I am encountering a few errors.
I am using the instructions as posted on this blog http://www.romicozone.com/adding-links- ... s-linkman/
for adding my linkman to my wordpress blog.

Bellow is the error I am encountering.

Warning: file() [function.file]: Unable to access linkinfo.txt in /www/newsit.es/s/u/p/supernatural/htdocs/linkman/links.php on line 38

Warning: file(linkinfo.txt) [function.file]: failed to open stream: No such file or directory in /www/newsit.es/s/u/p/supernatural/htdocs/linkman/links.php on line 38

Warning: Invalid argument supplied for foreach() in /www/newsit.es/s/u/p/supernatural/htdocs/linkman/links.php on line 42

I have tried everything and cannot seem to get it to work.

Thank you in advance for your help and support.[/url]
Last edited by spookster on Tue Nov 27, 2007 12:48 pm, edited 1 time in total.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Can't really give support for integration with WP, but try changing

Code: Select all

$settings['linkfile']='linkinfo.txt';
to

Code: Select all

$settings['linkfile']='/www/newsit.es/s/u/p/supernatural/htdocs/linkman/linkinfo.txt';
in settings.php.


By the way, your host has disabled "allow_url_fopen" for PHP meaning you won't be able to use LinkMan (or any similar script that needs to check remote URLs) unless they enable it.
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
spookster
Posts: 3
Joined: Tue Nov 27, 2007 8:59 am

Post by spookster »

Thanks for the help its working perfectly :D
Post Reply