I found this clone of stackoverflow, and it’s in php (that’s the reason I want it).
I was trying for last week to install it, but unsuccessfully. I’am using wamp, mod_rewrite is enabled, and I put AllowOverride all.
But again it’s not working. What I get as output is when I go to localhost is:
Warning (512): C:\wamp\www\app\tmp\cache\ is not writable [CORE\cake\libs\cache\file.php, line 267]
Warning (2): include_once(C:\wamp\www\app\config\database.php) [function.include-once]: failed to open stream: No such file or directory [CORE\cake\libs\model\connection_manager.php, line 23]
Warning (2): include_once() [function.include]: Failed opening 'C:\wamp\www\app\config\database.php' for inclusion (include_path='C:\wamp\www;C:\wamp\www\app\;.;C:\php\pear') [CORE\cake\libs\model\connection_manager.php, line 23]css('install.css');?> image('coordino_logo.png');?>
changer de langue
link(__('english',true),'/lang/eng')?>
link(__('french',true),'/lang/fre')?>
flash(); ?>
Download code for coordino is here: coordino
If anyone can help me, please do so. What I need is tutorial on how to install this application. Thank you for any kind of help and useful information.
Is there a database.php file inside your C:\wamp\www\app\config\ folder? The error makes it appear like there is none.
Make sure you rename the database.php.default file to database.php and make sure it is inside the C:\wamp\www\app\config\ folder.