LINUX.ORG.RU

Не отображается php файл


0

1

в папке var/www создал папку и скопировал файлы сайта (пересел на убунту 13.10, а файлы скопировал с винды) ну так вот ни один пхп файл не открывается, браузер выдает пустую страничку. Создал 2 папку и в ней простенький index.php, всё работает! Гляньте плз, вот он код файла index.php сайта: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv=«Content-Type» content=«text/html; charset=utf-8» /> <title>Веб-студия</title> <link href='css/template.css' rel='stylesheet' type='text/css'> <script type=«text/javascript» src="http://code.jquery.com/jquery-1.9.1.js"></script> <script type=«text/javascript» src=«js/jquery.js»></script> <script type=«text/javascript» src=«js/jquery.onepage-scroll.js»></script> <script type=«text/javascript» src=«js/jquery.rotate.1-1.js»></script> <script type=«text/javascript» src=«js/easing.js»></script> <script type=«text/javascript» src=«js/init.js»></script> <script src=«js/jquery.roundabout.js»></script> <link href='css/menu.css' rel=«stylesheet» type=«text/css»/> <link href='css/onepage-scroll.css' rel='stylesheet' type='text/css'/> </head>

<body> <div class=«wrapper»> <?php

include ('menu.php');

?> <?php include('gear1.php'); ?> <div class=«main»> <section id=«number»> <?php

include ('main.php');

?>

</section> <section id=«number»> <?php

include ('uslugi.php');

?> </section> <section id=«number»> <?php

include ('portfolio.php')

?> </section> <section id=«number» > <?php

include ('kontakti.php');

?> </section> <section id=«number»> <?php

include ('about.php');

?> </section> </div> </div> </body> </html>

include ('uslugi.php');
include ('kontakti.php');

быдлокод в классическом проявлении. Вот за это пхпшников и не любят.

А почему

include ('main.php');

? Надо было сделать include ('glavnaya.php')

heisenberg ★★
()
Ответ на: комментарий от shipovalovyuriy

Ну просто на эту проблему уже столько раз ответили, в том числе и на этом сайте, что уже просто ни в какие ворота. Ты гуглом пробовал пользоваться?

heisenberg ★★
()
Ответ на: комментарий от fish_ka

кодировки сменил - не помоголо вот лог [Tue Jan 14 20:27:55.455156 2014] [:error] [pid 28729] [client 127.0.0.1:52292] PHP Fatal error: Unknown: Failed opening required '/var/www/uweb.kz/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0 [Tue Jan 14 20:27:56.198232 2014] [:error] [pid 28730] [client 127.0.0.1:52293] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 [Tue Jan 14 20:27:56.198293 2014] [:error] [pid 28730] [client 127.0.0.1:52293] PHP Fatal error: Unknown: Failed opening required '/var/www/uweb.kz/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0 [Tue Jan 14 20:27:56.895504 2014] [:error] [pid 28731] [client 127.0.0.1:52294] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 [Tue Jan 14 20:27:56.895586 2014] [:error] [pid 28731] [client 127.0.0.1:52294] PHP Fatal error: Unknown: Failed opening required '/var/www/uweb.kz/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0 [Tue Jan 14 20:27:57.694893 2014] [:error] [pid 28727] [client 127.0.0.1:52295] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 [Tue Jan 14 20:27:57.694923 2014] [:error] [pid 28727] [client 127.0.0.1:52295] PHP Fatal error: Unknown: Failed opening required '/var/www/uweb.kz/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0 [Tue Jan 14 20:28:00.912304 2014] [:error] [pid 28773] [client 127.0.0.1:52296] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 [Tue Jan 14 20:28:00.912381 2014] [:error] [pid 28773] [client 127.0.0.1:52296] PHP Fatal error: Unknown: Failed opening required '/var/www/uweb.kz/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0 [Tue Jan 14 20:28:06.428656 2014] [:error] [pid 28728] [client 127.0.0.1:52297] PHP Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /var/www/test/index.php on line 2

shipovalovyuriy
() автор топика
Ответ на: комментарий от shipovalovyuriy

язабан.

Представь, что тебе такое вывалили. Сиди, разбирайся...

reprimand ★★★★★
()
Ответ на: комментарий от fish_ka
[Tue Jan 14 20:27:55.455156 2014] [:error] [pid 28729] [client 127.0.0.1:52292] PHP Fatal error:  Unknown: Failed opening required '/var/www/uweb.kz/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0
[Tue Jan 14 20:27:56.198232 2014] [:error] [pid 28730] [client 127.0.0.1:52293] PHP Warning:  Unknown: failed to open stream: Permission denied in Unknown on line 0
[Tue Jan 14 20:27:56.198293 2014] [:error] [pid 28730] [client 127.0.0.1:52293] PHP Fatal error:  Unknown: Failed opening required '/var/www/uweb.kz/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0
[Tue Jan 14 20:27:56.895504 2014] [:error] [pid 28731] [client 127.0.0.1:52294] PHP Warning:  Unknown: failed to open stream: Permission denied in Unknown on line 0
[Tue Jan 14 20:27:56.895586 2014] [:error] [pid 28731] [client 127.0.0.1:52294] PHP Fatal error:  Unknown: Failed opening required '/var/www/uweb.kz/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0
[Tue Jan 14 20:27:57.694893 2014] [:error] [pid 28727] [client 127.0.0.1:52295] PHP Warning:  Unknown: failed to open stream: Permission denied in Unknown on line 0
[Tue Jan 14 20:27:57.694923 2014] [:error] [pid 28727] [client 127.0.0.1:52295] PHP Fatal error:  Unknown: Failed opening required '/var/www/uweb.kz/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0
[Tue Jan 14 20:28:00.912304 2014] [:error] [pid 28773] [client 127.0.0.1:52296] PHP Warning:  Unknown: failed to open stream: Permission denied in Unknown on line 0
[Tue Jan 14 20:28:00.912381 2014] [:error] [pid 28773] [client 127.0.0.1:52296] PHP Fatal error:  Unknown: Failed opening required '/var/www/uweb.kz/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0
[Tue Jan 14 20:28:06.428656 2014] [:error] [pid 28728] [client 127.0.0.1:52297] PHP Warning:  phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /var/www/test/index.php on line 2
shipovalovyuriy
() автор топика

О госпади! мои глазки бедненькие.

Dron ★★★★★
()

su -c «chmod 777 -R /var/www/»

Dron ★★★★★
()
Ответ на: комментарий от shipovalovyuriy

Дай права на запись-чтение для всех файлов и директорий (рекурсивно).

fish_ka
()
Ответ на: комментарий от fish_ka

у меня 2 папки одна называется test вторая uweb.kz, обе находятся в www. localhost/test/index.php открывается, а localhost/uweb.kz/index.php - нет) поэтому и скинул код страницы, думая что дело в коде)

shipovalovyuriy
() автор топика
Ответ на: комментарий от shipovalovyuriy

Он пишет, что не может открыть файл, т.к. нет прав.

Если хочется хардкора: 1. создай все директории и файлы заново вручную и открыв старые файлы, скопируй их содержимое в новые :-)

fish_ka
()

в папке

а в мамке?

var/www

ну и где именно этот var/www находится?

q11q11 ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.