Thursday 18 September 2008 7:06:37 am
I turned on debug output. And my errors is :
...
Error: error/view.php Sep 15 2008 01:14:15
Error ocurred using URI: /ezpublish/index.php/demonstrateur_ez
...
Warning: Insufficient permissions Sep 15 2008 01:14:15
Function required:
Module : user
Function : login
ClassID :
MainNodeID :
Policies that didn't match:
I didn't change the related database informations in site.ini for my siteaccesses. Then I verified the name of my database and that seems ok. I restarted mysql like that:
root@ubuntu:# /etc/init.d/mysql restart
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld.
* Root password is blank. To change it use:
* /etc/init.d/mysql reset-password
My root password is blank.Do you think that is the problem? After bin/modfix.sh, I read in my /etc/apache2/apache2.conf :
User www-data
Group www-data
so I did this :
chown -R www-data.www-data var
How can I verify that Apache write to /<install_ezpublish>/var ? Thank you for your help.
|