Hello,
I am currently trying to get Cockpit CMS working on my mac running High Sierra. However I am quite new to this so please let me know if I am doing something wrong.
- I have configured Apache to server content from a directory called Sites, and enabled PHP
- I was able to install cockpit-cms but when I try to go to the login page, I only get warnings. Here are the warnings:
Warning : strpos(): Empty needle in /Users/eric/Sites/cockpit-master/bootstrap.php on line 40
Warning : session_start(): Cannot send session cache limiter - headers already sent (output started at /Users/eric/Sites/cockpit-master/bootstrap.php:40) in /Users/eric/Sites/cockpit-master/lib/Lime/App.php on line 1523
Warning : Cannot modify header information - headers already sent by (output started at /Users/eric/Sites/cockpit-master/bootstrap.php:40) in /Users/eric/Sites/cockpit-master/lib/Lime/App.php on line 404
- I have enabled mod_rewrite and I installed gd using brew (brew install gd)
Any help would be appreciated.