I did a fresh install of SS 3.0.2 on Debian Squeeze with PostgreSQL 8.4.12.
I can move around the admin interface, but when I try to click a page name to open the content editor, nothing happens.
Anything I could change or try?
Thanks!
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
I did a fresh install of SS 3.0.2 on Debian Squeeze with PostgreSQL 8.4.12.
I can move around the admin interface, but when I try to click a page name to open the content editor, nothing happens.
Anything I could change or try?
Thanks!
If you open the Console in Chrome Developer Tools, or Firebug in Firefox, are there any errors showing up after clicking around the CMS?
Hi, thanks for your help.
I opened the firefox console. There are no errors. There is a whole list of warnings related to css, and some that sound like "unknown pseudo-class of pseudo-element 'input'" (or 'zoom', background, etc).
I also tried in chrome and internet explorer, no luck...
Could it be anything related to the postgresql module that I got from the trunk?
J.
I'm not sure, but it could be. You could try MySQL or SQLite3 database to rule that out as a possible problem.
Assuming there is PHP error logging enabled in php.ini, are you able to check the logs and see if any PHP errors are in there?
I think default logging location for errors with Apache on Debian is /var/log/apache2/error.log
Thanks,
Sean
Nope, unfortunately there are no PHP errors in the apache log...
For those interested: in the end the problem was with modsecurity...