by chrism » Fri Jan 13, 2012 2:49 pm
Hello, I have installed yesterday's git checkout of OCS and pkp-lib. (v2.3.4 did not work on my php 5.3.8 server setup)
I have followed the README's installation procedure but things are not working very well.
First I had a lot of problems with stupid redirections (e.g. ...index.php/index/index/index.php) so I enabled this option in config.inc.php:
disable_path_info = On
Now:
1. I'm missing "Site Administrator". When I click on the corresponding link in my user's view, I get redirected to
...index.php?conference=index&schedConf=user
I verified that the link points to
...index.php?conference=index&schedConf=index&page=admin
but somehow it redirects me.
2. When I'm in "Conference Site Management" and I click on Setup under a conference name, I should be sent to
...index.php?conference=sfhmmy3&schedConf=test&page=manager&op=schedConfSetup
but instead I end up in
...index.php?conference=sfhmmy3&schedConf=user
I am the admin user (named somehow else, but it's the main user) and I have tried setting the system up numerous times. Do you have any suggestions?
I think it may be a file permissions problem. What are the correct permissions for all files/directories inside ocs directory? 755 for directories and 644 for files? owned by my php user?
Thanks