PDA

View Full Version : Please help


Blueshadow
04-29-2005, 08:54 PM
After the installation everything was sucessfully installed including the database et. than when i click on go to admin i get this. you can see it the url is
(read - online .com/news/admin)

Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/read/public_html/news/admin/login.php on line 76

Warning: file_get_contents(http://www.read-online.comadmin/templates/login_form.tpl): failed to open stream: Permission denied in /home/read/public_html/news/admin/login.php on line 76

Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/read/public_html/news/admin/header.php on line 6

Warning: file_get_contents(http://www.read-online.comadmin/templates/header.tpl): failed to open stream: Permission denied in /home/read/public_html/news/admin/header.php on line 6

Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/read/public_html/news/admin/header.php on line 18

Warning: file_get_contents(http://www.read-online.comadmin/templates/header.tpl): failed to open stream: Permission denied in /home/read/public_html/news/admin/header.php on line 18

Warning: file_get_contents(http://www.read-online.com/admin/templates/footer.tpl): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/read/public_html/news/admin/index.php on line 32

boccio
04-30-2005, 12:20 PM
From what I see, your paths are wrong. Look at this line:

Warning: file_get_contents(http://www.read-online.comadmin/templates/login_form.tpl): failed to open stream: Permission denied in /home/read/public_html/news/admin/login.php on line 76

You see no trailing slash between read-online.com and admin? Also "news" is your home directory for the script, so make sure to include it also.

Solution:
In include/conf.php file amend $url variable. I presume it currrently looks something like:
$url='http://www.read-online.com';

Amend it to:
$url='http://www.read-online.com/news/';

Do not forget slash '/' at the end!

Blueshadow
04-30-2005, 02:34 PM
Ok now it work but when i put my username and password and click login this occur "Query was empty". Help

boccio
04-30-2005, 03:29 PM
Did you check your database? Is the information entered correctly? check tblUsers to find login info - in case the installer procedure was not completed successfully for some reason.

Guest
04-30-2005, 06:08 PM
this is what i get after i entered avery field when installing. I check tblUsers and the user name and password is correct. still don't know why it's getting Query was empty

Establishing connection to MySQL server...
success.

Creating tables...
success.

Creating configuration files...
conf.php success...

Creating administrator account...
success.

Support
05-01-2005, 12:35 PM
I don't see what might be causing this. Send us your ftp and sql access info on support@word-press.net. We'll take a look, and post what caused the problem.

Blueshadow
05-03-2005, 02:38 PM
Did you get my email?

Support
05-05-2005, 01:30 PM
You're not responding to our emails.

There were problems with your FTP server, we couldn't upload single file without getting timed out. Then the account was terminated.

We can configure the script in your behalf in 24 hour notice, just respond to our emails.

TIA