Добрый день!
Установил Ubuntu Linux a 3.13.0-37-generic + LAMP, установил PhpMyAdmin
Появилась проблема с php, при попытке открыть страницу phpmyadmin, появляется следующая ошибка:
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser.
При открытии сайта (файл index.php) просто белый экран, при попытке передать данные методом POST появляются ошибки:
[client 127.0.0.1:60468] PHP Notice: Undefined index: sign in /home/название сайта/common.pre.php on line 7
[client 127.0.0.1:60468] PHP Notice: Undefined index: id in /home/название сайта/common.pre.php on line 7
[client 127.0.0.1:60468] PHP Notice: Undefined index: account in /home/название сайта/common.pre.php on line 7
[client 127.0.0.1:60468] PHP Notice: Undefined index: sum in /home/название сайта/common.pre.php on line 7
7 строчка из кода common.pre.php
$inputs = $_POST["sign"].$_POST["id"].$_POST["account"].$_POST["sum"];
Помогите пожалуйста!