BaunCMS / Baun

A modern, lightweight, extensible CMS for PHP
https://bauncms.com
MIT License
283 stars 38 forks source link

Baun Auto Installer Error #12

Open AhrimanSefid opened 9 years ago

AhrimanSefid commented 9 years ago

( ! ) Notice: Use of undefined constant BASE_PATH - assumed 'BASE_PATH' in C:\wamp\www\Ba\auto-install.php on line 15 Call Stack

Time Memory Function Location

1 0.0017 147336 {main}( ) ..\auto-install.php:0 Attempting to download composer... SSL certificate problem: unable to get local issuer certificate

gilbitron commented 9 years ago

Strange as BASE_PATH is defined in index.php before auto-install.php is required. Anyone else had this issue?