| Author |
Message |
dscurlock Member
|
Posted: 27 Jun 2007 21:01:48
I get this when i try to install:
Warning: require_once(../headers.php) [function.require-once]: failed to open stream: No such file or directory in /home/survey/public_html/seo/admin/index.php on line 20
Fatal error: require_once() [function.require]: Failed opening required '../headers.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/survey/public_html/seo/admin/index.php on line 20
I was looking around for this headers.php
I just do not see it, what am i doing wrong?
|
dscurlock Member
|
Posted: 27 Jun 2007 21:45:50
i got past the headers.php problem, now i get this error
Warning: fopen() [function.fopen]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/survey/public_html/seo/SkaLinks_include/xml_parser.class.php on line 50
Warning: fopen(http://www.skalinks.com/news/news.rss) [function.fopen]: failed to open stream: Permission denied in /home/survey/public_html/seo/SkaLinks_include/xml_parser.class.php on line 50
Nao foi possivel encontrar o ficheiro pretendido.
Warning: Invalid argument supplied for foreach() in /home/survey/public_html/seo/admin/index.php on line 165
can someone tell me what to do here, or direct me where
I can find a good links script, installing a script should not
be this difficult.
|
skalinks Admin
|
Posted: 11 Jul 2007 05:42:20
1. You didn't set 777 permissions to skalinks_root_directory.
2. Remote connection was disabled on your hosting. When you tried to log in, script tried to download the last news from our server. You shoud cut this piece of code in admin/index.php file.
|