Access forbidden!Your don't have permission to access the requested object. It is either read-protected or not readable by the server.
Права на папку у юзера есть.
chmod -R 0777 /var/www/apache2/html/clar
Вы не могли бы подсказать, как узнать, какие права у web-сервера и как их, при необходимости, поменять?
Error 1045(28000): Access denied for user 'root'@'localhost'
To start mysqld at boot time you have to copy support-files/mysql.serverto the right place for your systemPLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !This is done with:/usr/bin/mysqladmin -u root password 'new-password'/usr/bin/mysqladmin -u root -h xxx.xxx.ru password 'new-password'See the manual for more instructions.
[root@XP //]# /usr/bin/mysqladmin -u root password 'Password'/usr/bin/mysqladmin: connect to server at 'localhost' failederror: 'Access denied for user 'root'@'localhost' (using password: NO)'
[root@XP //]# service mysqld stopStopping mysqld service: [ DONE ][root@XP //]# /usr/bin/mysqld_safe --skip-grant-tables &[1] 8146[root@XP //]# [1]+ Done /usr/bin/mysqld_safe --skip-grant-tablesmysql --user=root mysqlReading table information for completion of table and column namesYou can turn off this feature to get a quicker startup with -AWelcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 1Server version: 5.0.51a ALT Linux MySQL RPMType 'help;' or '\h' for help. Type '\c' to clear the buffer.mysql> update user set Password=PASSWORD('Password') WHERE user='root';Query OK, 3 rows affected (0.02 sec)Rows matched: 3 Changed: 3 Warnings: 0
Error when creating configuration files- Directory not found or not a directoryDirectory not found or not a directoryclassic should be in enum list of ThemeWrite problems can come from two possible causes:- Permission problems Try initially with chmod 777 -R and increase restrictions gradually- PHP is running SAFE MODE If possible, try to switch it off
classic should be in enum list of Theme